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

2015-02-16 Thread Leonardo K. Shikida
Primefaces +1 here too Em 15/02/2015 19:56, Karl Kildén karl.kil...@gmail.com escreveu: Hello, JSF Myfaces 2.2.x CDI JAX-RS JTA EJB (scheduleing, and JTA access JBatch BeanVal JPA 2.1 (eclipselink) Servlets Filters (but very few and local) Java Mail Websockets and JCache are

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

2015-02-15 Thread Jonathan Fisher
So this was really insightful :) Pretty much everyone is writing either processing like servers with MBeans or fast RESTful backends for their Angular like apps. This was more of an exercise in curiosity, but I hope this might have been useful for the devs as progress is made towards JEE7 too.

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

2015-02-15 Thread Karl Kildén
Hello, JSF Myfaces 2.2.x CDI JAX-RS JTA EJB (scheduleing, and JTA access JBatch BeanVal JPA 2.1 (eclipselink) Servlets Filters (but very few and local) Java Mail Websockets and JCache are really interesting for some upcoming development but we might go with other non standardized APIs that may

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

2015-02-11 Thread Vincenzo D'Amore
EJB3 JAX-RS JAX-WS CDI JTA

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

2015-02-11 Thread Bjorn Danielsson
EJB 3.1 (stateless local) JPA JTA JAX-RS Servlet 3.0 JavaMail JAXB JSP -- Bjorn Danielsson Cuspy Code AB

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

2015-02-11 Thread Romain Manni-Bucau
JCA can do for them. -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Just-curious-what-parts-of-JEE-is-everyone-using-tp4673713p4673747.html Sent from the TomEE Users mailing list archive at Nabble.com.

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

2015-02-11 Thread Anthony Fryer
and usually because they just don't know what JCA can do for them. -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Just-curious-what-parts-of-JEE-is-everyone-using-tp4673713p4673747.html Sent from the TomEE Users mailing list archive at Nabble.com.

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

2015-02-10 Thread Anthony Fryer
in context: http://tomee-openejb.979440.n4.nabble.com/Just-curious-what-parts-of-JEE-is-everyone-using-tp4673713p4673738.html Sent from the TomEE Users mailing list archive at Nabble.com.

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

2015-02-10 Thread Jean-Louis Monteiro
this message in context: http://tomee-openejb.979440.n4.nabble.com/Just-curious-what-parts-of-JEE-is-everyone-using-tp4673713p4673738.html Sent from the TomEE Users mailing list archive at Nabble.com.

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,