aspose file tools
The moose likes Web Services and the fly likes How to use EJB 2.0 with Web Service 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 » Java » Web Services
Reply Bookmark "How to use EJB 2.0 with Web Service" Watch "How to use EJB 2.0 with Web Service" New topic
Author

How to use EJB 2.0 with Web Service

Naveen B Jain
Greenhorn

Joined: Apr 15, 2010
Posts: 3
Hi,

How to use EJB 2.0 with Web Service. What are the inputs and outputs for web service that are coming from EJB.
i am using weblogic as application server.
if anybody have any tutorial or any live URL regarding it, please share with me.

Thanks in advance
Naveen Jain
Naveen B Jain
Greenhorn

Joined: Apr 15, 2010
Posts: 3
pl.help.....
Naveen B Jain
Greenhorn

Joined: Apr 15, 2010
Posts: 3
..
Dan Drillich
Ranch Hand

Joined: Jul 09, 2001
Posts: 1121
Similar question at Mastering EJB 2/weblogic server 6.

Regards,
Dan


William Butler Yeats: All life is a preparation for something that probably will never happen. Unless you make it happen.
Ivan Krizsan
Bartender

Joined: Oct 04, 2006
Posts: 2193
Hi!
Have you seen this article?
http://www.javaworld.com/javaworld/jw-08-2004/jw-0802-ejbws.html

I do have a feeling that implementing a web service facade, using for instance JAX-WS or JAX-RS, which then interacts with the EJBs may be a better idea. The EJBs would in such a case serve as the processing layer of the web service (reference: http://java.sun.com/blueprints/guidelines/designing_webservices/html/webservdesign6.html).
Best wishes!
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to use EJB 2.0 with Web Service
 
Similar Threads
This weeks giveaway
EJB or web service
sending files via web service
use of service-ref in ejb-jar.xml file
web service and EJB