Ajax Tags : Simple JSP tags for Ajax

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”

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”

Design a site like this with WordPress.com
Get started