The goal of this project is to develop a portable JSP tag library that can be used by JSP authors and authoring tools to easily generate powerful pages that use Java Persistence API on all compliant JSP Containers. Java Persistence API (a.k.a. EJB 3 Persistence) is developed as part of JSR 220. It is always possible to use scriptlets inside a JSP to use Java Persistence API, but that makes the JSP less maintainable, less readble. That also requires the page authors to have Java programming skills. jpa-taglib tries to address these concerns. It makes it possible to develop scriptless JSP that use Java Persistence API. So not only jpa-taglib allows a more natural use of that functionality within JSP pages but also it allows separation of responsibilities. Page authrors can concentrate on presentation logic. The domain model is provided by the entity bean developers. This tag library is a natural extension to JSP Standard Tag Libraries (JSTL). Please refer to tag library document for a complete list of tags that are part of this library.
See Other Best JSP Tag Libraries Projects in Java: