资 源 简 介
Introduction
Crud4j is a java tool that generates user interfaces for editing beans. Crud4j supports ejb3 as a persistence strategy and a portal environment for the view. Creating a user interface that provides crud operations for your beans is as simple as adding the necessary metadata through annotations. The metadata can be provided either using crud specific annotations or seamlessly through the annotations of the selected persistence strategy, i.e. crud4j reads the ejb3 annotations to generate the metadata necessary to create a crud GUI.
Documentation
Crud4jDocumentation