Just curious, what parts of JEE is everyone using?

2015-02-08 Thread Jonathan Fisher
Just want to here some feedback on the parts everyone is *actually* using... A list to glance off of is here: http://en.wikipedia.org/wiki/Java_Platform,_Enterprise_Edition Here's our list: - EJB3 (Only because of Transaction support) - JMS - JAX-RS - CDI / @Inject - JTA - Bean

Re: Just curious, what parts of JEE is everyone using?

2015-02-08 Thread Andy Gumbrecht
All of the above. Looks like you're already in the right path. Andy. http://www.tomitribe.com - @AndyGeeDe - On a mobile device, and I have fat fingers. Sorry for typos. On 8 Feb 2015 19:35, Jonathan Fisher jonat...@springventuregroup.com wrote: Just want to here some feedback on the parts

Re: Just curious, what parts of JEE is everyone using?

2015-02-08 Thread Romain Manni-Bucau
Hi same + JSON-P + JBatch + (a bit shy but used it a bit) JCache Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2015-02-08 19:38 GMT+01:00 Andy Gumbrecht agumbre...@tomitribe.com: All of the above. Looks like you're

Re: Just curious, what parts of JEE is everyone using?

2015-02-08 Thread Yann Blazart
All of the année too. But EJB3 Not Only because of Transaction support First we are forced to use JEE6, sadly , Second, we have Mdb, use of async methodes, timer and scheduled, and @lock on @singleton and more of that Ejb remote, yes it is usefull. Le 8 févr. 2015 19:41, Romain Manni-Bucau

Re: Just curious, what parts of JEE is everyone using?

2015-02-08 Thread Yann Blazart
Damned phone. Not all of the année too but all of the above too Le 8 févr. 2015 20:16, Yann Blazart yann.blaz...@bycode.fr a écrit : All of the année too. But EJB3 Not Only because of Transaction support First we are forced to use JEE6, sadly , Second, we have Mdb, use of async

Re: Just curious, what parts of JEE is everyone using?

2015-02-08 Thread Lars-Fredrik Smedberg
For us... EJB3 (Singleton, MessageDriven mostly - Tx, @Asynchronous, EJB Timers etc) JMS JAX-RS JAX-WS CDI JTA Bean Validation Servlets / Filters JavaBatch @Romain JCache isnt part of JEE yet is it? Is it supported in TomEE or do you add it when needed? On Sun, Feb 8, 2015 at 10:07 PM,

SV: Just curious, what parts of JEE is everyone using?

2015-02-08 Thread Helge Waastad
Hi, We're also doing most of the stack. However, also using a few of the EE+ features added to TomEE. Br hw Sendt fra Galaxy TabJonathan Fisher jonat...@springventuregroup.com skrev:Just want to here some feedback on the parts everyone is *actually* using... A list to glance off of is here:

Re: Just curious, what parts of JEE is everyone using?

2015-02-08 Thread Romain Manni-Bucau
Jcache is on tomee 2 snapshot yes Le 8 févr. 2015 22:42, Lars-Fredrik Smedberg itsme...@gmail.com a écrit : For us... EJB3 (Singleton, MessageDriven mostly - Tx, @Asynchronous, EJB Timers etc) JMS JAX-RS JAX-WS CDI JTA Bean Validation Servlets / Filters JavaBatch @Romain JCache isnt

Re: Just curious, what parts of JEE is everyone using?

2015-02-08 Thread Leonardo K. Shikida
Ejb, jms, jax, servlets, jpa Em 08/02/2015 16:35, Jonathan Fisher jonat...@springventuregroup.com escreveu: Just want to here some feedback on the parts everyone is *actually* using... A list to glance off of is here: http://en.wikipedia.org/wiki/Java_Platform,_Enterprise_Edition Here's our

Re: Just curious, what parts of JEE is everyone using?

2015-02-08 Thread Howard W. Smith, Jr.
i'm doing the following: On Sun, Feb 8, 2015 at 4:41 PM, Lars-Fredrik Smedberg itsme...@gmail.com wrote: For us... EJB3 (Singleton, Stateless, MessageDriven mostly - Tx, @Asynchronous, EJB @Schedule) JMS (Active MQ bundled with TomEE++) CDI @ApplicationScoped, @RequestScoped,