Re: Web Services or Servlet?



Homer sez:
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.
Do you think I should simplify it with Servlet or something or should I
stay with Web Services?

--> http://our.server/app.cgi?param1=x&param2=y&param3=z...
<-- (text/xml) <tag1>val1</tag1><tag2>val2</tag2> (for example)

Can do this in perl (:CGI), php, shell, or anything -- no need to
bring in the servlet container and JVM either.

Dimitri
--
.... If you want to make sure you don't put a Pig in a List of airplanes and
have it fail at insertion rather than extraction, use
planelist.add((Airplane)o) instead of planelist.add(o). It's that easy.
-- Mark 'Kamikaze' Hughes
.



Relevant Pages

  • Re: SqlDataReader.Close() bug?
    ... Cancelcan help in some scenarios. ... >> took out a couple of gallons and then said forget it. ... >> The server does not know you don't want the rest of the rows. ... > bool res = rdr.Read; ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Exch 5.5 Migration to Exch 2003 (1 domain)
    ... Both Scenarios should be supported. ... So long as your domain is Native Windows, then follow the Deployment tools. ... Run the Deployment tools on the server 2. ... So long as the Exchange 5.5 Server is up and running when the outlook logs ...
    (microsoft.public.exchange.setup)
  • special characters and how they are represented
    ... so, i have this album from Mötley Crüe (that looks right in vim, my ... on the server, however, the directory name doesn't look like ... consistent behavior across all three scenarios? ...
    (freebsd-questions)
  • Re: SLOW LOGON TO WINDOWS 2003
    ... In some scenarios the solution where simply configuring the dns client ... >Server 2000 domain from the same machine loads immediately. ... >Any ideas what would cause such a hang. ...
    (microsoft.public.windows.server.general)
  • Re: Web Services or Servlet?
    ... I have following scenarios: ... An application running on some server is sending ... This sounds like a good example of Web Service/SOAP scenario but I ... servlet running inside a servlet container can implement a web ...
    (comp.lang.java.programmer)