IntelliJ Java IDE
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
 
 
subject: Creating a framework for setting up a ejb service provider using
 
Threads others viewed
AXIS - EJB Provider
Client AXIS Handler & XML Signature
interview question about Axis
ejb and rpc encoded
Exposing EJB as Webservice...
IntelliJ Java IDE