| 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!
|
 |
 |
|
|
subject: How to use EJB 2.0 with Web Service
|
|
|