Webservice from a servlet
Hi,
I have an existing application uses Servlets and hosted on Websphere6.
Now we have a requirement to meke the same functions which we have in
JSPs and Servlets existing as Webservices.
Can any one have idea how to achieve this.
At this movement what i am looking is atleast how to use the existing
servlet as a webservice? A Simple example.
Thanks for the help in advance.
regards,
Ravi
.
Relevant Pages
- Re: webservices
... Using j2ee webservices means only ejb's (stateless session and message driven bean) and servlet's (servlets and jaxm servlets) can be webservices endpoints. ... (comp.lang.java.beans) - webservices and CIM-XML
... using XML over HTTP. ... my question is what are the chances that these servlets are being used ... like webservices. ... (comp.lang.java.programmer) - Webservice from a servlet
... I have an existing application uses Servlets and hosted on Websphere6. ... Now we have a requirement to meke the same functions which we have in ... JSPs and Servlets existing as Webservices. ... (comp.lang.java.programmer) - Re: put application on server ??!!!!
... >>make my application into a bean? ... > separate those two pieces into separate code bases with published APIs ... Have forms submit to servlets. ... Have servlets forward to JSPs to format output. ... (comp.lang.java.programmer) - Re: Doesnt anyone manually compile JSPs?
... org.apache.jsp" to create all servlets in the standard tomcat package ... use the java compiler to compile the ... > compiling JSPs; everyone expects you ... (comp.lang.java.programmer) |
|