The AJAX Tag Library is a set of JSP tags that simplify the use of Asynchronous JavaScript and XML (AJAX) technology in JavaServer Pages.This tag library fills that need by not forcing J2EE developers to write the necessary JavaScript to implement an AJAX-capable web form. The tag library provides support for live form updates forContinue reading “Ajax Tags : Simple JSP tags for Ajax”
Author Archives: Lijin
Google Collections Library
Google Collections Library is the extension of Java 1.5 Collection Framework. As we all know the collection framework is mostly used to handle objects in the Java Programming. So I think an extension API to this Its a very interesting as well as useful development to the Java world. Now Google is released its ALPHAContinue reading “Google Collections Library”
Spring 2.5 is released :)
At last Spring 2.1 is changed into Spring 2.5. The new version of Spring is released. With lots of new features… Actually Mr.Juergen Hoeller already wrote about this before one month in the Spring Team Blog. And Please see this Link to find one previous post in my blog itself :)The Features added in SpringContinue reading “Spring 2.5 is released :)”
Advantages of Hibernate
Caching objects. The session is a transaction-level cache of persistent objects. You may also enable a JVM-level/cluster cache to memory and/or local disk. Executing SQL statements later, when needed. The session never issues an INSERT or UPDATE until it is actually needed. So if an exception occurs and you need to abort the transaction, someContinue reading “Advantages of Hibernate”
