I’m planning to dive into EJB so I’m looking for a simple EJB container.
Advantages:
- Eclipse plugin
- zero install
- good community support (forum, blog)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Glassfish would be a good choice. Especially since its a relatively small download, starts up really fast and is always up to date with the Java EE specifications.
JBoss AS isn’t really that bad either. It’s also free, but is a somewhat larger download, starts up slower and not being the reference implementation means its always a little behind Glassfish. Although the Java EE edition of Eclipse bundles a WTP adaptor for JBoss AS, you’d be better off installing the separate adaptor from JBoss tools if you want incremental deployment.
I did find the JBoss community to be really helpful, especially the EJB and overall JBoss AS communities (via the JBoss forum).