users@glassfish.java.net

Re: convert Session EJB to web service

From: <glassfish_at_javadesktop.org>
Date: Sun, 26 Aug 2007 22:34:43 PDT

Umm...

All you need to do (for basic functionality) is add @WebService to each bean, and then redeploy it. All of the work is done during the deployment by the container. There isn't really much to convert. And anything outside of the defaults would need to be specified directly within the Session Bean code anyway, there's really not much work for a tool (beyond a simple bulk handling script of somekind) to do here.
[Message sent by forum member 'whartung' (whartung)]

http://forums.java.net/jive/thread.jspa?messageID=232661