@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 <[email protected]> > 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 <[email protected] > >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 <[email protected]> > > > > > 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 < > [email protected] > > > >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 > > > > > > > > > >
