Hey!
You should do okay. One warning, though, you should do all of your
database connections server side. Otherwise, you will have to have the
database classes for the client, which will force you to send the db
classes over the wire upon loading of the applet. You *can* preinstall
the db classes, since you are already installing the plugin.
We use applet extensively, albeit over the corporate intranet. Internet?
I just don't know.
Sans adieu,
Danny Rubis
"Potts, Douglas" wrote:
> Hi,
> I'm thinking of implementing a menu system on our intranet that has to work
> with our existing ASP and HTML pages as well as any new stuff we do. I'm
> thinking of using an Applet system which would communicate with a servlet or
> CORBA object on the server.
> The main reason would be that it would be easy to support and integrate
> with old code, and would be easily customisable.
>
> The main worry I have is the performance of the Applet on the client. It
> would probably be written in Java 2 with the Java 2 plug in. The average
> client machine is P3 450 with 64mb of RAM.
>
> Do people think that performance would be an issue, or are the old Java
> Applet problems obsolete with this kind of hardware.
>
> Thanks in advance for any comments,
> Regards,
> Doug Potts
>
> ==============================================================================
> The contents of this email are confidential to the intended recipient at the email
>address to which it has been addressed. It may not be disclosed to or used by anyone
>other than this addressee, nor may it be copied in any way. If received in error,
>please contact DLA, a UK law firm, (http://www.dla.com/) on +44 (0) 8700 111111
>quoting the name of the sender and the addressee and then delete it from your system.
>
> Please note that neither DLA nor the sender accepts any responsibility for viruses
>and it is your responsibility to scan the email and attachments (if any). No
>contracts may be concluded on behalf of DLA by means of email communications.
>
> A list of the names of the partners of DLA (who are either solicitors or registered
>foreign lawyers) and their qualifications is available for inspection at 3 Noble
>Street, London, EC2V 7EE, UK.
>
> Regulated by the Law Society of England and Wales; authorised by the Society to
>conduct investment business.
>
> ==============================================================================
>
> ___________________________________________________________________________
> 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