Re: Next generation COBOL?



> I think Java and its standard class library provide rather poor support
> for webbing actually. I think all you get is an XML parser, and that's about
> it. You either have to download the rest from 3rd parties, or write your
> own.

That is what J2EE (Enterprise Edition) is for. It provides for
servlets, JSP, Sessions, SOAP, Messaging, and a host of other bits.

> There's something called JSP (Java Server Pages), but I don't know much
> about it; for example, I don't know if it's from Sun, or some other vendor,
> or if it's an open standard of some sort.

JSP is in Sun's J2EE (and in Tomcat separately). It caters for 'code in
page' where an HTML page contains tags that have server side Java code
in them (as distinct from client side JavaScript or Java applets).
Nominally this is processed by the server as the page is sent to the
client, but in fact the page is processed into being a servlet (once)
and this is exectuted to send the page.

Servlets are small modules that run on the server, they need an
application server such as Apache's Tomcat or JBoss or WebSphere, but
basically this does most of the grunt work of web server applications.

.



Relevant Pages

  • Re: What multi-tier components to use
    ... Enterprise Java Beans. ... > with every change in the parameter list, you could make your new server ... But surely if you have an old client and the interfaces are still valid on ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: Best Programming language for Network programming (serious server application
    ... back to the client. ... So the server needs to be a heavily multi- ... required to display the same on a real-time basis. ... I m wondering of using java for my client application development ...
    (comp.programming)
  • Re: Pushing data from the server to the client
    ... have data pushed from the Java webservice to your client? ... > information on the client machine, and it's never any older than ... So I mocked up a facade web service on my side in .NET ... > the remoting dll on each client machine and the stub on the server. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Pushing data from the server to the client
    ... have data pushed from the Java webservice to your client? ... > information on the client machine, and it's never any older than ... So I mocked up a facade web service on my side in .NET ... > the remoting dll on each client machine and the stub on the server. ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Pushing data from the server to the client
    ... have data pushed from the Java webservice to your client? ... > information on the client machine, and it's never any older than ... So I mocked up a facade web service on my side in .NET ... > the remoting dll on each client machine and the stub on the server. ...
    (microsoft.public.dotnet.framework.remoting)