reference for ejb jboss and eclipse development

别等时光非礼了梦想. 提交于 2019-12-24 12:19:01

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/7801823/reference-for-ejb-jboss-and-eclipse-development

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!