One last question about this topic if I need to use an embedded tomee with jaxrs I can add tomee-jaxrs dependency, if I need jaxws support what dependency should I add? I mean tomee-webservices is a bit old.
2014-07-16 12:03 GMT+02:00 Alex Soto <[email protected]>: > Just what I though :) thanks > > > 2014-07-16 11:59 GMT+02:00 Romain Manni-Bucau <[email protected]>: > > About tomee embedded: a mix clearly and you need to add/remove >> dependencies to get a WP or JAXRS or PLUS distribution. >> >> About TMP: quite complex right since you can create a jar and run java >> -jar mywar.jar :) >> >> >> Romain Manni-Bucau >> Twitter: @rmannibucau >> Blog: http://rmannibucau.wordpress.com/ >> LinkedIn: http://fr.linkedin.com/in/rmannibucau >> Github: https://github.com/rmannibucau >> >> >> 2014-07-16 11:48 GMT+02:00 Alex Soto <[email protected]>: >> > Now covered with Maven dependency plugin in installation I was >> wondering if >> > I should add maven tomee plugin inside installation or inside >> deployment. >> > Because maybe the main focus of plugin is to start and deploy something >> I >> > decided to left outside a way to install Apache TomEE. >> > >> > But maybe I will reconsider in near future :) >> > >> > >> > 2014-07-16 11:43 GMT+02:00 Jean-Louis Monteiro < >> [email protected]>: >> > >> >> Dunno how relevant it is in your case, but I would maybe mention the >> TomEE >> >> Maven plugin then. >> >> In development, it's able to download, start, stop, etc >> >> But there is also a goal to make it possible to package easily your own >> >> TomEE (for example with additional libs, etc). >> >> >> >> The TMP does not need anything, so an empty project with a simple pom >> is >> >> enough. Then, there is a generic script called mvn ;-) to run it. >> >> >> >> -- >> >> Jean-Louis Monteiro >> >> http://twitter.com/jlouismonteiro >> >> http://www.tomitribe.com >> >> >> >> >> >> On Wed, Jul 16, 2014 at 11:37 AM, Alex Soto <[email protected]> wrote: >> >> >> >> > Hi, >> >> > >> >> > I am writing about all the ways that an Apache TomEE can be >> installed. >> >> > Basically I explain four (of course it could be more but I think they >> >> could >> >> > be the most used ones). >> >> > >> >> > * Distribution file >> >> > * Maven dependency plugin >> >> > * Dropin WAR >> >> > * Embedded >> >> > >> >> > My question is regarding to embedded one. When you add embedded >> tomee as >> >> > dependency >> >> > >> >> > <dependency> >> >> > <groupId>org.apache.openejb</groupId> >> >> > <artifactId>tomee-embedded</artifactId> >> >> > <version>1.6.0.2</version> >> >> > </dependency> >> >> > >> >> > What package is being imported (Webprofile or a mix). I said that >> because >> >> > inspecting dependencies you can see that for example Connector >> >> dependencies >> >> > are downloaded (which they are not a part of WebProfile), but for >> example >> >> > JAXRS or WebServices are not downloaded. >> >> > >> >> > Thanks!! >> >> > >> >> > -- >> >> > +----------------------------------------------------------+ >> >> > Alex Soto Bueno - Computer Engineer >> >> > www.lordofthejars.com >> >> > +----------------------------------------------------------+ >> >> > >> >> >> > >> > >> > >> > -- >> > +----------------------------------------------------------+ >> > Alex Soto Bueno - Computer Engineer >> > www.lordofthejars.com >> > +----------------------------------------------------------+ >> > > > > -- > +----------------------------------------------------------+ > Alex Soto Bueno - Computer Engineer > www.lordofthejars.com > +----------------------------------------------------------+ > -- +----------------------------------------------------------+ Alex Soto Bueno - Computer Engineer www.lordofthejars.com +----------------------------------------------------------+
