You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Peter Glynn <gl...@tcd.ie> on 2001/03/15 10:40:27 UTC

EJB support in Soap4j 2.1

Hi all,
I have a collection of Java object on the Server side that are set up as Web Services thanks to Apache Soap4j 2.0 . I was thinking of changing just purely Java Objects into EJB's instead and then exposing the ejbs as Web Services.How difficult is this to implement? What container etc works best? I have been using JBoss with Tomcat. Where should I start? Any other useful hints?