简体   繁体   中英

how to embed ejb3 in java application?

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.

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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM