Hi Romain, we already defined the architecture, and for now we stick to our decisions , we cannot just add EJB to our project :). I also had a look into delta spike project (i've noticed you commited for delta spike also), and i like that better, because it is simple and pluggable, unfortunatelly it is not mature enough for us. Tomee would be great if we would deploy this only in Tomcat, and of course if we would have EJB in our technology stack, but that is not the case.
Thanks for your suggestions though, Nicu ! On Tue, May 7, 2013 at 2:46 PM, Romain Manni-Bucau <rmannibu...@gmail.com>wrote: > @Nicolae: if you use cdi that's even worse, you basically have the same > than tomee but done by yourself....and it doesn't answer the question > "what's the issue with EJBs"? > > PS: we can talk about it on IRC if you want/can to avoid to bother cxf > list, freenode #openejb for instance > > *Romain Manni-Bucau* > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>* > *Blog: **http://rmannibucau.wordpress.com/*< > http://rmannibucau.wordpress.com/> > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* > *Github: https://github.com/rmannibucau* > > > > 2013/5/7 Nicolae Petridean <nicolae.petrid...@gmail.com> > > > Hi, > > we do not want to use EJB :). We use CDI for now, and even if we would > > change that, we would choose Spring. > > > > Thanks, Nicu > > > > > > On Tue, May 7, 2013 at 2:38 PM, Romain Manni-Bucau < > rmannibu...@gmail.com > > >wrote: > > > > > @Nicolae: Hi "too much EJB"? what does it mean? The EJB code is > > basically > > > less than cxf one > > > > > > *Romain Manni-Bucau* > > > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>* > > > *Blog: **http://rmannibucau.wordpress.com/*< > > > http://rmannibucau.wordpress.com/> > > > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* > > > *Github: https://github.com/rmannibucau* > > > > > > > > > > > > 2013/5/7 Nicolae Petridean <nicolae.petrid...@gmail.com> > > > > > > > Hi Sergey, > > > > thanks for the quick answer. > > > > Tomee is not an option for us...too much EJB inside. > > > > The oAuth 2.0 resources will help. > > > > > > > > Nicu > > > > > > > > > > > > On Tue, May 7, 2013 at 12:29 PM, Sergey Beryozkin < > > sberyoz...@gmail.com > > > > >wrote: > > > > > > > > > Hi > > > > > > > > > > On 07/05/13 09:50, Nicolae Petridean wrote: > > > > > > > > > >> Hi guys, > > > > >> we are buidling an application that uses Jersey for exposing rest > > > > services > > > > >> and CDI for services management. > > > > >> We need to integrate this app with a 3rd party identity provider > but > > > > we're > > > > >> also consider the opportunity to replace jersey with CXF. The > > problem > > > is > > > > >> we > > > > >> do not have Spring in the application big picture. Can you help us > > > with > > > > >> some examples or advise about how and if we should do it > (integrate > > > with > > > > >> jersey and CDI (Weld ) ? The security protocol we will use is also > > not > > > > >> clear yet. There is a possibility to use Oauth 2.0. > > > > >> > > > > > I'd recommend to ask a question about Jersey & CDI at the Jersey > > users > > > > > list, I'm pretty sure they support it in Glassfish. > > > > > > > > > > We do not have an explicit support for CDI in CXF. I think you can > > get > > > > CDI > > > > > + CXF working well in TomEE+ distro. See what we have about OAuth2 > at > > > the > > > > > moment: > > > > > > > > > > http://cxf.apache.org/docs/**jax-rs-oauth2.html< > > > > http://cxf.apache.org/docs/jax-rs-oauth2.html> > > > > > > > > > > Also check Apache Oltu for OAuth2 - that should work with > Jersey/CXF > > > too. > > > > > > > > > > > > > > > > > > > >> If you cannot answer fully to my question, maybe you can guide us > > to a > > > > CXF > > > > >> example without Spring. > > > > >> > > > > >> You can use CXFNonSpringJaxrsServlet, see > > > > > > http://cxf.apache.org/docs/**jaxrs-services-configuration.**html#** > > > > > JAXRSServicesConfiguration-**ConfiguringJAXRSservicesincont** > > > > > ainerwithoutSpring< > > > > > > > > > > http://cxf.apache.org/docs/jaxrs-services-configuration.html#JAXRSServicesConfiguration-ConfiguringJAXRSservicesincontainerwithoutSpring > > > > > > > > > > > > > > > HTH, Sergey > > > > > > > > > > > > > > > Thanks in advance, Nicu > > > > >> > > > > >> > > > > > > > > > > -- > > > > > Sergey Beryozkin > > > > > > > > > > Talend Community Coders > > > > > http://coders.talend.com/ > > > > > > > > > > Blog: http://sberyozkin.blogspot.com > > > > > > > > > > > > > > >