You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by Will Hoover <ja...@gmail.com> on 2012/04/24 14:00:03 UTC

Embedded TomEE in desktop application

I was wondering if there is any examples for embedding TomEE within a
desktop application in a single JAR. We would like to use TomEE to expose
some web page content via the internet while our JavaFX desktop application
will add some extra features for the web server administrator. We are hoping
that we can encapsulate all the rich features of TomEE for use in the
desktop portion of the application in addition to an internal web interface
in the same JAR.

 

 


Re: Embedded TomEE in desktop application

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Hi,

You can use tomee embedded jar to deploy a war (it does it a bit like this
test:
http://svn.apache.org/repos/asf/openejb/trunk/openejb/tomee/tomee-embedded/src/test/java/org/apache/tomee/embedded/EmbeddedTomEEContainerTest.java)
but im not sure you can do all in one if you need web features.

- Romain
Le 24 avr. 2012 14:00, "Will Hoover" <ja...@gmail.com> a écrit :

> I was wondering if there is any examples for embedding TomEE within a
> desktop application in a single JAR. We would like to use TomEE to expose
> some web page content via the internet while our JavaFX desktop application
> will add some extra features for the web server administrator. We are
> hoping
> that we can encapsulate all the rich features of TomEE for use in the
> desktop portion of the application in addition to an internal web interface
> in the same JAR.
>
>
>
>
>
>