How do I get the source code for the AJAX JSF component libraries used in Pet Store?
Some parts of the petstore are built using two AJAX-enabled JSF libraries. These libraries are also built by the blueprints team and are available to others to use and learn in their own applications. The source code for these libraries is not currently bundled in the petstore, but the source code for the AJAX & JSF component libraries is also publicly available from the Java BluePrints Solutions Catalog project. Since there are two libraries, you have to download two things, • For the source of the components in the Java EE5 library, download https://blueprints.dev.java.net/files/documents/1713/36734/bpcatalog-ee5-ea-0.6-installer.jar • For the source of the components in the 1.4 library, download https://blueprints.dev.java.net/files/documents/1713/39206/bpcatalog-14-ea-0.6-installer.jar We plan to include the source code in the future to make it easier for users and to merge the two libraries into one. Sorry for the inconvenience!