Tuesday, January 30, 2007

Oracle Versions

Hi
I found an interesting article

http://blogs.oracle.com/schan/newsItems/departments/general/2006/05/05#a120

describing the oracle family and versions
many people are not so clear of the same ...
common questions include
after 8i , 9i , why 10g not 10i
then again 11i came up
now R12
future ...

:)

Wednesday, January 17, 2007

AJAX n JSF go hand in hand !!

hi friends

I recently started studying JSF n AJAX about 2 months back. I believe that they go hand in hand. Both try to give web users a desktop like experience.

JSF on one hand introduces its request processing life cycle so the request and response objects are a thing of past. Having good knowledge of the lifecycle is required to know how exactly what events are triggered and that too in which phases of lifecycle so all the coder has to do is write appropriate handlers for the same. Not to mention one can add custom components and make own library.
http://java.sun.com/javaee/javaserverfaces/
http://myfaces.apache.org/

AJAX as most of us know refreshes a page partially ... gets the data in the background .. but not to forget AJAX is browser dependent. Coding depends on browser and the way each broser handles the low level details of things like

* connecting to the server
* call the callback functions on receiving response

http://www.ajaxtutorial.net/

Future ??
I strongly believe that the new frameworks which are using both of these technologies together will be the next big thing ... Java has changed server side programming .. AJAX client side display ...
we can write JSF components that use AJAX and makes the display and the coding....
simply a WONDERFUL experience for both users n coders

http://java.sun.com/javaee/javaserverfaces/ajax/tutorial.jsp
http://weblogs.java.net/blog/edburns/archive/2006/04/new_release_of.html