Re: Stand-alone J2SE server
"Andrus Adamchik" <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.general |
|---|---|
| Message-ID | <[email protected]> |
> Hi, > > In the WO tech specs (http://www.apple.com/webobjects/specs.html), > they talk about a 'Stand-alone J2SE server'. > Do you know what it is? Does it already exist into 5.2?? > > Stéphan Yes - this is WO runtime tools, some of them predating WO switch to Java. Namely native web server adapters, wotaskd, JavaMonitor. And of course WebObjects framework iteself (WORequest, WOResponse and friends are doing the same thing as javax.servlet.http API). Nice term tho. Andrus