I have started learning EJB. I like to know which is best application server for beginner to learn EJB...
|
feedback
|
|
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.
| ||||
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 | |||
|
feedback
|