This is probably a naive question, but it's an important one. I'm
trying to take an existing app and turn it into a web service. The
application has a GUI and needs to maintain state between invocations.


I have my scope set to "session" but perhaps it needs to be "application?"

I know that stateful EJB's can maintain state, but I don't want to turn
this into an EJB - web services should handle the remote aspects of
this. I also need to display a GUI persistently between invocations,
and I haven't succeded in gettting the GUI to even appear from within
the implementation service.

What
I'm preparing to do is have a thin web service make a socket call on
the back end to the actual application. This would solve my problem
(assuming there's no constraint on socket communications by Axis); but
I lose the advantage of standardized wsdls if I do this, and add
another remote link.

I'm unclear on how to proceed. Any thoughts on this would be much appreciated.

       



 
____________________________________________________________________________________
Need a quick answer? Get one in minutes from people who know.
Ask your question on www.Answers.yahoo.com

Reply via email to