On Wed, 1 Dec 1999, HH Khan wrote:

> Sorry, if I misunderstood! And my reference http may not be exact.
>
> I was quoting NOTE on Pg 1001 of  Java 1.2 Unleashed (SAMS Publication)
>
> "Netscape servers support servlets in a separate servlets directory.
> Servlets support the Servlet API.  Server-side applets are
> Netscape's equivalent to servlets."

I guess the issue here is what exactly they mean by "Netscape's
equivalent to servlets".  For example, "equivalent to" could mean
"substitute for", or "implementation of" (pretty sure it's not the
latter).


> Also: "The JSDK (Java Servlet Development Kit) provides support for
> the Servlet API on both Enterprise and FastTrack servers (version
> 2.0 and higher)."

Again, it's not clear what exactly this means.  Does it mean that you
need to download the JSDK?  I would think that would be problematic,
because you might use a different version of the JSDK than Netscape
does (i.e. for compile-time vs. run-time), and then you have to worry
about MethodNotFound's and such.  Netscape's server has to have a
jar/zip file somewhere that includes their JSDK support, and you'd
probably want to use that to compile against as well.


> And last: "Netscape is gradually phasing out its server-side applet
> support in favor of teh standard API of JDK 1.2.  The
> netscape.server.applet package has been deprecated as of Enterprise
> Server 3.5.1"

This agrees with what I said (and supports the idea that server-side
applets are something entirely different than servlets.


> Milt Epstein wrote:
>
> > On Wed, 1 Dec 1999, HH Khan wrote:
> >
> > > Netscape calls it "server applets"
> >
> > I don't think this is accurate.  "Server applets" are/were intended
> > for something else (not that I can say what :-) -- and I believe they
> > have been phased out.
> >
> > > U will have to install the Jsdk with Netscape Servers.
> > [ ... ]
> >
> > NES does include support for servlets built-in, so you don't need to
> > install the JSDK.  However, NES 3.X only has support for JSDK 1.0, and
> > they even go so far as to recommend you use a third-party servlet
> > engine (like JRun or ServletExec).  NES 4.X does have better JSDK
> > support (2.0/2.1?), so you may be able to use that alone.  There has
> > been some discussion of this on this list, so you might check the
> > archives.
> >
> > > Pere Soler Rubi wrote:
> > >
> > > > I would like to know if ORACLE WEBSERVER 4.07 and NETSCAPE ENTERPRISE
> > > > 3.6 support servlets.
> > > >
> > > > Thank you.
> > > >
> > > > Pere Soler.
> > >
> >
>

Milt Epstein
Research Programmer
Software/Systems Development Group
Computing and Communications Services Office (CCSO)
University of Illinois at Urbana-Champaign (UIUC)
[EMAIL PROTECTED]

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to