started to learn EJB. What options do I have for an application server?
I have started learning EJB. I like to know wh开发者_运维知识库ich is best application server for beginner to learn EJB...
I would recommend an open source server as there are plenty good ones available. The open source servers often have greater community support which is helpful while learning.
- Caucho Resin (also has a commercial extension)
- Sun Glassfish
- JBoss Application Server
I think JBoss Appliocation Server
I don't think that the particular app server matters too much, the basic criterion is that it should support JEE5 (EJB3 and JPA) rather than being limited to earlier versions of those specs.
There are free app servers such as WebSphere Community Edition(WCE) which is based in Apache Geronimo.
You will probably find it convenient to use a development tool such as Eclipse, check that whichever server you use is supported by some such tool. WCE has a suitable Eclipse plugin
精彩评论