Cool. That sounds really interesting! Another option: Using the TomEE Maven Plugin you can do that without having to do anything other than create WAR file with your web application. When you run maven it actually downloads and installs TomEE and deploys the WAR.
This article explains that approach in detail - its easy to try for yourself. Scroll down to the WAR First section of the article https://www.tomitribe.com/blog/using-the-tomee-maven-plugin/ On Fri, Dec 20, 2019 at 4:02 PM Gabriel Ferreira <[email protected]> wrote: > In my company we use jBoss in production. After I contributed to the TomEE > project, I made some POC's with TomEE embedded demonstrating how to improve > our deployment process with TomEE by building a single jar file and > distributing it in a java container. > I think it's cool to demonstrate how to package a JavaEE project in a > single jar like Spring does. > I don't know if this is the real intention of the project, because I saw in > the examples that it is being used for testing. But if that is also the > proposal, I believe it would make a good article. > > :D > > Em sex., 20 de dez. de 2019 às 10:25, Richard Monson-Haefel < > [email protected]> escreveu: > > > Hi Gabriel, > > > > Another good idea. How would you use the embedded TomEE? > > > > Richard > > > > On Thu, Dec 19, 2019 at 4:42 PM Gabriel Ferreira <[email protected]> > > wrote: > > > > > I like Daniels proposal. +1 :D > > > > > > I have a curiosity how to embedded tomee in a project, to execute java > > -jar > > > project.jar you know? > > > > > > May it's a subject too :) > > > > > > > > > On Thu, Dec 19, 2019, 5:48 PM Richard Monson-Haefel < > > > [email protected]> > > > wrote: > > > > > > > Good one, Daniel! > > > > > > > > On Thu, Dec 19, 2019 at 12:41 PM Daniel Dias Dos Santos < > > > > [email protected]> wrote: > > > > > > > > > Hello, > > > > > > > > > > maybe , configuring CDI in TomCat and DataSource . > > > > > -- > > > > > > > > > > *Daniel Dias dos Santos* > > > > > Java Developer > > > > > SouJava & JCP Member > > > > > GitHub: https://github.com/Daniel-Dos > > > > > Linkedin: www.linkedin.com/in/danieldiasjava > > > > > Twitter: http://twitter.com/danieldiasjava > > > > > > > > > > > > > > > Em qui., 19 de dez. de 2019 às 09:41, Richard Monson-Haefel < > > > > > [email protected]> escreveu: > > > > > > > > > > > what is a common mistake people make when configuring TomEE or > > > > Tomcat? I > > > > > > want that to be the topic of the blog post the week after next. > > > > > > > > > > > > Tomcat is sometimes better because it draws a larger audience. > We > > > can > > > > > talk > > > > > > about TomEE being Tomcat + at the start of the story raising > > > awareness > > > > > and > > > > > > championing the project. > > > > > > > > > > > > -- > > > > > > Richard Monson-Haefel > > > > > > https://twitter.com/rmonson > > > > > > https://www.linkedin.com/in/monsonhaefel/ > > > > > > > > > > > > > > > > > > > > > > > -- > > > > Richard Monson-Haefel > > > > https://twitter.com/rmonson > > > > https://www.linkedin.com/in/monsonhaefel/ > > > > > > > > > > > > > -- > > Richard Monson-Haefel > > https://twitter.com/rmonson > > https://www.linkedin.com/in/monsonhaefel/ > > > -- Richard Monson-Haefel https://twitter.com/rmonson https://www.linkedin.com/in/monsonhaefel/
