使用 JAVA EE6 生成类似 django 的 CRUD?

发布于 2024-09-16 11:45:07 字数 133 浏览 2 评论 0原文

我刚刚查看了自动生成 CRUD 页面的 Netbeans 教程。还不错,但是有没有办法用 Java EE 生成看起来更像生产环境的 CRUD 页面呢?例如 Django 或 Spring ROO 生成的管理界面。当然,应该包括搜索或字母顺序等基本功能。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

要走干脆点 2024-09-23 11:45:07

Seam 3 非常接近(或将)非常接近您正在寻找的内容,并且应该能够生成使用 seam-gen encore 工具。至少,这是愿景的一部分。不过我不知道 Seam 3 和工具的确切状态。

资源

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文