up vote 2 down vote favorite
1
share [g+] share [fb]

I have started learning EJB. I like to know which is best application server for beginner to learn EJB...

link|improve this question

62% accept rate
feedback

3 Answers

up vote 4 down vote accepted

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.

link|improve this answer
To expand this answer a bit more: Glassfish in its current release already supports the fresh new Java EE 6 API, while others are still at Java EE 5. It may take some months. – BalusC Jan 1 '10 at 20:15
feedback

I think JBoss Appliocation Server

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.