Java BluePrints Solutions Catalog


Welcome!

This web application presents the Java BluePrints Solutions Catalog for developing AJAX-enabled Web applications with the Java Platform, Enterprise Edition 5. Each entry in the catalog is presented in a problem-solution format that discusses the key issues in the problem topic and provides various strategies, patterns, and design guidelines for the solution. The catalog also provides the capabilities to run the relevant sample applications.

Start by navigating the AJAX entries and view the provided examples. If you have any questions or suggestions, please use the feedback page.

 
 
Categories
AJAX Programming Model
AJAX uses JavaScript in an HTML page to make asynchronous calls to the server from which the page loaded and fetch an XML document from a server-side component asynchronously. Upon completion of a request JavaScript may update or modify the Document Object Model (DOM) of the HTML page based on the resulting XML document. Only the affected portions of the HTML DOM are are re-rendered in the HTML page. The term Asynchronous JavaScript and XML has emerged recently to describe this interaction model.
Java Persistence API Model
Best Practices for using Java Persistence API
BluePrints AJAX Components
A gallery of custom components built using JavaServer Faces technology and sample applications to demonstrate them.
 
 
If you have any questions or suggestions, please use the feedback page.
To access the latest versions of any of the BluePrints projects, please use the download page.
Java BluePrints | Sun Microsystems © 2007 Sun Microsystems Inc. All rights reserved. Use is subject to license terms.