Ansoon
March 3, 2005, 5:23pm
1
salamz all,
I have a java program that i want to use as a web service so that i can call the functions from web request.. i am not sure how to approach this.. would converting it to jsp help or should i convert my java code to .net and use .net web services?
any suggestions from the gurus
thanks
Ansoon
March 3, 2005, 7:05pm
2
Re: Converting Java App to a Web Service
digitalsurgeon.. yaar any good tutorials for that?
thanks
Grunge
March 5, 2005, 5:40pm
3
Re: Converting Java App to a Web Service
Try
http://java.sun.com - there is a barrage of tutorials there.
If you want to do it right by using a proper web architecture, buy the book
“More Servlets and Java ServerPages”, by Marty Hall.
Check for the latest edition before you buy.
Read and learn a framework, either
Spring Framework (www.springframwork.org ) OR
Struts (available at the Jakarta website).
Using a framework will allow you to use readily available tools to do the application using MVC2 architecture.
Hope that helps.