• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JAX-RS with EJB 3.0 (not EJB 3.1)

 
Ranch Hand
Posts: 563
Google Web Toolkit Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I know that with EJB 3.1, restful web services can be easily implemented.

What about EJB 3.0 ? The spec works with JAX-WS and JAX-RPC but what about the latest one, JAX-RS ?

I am looking for an example, if possible.

Thanks for helping.
 
Ranch Hand
Posts: 494
Eclipse IDE Postgres Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Celinio Fernandes..

do you mean that you want to access EJB from JAX-RS?..

Have you tried to lookup the EJB JAX-RS implementation class?..
we could access an EJB trough lookup also..

Hope that helps..
please correct me if i'm wrong..

Thanks..
reply
    Bookmark Topic Watch Topic
  • New Topic