File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes Replace Servlet by Web Service Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Replace Servlet by Web Service" Watch "Replace Servlet by Web Service" New topic
Author

Replace Servlet by Web Service

Priyanka Kumar
Greenhorn

Joined: Mar 21, 2007
Posts: 7
Here's the current scenario...
We have a servlet which receives params like account number, check number and responds by displaying a check image
We use certs for authentication, over a T1 line


Future Suggested Scenario : Replace the servlet by a Web Service and remove the t1 line

Issue is that the customer will not make any modifications to the way they invoke our servlet.

My question is... does it make sense replacing the servlet by an SSL based Web Service,
specially when the way it is invoked will not be modified.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
Welcome to JavaRanch.

If the customer is unwilling to change the invocation, I'm guessing that he is also unwilling to allow changes to what he gets back. So what would be the advantage of changes to the implementation technology if the input and output stay the same?


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Replace Servlet by Web Service
 
Similar Threads
Can some one explain in detail what actually is happening at Stack level on this set of code.
Looking for a better data-transfer mechanism
SCDJWS Beta!!!!!!
Set Thread priorities based on certain conditions
IBM HttpServer and websphere Appserver