Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which is the best EJB container for learning EJB?

Tags:

jakarta-ee

ejb

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)
like image 920
ksimon Avatar asked Feb 10 '11 10:02

ksimon


2 Answers

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).

like image 53
Arjan Tijms Avatar answered Nov 03 '22 00:11

Arjan Tijms


I'd sugest you GlassFish AS. It is free and also has full implementation of the Java EE spec.

like image 20
artaxerxe Avatar answered Nov 03 '22 00:11

artaxerxe