This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Services Certification (SCDJWS/OCPJWSD) and the fly likes Web Service with EJB 3.1 endpoint packaging Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Web Services Certification (SCDJWS/OCPJWSD)
Reply Bookmark "Web Service with EJB 3.1 endpoint packaging" Watch "Web Service with EJB 3.1 endpoint packaging" New topic
Author

Web Service with EJB 3.1 endpoint packaging

a sarkar
Greenhorn

Joined: Aug 05, 2010
Posts: 27
Hi,
Can someone confirm that the packaging of JAX-WS service with EJB 3.1 Stateless Bean endpoint is different from that of JAX-RS service with EJB 3.1 Stateless Bean endpoint?
It seems that the former can be packaged as an ejb jar (within an ear) while the later needs to be packaged as a war (within an ear or not).


Abhijit
a sarkar
Greenhorn

Joined: Aug 05, 2010
Posts: 27
Looks like the answer is here:
http://java.boot.by/ocewsd6-guide/ch04.html#c4s1g
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Web Service with EJB 3.1 endpoint packaging
 
Similar Threads
Global JNDI access with EJB 3.1 and JBoss 6
EJB, JNDI & ENC - real life scenario
deploy jax-ws web service app on was7 as a war file
Can't figure out how EJb 2.1 SLSB method is exposed as web-service
Stateful Web Service