开发者

django-like CRUD generation with JAVA EE6?

开发者 https://www.devze.com 2023-01-13 19:21 出处:网络
I开发者_开发技巧 just checked out the Netbeans tutorial for auto-generation of CRUD pages. Not bad, but is there any way to generate CRUD pages with Java EE that look a bit more production like? For e

I开发者_开发技巧 just checked out the Netbeans tutorial for auto-generation of CRUD pages. Not bad, but is there any way to generate CRUD pages with Java EE that look a bit more production like? For example like the admin interface generated by Django or Spring ROO. Of course basic features like searching or alphabetic ordering should be included.


Seam 3 is (or will be) very close to what you're looking for and should be able to generate a full Java EE 6 based CRUD application from a database using the seam-gen encore tool. At least, that's part of the the vision. I don't know the exact status of Seam 3 and tools though.

Resources

  • Seam 3 project
  • Building Java EE 6 application using Seam (PDF)
  • Chapter 11. Generate a CRUD Database Application (for previous versions)
0

精彩评论

暂无评论...
验证码 换一张
取 消