I have an application that uses applets to interact with and send/receive data to and from the client. I want to get rid of the applets and turn the application into a Web service. Am I screwed or what? I can't find any information on "applets and web services."
thx, Mark
I'm not too deep into webservices but isn't a webservice just sth like a thread living in a server and talking xml? so I think you're asking the wrong question. you can replace the "server-part" of your applet with a webservice. you can let your applet be a view for your webservice. or am i screwed or what?
-mw
___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html