Since 1997, I have designed and developed many Web Applications, I have not only analyzed the requirements but designed architecture and provided valuable insights into the client's process.

Web Apps

I have interacted with multiple process teams to analyze integration requirements of end-to-end solutions.

Java as language has developed over years, into a robust yet flexible platform for client server and web applications. With a write-once run-anywhere philosophy, development of applications is simplified by the fact, one could develop the software;test it to run effectively without dependency on the deployment site. I have been developing on the Java platform since 1998, and implemented many web applications successfully.

Oracle:An authoritative or wise statement; That being said, Oracle is now the leader in database technology for the simple reason that it strives to be the best there is, be it technology, usability or support. I strive to be good at what I do. I have been developing in Oracle since 1997, solutions for industries ranging from chip manufacturing to finance mutal funds and supply chain to warehousing.

And more...

Designing with CSS is what I am currently pushing for among my fellow developers since it seems to be easier to seperate content development from design layout easily. This way I can keep my Web Developers happy by not asking them to have to maintain hard layout stuructures in thier JSP pages as well as developing the dynamic content.

Take the table in RSS Explained page, one can produce a table like structure without using tables. [In fact try to create that structure using tables, it will be a big pain]

This page in fact also does not contain any tables, click on the text version on the right to view the actual layout without CSS. You would say that is well and good in designing static content, but for web applications, doing so is painful; I have to disagree, any design that takes tables can be done so without tables. It will be easier to maintain, and generate, since your scripts only have to generate the content, the attached CSS will take care of the layout for your developer.