0

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.

Njax3SmmM2x2a0Zf7Hpd
  • 1,354
  • 4
  • 22
  • 44

1 Answers1

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