I am having an java desktop Application, based on the necessary configuration I want to start the ejb container. Is there a embed EJB container I can use? How can I use only the jboss ejb3 container? As I don't require web container.
Asked
Active
Viewed 107 times
0
-
Have you looked at OpenEJB? I believe it can be embedded and used outside of a web container. http://tomee.apache.org/ – jgitter Apr 10 '14 at 17:35
-
I dont require web container. – Njax3SmmM2x2a0Zf7Hpd Apr 11 '14 at 03:47
-
Let me check ... Does it support ejb3.2? – Njax3SmmM2x2a0Zf7Hpd Apr 11 '14 at 03:48
1 Answers
0
is there an embed EJB container I can use?
The Java EE specification defines what is called Application Client Container, wich seems to be suitable for your requirement.
There are several implementations, for example the one provided by Oracle or JBoss.

Community
- 1
- 1

Gabriel Aramburu
- 2,951
- 2
- 16
- 20