Re: Web Services or Servlet?
- From: "Homer" <homi_us@xxxxxxxxxxx>
- Date: 30 Jun 2006 05:44:03 -0700
Thanks all for your replies.
They want it to be Java anyway.
I will give Axis a try and then decide between Servlet or Web
Services/Axis.
WebServices (like everything else in J2EE) is too complicate for what
is does (maybe because I am coming from Corba background) but I use
Jbuilder and it does pretty much everything for you.
Mike Schilling wrote:
"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.
.
- References:
- Web Services or Servlet?
- From: Homer
- Re: Web Services or Servlet?
- From: Mike Schilling
- Web Services or Servlet?
- Prev by Date: Re: getruntime issue
- Next by Date: Sorting algorithms in Axis and Tomcat
- Previous by thread: Re: Web Services or Servlet?
- Next by thread: Java Webservice Clientquestion
- Index(es):
Relevant Pages
|