Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

BBS: Re: Server Side Java Applet - September 09, 1998 at 15:19:19

You are here: irt.org | BBS | Re: Server Side Java Applet [This BBS is closed]

Posted by Jason Nugent on September 09, 1998 at 15:19:19:

In Reply to: Server Side Java Applet posted by Jian Zhang on September 09, 1998 at 12:58:18:

: Hi,

: I've been writing Java stand-alone programs
: for awhile. Now I am thinking of writing a small applet which
: reads a text file stored on the server
: and tags it with html tags. Finally the applet
: sends the html-formatted text file to the
: client.

: I would appreciate it if someone could give
: me some help on where to start.

: Thanks in advance.

: Jian Zhang
: San Jose

Stephen Saunders is going to have lots to say on this topic, I'm sure, but I'll offer my two cents here. Really, what you are going to do is not write an applet. You're going to write a *servlet*. Now, servlet writing can be kind of tricky because, generally, you need some sort of runner application to run the servlet for you (kind of like an interface). In a lot of cases, just getting the runner to run properly can be a chore in itself. What server are you using? Have you installed the jdk on it?
I would suggest taking a look at the java SDK (servlet development kit) available from Sun. You might also want to take a look at devedge, Netscape's developer site. They have lots of good information on servlet writing.
Stephen?? :)

Jason
Follow-ups:

You are here: irt.org | BBS | Re: Server Side Java Applet [This BBS is closed]

©2018 Martin Webb