为了使 Grails 应用程序能够很好地扩展,您是否需要使用 EJB?
我一直在 Grails 中开发一个项目,想知道是否需要 Enterprise Java Beans 才能在 Tomcat 云服务器.我使用基本的 GORM 进行持久化,并使用 mysql 后端。
I've been working on a project in Grails and wondering if Enterprise Java Beans would be needed for it to scale on a Tomcat Cloud Server. I'm using basic GORM for persistence, and a mysql backend.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,EJB 不需要扩展。
No, EJBs are not needed to scale.