Java BluePrints

From Wikipedia, the free encyclopedia

Java BluePrints is Sun Microsystem's best practices for Enterprise Java development which is available at http://java.sun.com/blueprints. This is Sun's official programming model for Java 2 Platform, Enterprise Edition (J2EE) Software Development Kit (SDK). It began with Java Pet Store, the original reference application for the J2EE platform. This became the de facto source code for using Java Enterprise Beans and all the latest components of the J2EE platform.

Throughout its existence, Java BluePrints has offered all of its content for free and has been focused on promoting developer success. Java Pet Store became the symbol for J2EE's ascendency and Microsoft created a competing .NET Pet Shop to showcase its competing technology. Since then, many technologies such as Tapestry, Spring, and others have implemented their own version of the Pet Shop application as means for showing best practices for their given technology.

With the arrival of J2EE 1.4 technology, web services became a standard part of the J2EE specification. Java BluePrints came out with a second application: the Java Adventure Builder reference application. This application never became as popular as Java Pet Store but then again, it never became as controversial.

There have been three Java BluePrints books and the Core J2EE design patterns [1] which are hosted on Java BluePrints have become the standard lingua for J2EE application development. Java BluePrints was the first source to promote Model View Controller (MVC) and Data Access Object (DAO) for J2EE application development. Before this, the MVC design pattern was widely promoted as part of SmallTalk.

The latest Java BluePrints offering is the Java BluePrints Solutions Catalog available at https://bpcatalog.dev.java.net/nonav/solutions.html. This is a catalog of solutions in topics as diverse as Java Server Faces, Web Services, and Asynchronous Javascript and XML (Ajax). Articles are smaller and more focused and include sample code that shows how a solution is implemented. Its focus is on the J2EE 1.4 SDK.

In other languages