This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Web Services and the fly likes Creating a framework for setting up a ejb service provider using Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Creating a framework for setting up a ejb service provider using " Watch "Creating a framework for setting up a ejb service provider using " New topic
Author

Creating a framework for setting up a ejb service provider using

Rr Kumaran
Ranch Hand

Joined: Sep 17, 2001
Posts: 548
Hi All,

I am trying to create a framework for setting up a ejb service provider using AXIS. In this process I want to address below scenarios:

a. I should able to handle custom java objects, java collections etc. used by the ejb

b. the axis ejb provider should be compatible with ejb deployed in WebSphere, JBoss etc. since I think the axis ejb provider will not work with default axis ejb handler and if we want to work with JBoss then we need use only JBoss axis handler like org.jboss.net.axis.server.EJBProvider

c. what can be various inputs and outputs for such framework implementation



Your suggestions are valuable ....


RR Kumaran
SCJP 1.4
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Creating a framework for setting up a ejb service provider using
 
Similar Threads
interview question about Axis
Client AXIS Handler & XML Signature
AXIS - EJB Provider
ejb and rpc encoded
Exposing EJB as Webservice...