Sin: For what it's worth, this is definitely my approach after having spent
a lot of time with applets. Servlets are a very different kind of thing, but
once you get the hang of it can be made (IMHO) to run much faster than even
very thin-client applets.
Mike Nash
-----Original Message-----
From: Sin Lam [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 21, 1999 1:14 PM
To: [EMAIL PROTECTED]
Subject: Re: From Applets to Servlets
Hi,
I am wondering about the same thing. Would it be faster if we had
built
our Order Entry System in Servlets/HTML rather that using JRunner. JRunner
is a
Java Application that comes with SilverStream Application Server product.
It
downloads all the client class files and run your Java application on the
client machine. The Order Entry main form is very slow in performance. I
am
guessing one of the reason may be due to the power of client machine. If
the pc
is slow to begin with, it will be slow to run any Java App. Right?
So would servlets be appropriate for application like an order entry
app?
I guess you can do all your data entry validation on the server side with
some
help with JavaScript. But I agree with Cezar on avoiding the use of
Applets.
What do you think?
Sin Lam
Cezar Totth <[EMAIL PROTECTED]> on 04/21/99 11:28:11 AM
Please respond to "A mailing list for discussion about Sun Microsystem's
Java
Servlet API Technology." <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
cc: (bcc: Sin Lam/Whittman-Hart LP)
Subject: Re: From Applets to Servlets
Hi,
Send the same question at APPLET-INTEREST or SWING e-mail lists and you
will
get the opposite answer.
Well my opinion is to use servlets and as avoiding as possible client-side
java.
But in your case .... rewriting an already existing application,
should be the last solution to choose.
Try first to update the java engine,
you will hopefully accelerate Netscape's java with some JDK1.1 engine update
for Netscape, available at Sun, and using <OBJECT ..> tags instead of
<APPLET ..>
Redesigning a complex application from swing to servlet+html can be a
long-term, tedious task.
There are some real advantages - like faster responses to
remote users on slow lines, smaller number of total database connections,
smaller resources required for client stations, hopefully simpler
development if used with proper template-engines, database pools and
others...
Cezar.
On Wed, 21 Apr 1999, Damodara Muppala wrote:
> Can somebody advise me if Switching over from writing applets to =
> servlets be a good idea. Currently we developed an applet that has lots =
> of screens and the database is Sybase. We used entirley Swing classes. =
> We find that the applet is very slow in Netscape compared to Explorer =
> and my client uses just Netscape.
>
> I am advising my client to go with Servlets and HTML. I beleive it will =
> be much faster. Thanks in advance.
>
>
Cezar Totth email: [EMAIL PROTECTED]
Fax: (401) 220 33 95
Genesys Software Romania Phone: (401) 638 49 44
Stefan Furtuna 169, sect.6
cod 77171, Bucharest
Romania
___________________________________________________________________________
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
___________________________________________________________________________
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
___________________________________________________________________________
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