ejb jboss和eclipse开发参考
有没有参考资料或书籍,也许有教程可以让我使用上面提到的技术开始使用 ejb?
谢谢
is there a reference or book, maybe a tutorial that can get me started with ejb using the technologies that I have mentioned above?
thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您有兴趣在 Eclipse 中开发 Java EE 应用程序,您可以查看 JBoss Tools。
如果您已经了解 EJB(如果您不了解,那么这里有一个非常好的 Enterprise JavaBeans 3.1< /a> book)您知道您可以将 EJB 开发为仅带有注释的普通 POJO。这里不需要花哨的插件。
但是,您需要一个插件来轻松地将应用程序部署到服务器。在这种情况下,请查看这些 JBoss 工具和 此主题。
You can take a look at the JBoss Tools if you're interested in developing Java EE applications in Eclipse.
If you already know EJB (and if you don't there is quite good Enterprise JavaBeans 3.1 book) you know you can develop your EJB's as plain POJO's just with annotations. No need for fancy plugins here.
You would, however, need a plugin to easily deploy your application to the server. In this case, take a look at these JBoss Tools and this topic.