This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Web Services and the fly likes Web Services Client using JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Web Services Client using JSP" Watch "Web Services Client using JSP" New topic
Author

Web Services Client using JSP

tejaswini vasist
Greenhorn

Joined: Apr 10, 2004
Posts: 17
Hi,
I am using Apache axis,Tomcat 4.0,jdk1.4 and Mysql in my project.I am supposed to deploy a simple supply-chain management application.Client logs in and selects items of his choice and then the order bill is processed.I have written the code without front end .I run it in dos prompt.I want to know how to perform deployin n running of the service if i create my front end in JSP.
Lasse Koskela
author
Sheriff

Joined: Jan 23, 2002
Posts: 11962
    
    5
There really is no difference -- you just call whatever code you have now from a servlet.
Ie. if your web services client code is a class named "MyWsClient", then

becomes


Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
tejaswini vasist
Greenhorn

Joined: Apr 10, 2004
Posts: 17
ok..thank you..will try that out!
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Web Services Client using JSP
 
Similar Threads
Struts
Can i use request.setParameter in java class
List & hibenate
uploading files from client to server using javascript
performance