没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > crudgenerator |
crudgenerator
|
0 | 0 | 27 |
贡献者 | 讨论 | 代码提交 |
CRUD GeneratorCRUDGenerator automatizes repetitive tasks in generating forms to create, read, update and delete data (aka CRUD). Beginning from an hibernate bean (the model), the controller and the views (with a custom taglib) are automatically created. The Spring Inversion of Control bind the three MVC layers.
See CRUD Generator in action! Click here for a demo
Development StatusAlpha Intended AudienceDevelopers EnvironmentConsole (Text Based). Eclipse plugin planned. Programming LanguageJava Operating SystemOS Independent TopicSoftware Development: Code Generators
News10/04/08 Project suspended due to the start of a new one. If you are looking for a good CRUDGenerator take a look at JBoss Seam and its generator. 30/06/07 Project split: CRUDGenerator (the core classes), CtrlTagLib (the taglib used by CRUDGenerator), KostiaUtil (common utilities) and CRUDGenDemo (a demo webapp). 20/06/07 Closes issued 1 and 10 (Coherent date format and discard changes on close) 04/06/07 Released input suggest jsp tag. 31/05/07 Modified the code to respect the o-o metrics in eclipse plugin Metrics in order to guarantee manutenibily and readiness. Read some object oriented coding best practice in the Wiki. 30/05/07 Added tables PROJECTS and EMPLOYEES_PROJECTS (link table) to create many-to-many relationship with EMPLOYEES 27/05/07 Migrate database from Oracle to Apache Derby (lighter and faster)