Re: Web Services or Servlet?
- From: "Mike Schilling" <mscottschilling@xxxxxxxxxxx>
- Date: Thu, 29 Jun 2006 17:32:52 GMT
"Homer" <homi_us@xxxxxxxxxxx> wrote in message
news:1151594059.732731.290770@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi All,
I have following scenarios:
An application running on some server (inside our Intranet) is sending
our server a request including 5 fields of data (volume is ~1000 per
day) and our server is suppose to do some calculation and return back a
two field data.
This sounds like a good example of Web Service/SOAP scenario but I
don't really want to complicate things with Application Server,
Deploy and etc.
You don't need a full J2EE application server to run a web service. A
servlet running inside a servlet container (e.g. Tomcat) can implement a web
service, and there are a number of tools for building such a thing, e.g.
Axis.
.
- Follow-Ups:
- Re: Web Services or Servlet?
- From: Homer
- Re: Web Services or Servlet?
- References:
- Web Services or Servlet?
- From: Homer
- Web Services or Servlet?
- Prev by Date: Re: JSP and Java Swings reuse of code
- Next by Date: ejb3 - blob in primary key
- Previous by thread: Re: Web Services or Servlet?
- Next by thread: Re: Web Services or Servlet?
- Index(es):
Relevant Pages
|
|