aspose file tools
The moose likes Applets and the fly likes In need of advice URGENT Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "In need of advice URGENT" Watch "In need of advice URGENT" New topic
Author

In need of advice URGENT

john mattucci
Ranch Hand

Joined: Nov 03, 2000
Posts: 331
I have spent the last couple of hours reading this
years posting in regards to Applets and connecting
to databases. Im still a little confused, sorry Im new to Applets.
I need to design an Applet which will be placed in
a Lotus Notes email. This applet is quite basic it will need to obtain employee info eg. name, phone# ect. At most a dozen fields. The info is then sent to SQL. My problem like countless others is a security/sandbox issue. I have noticed that several people have suggested the
Applet --> Servlet --> JDBC --> SQL approach.
Im also new to Servlets. My question in the end is, 1)is this the best option? 2)Do I still need to sign the Applet(the email is internal)? 3)In order to avoid signing the Applet do both the Applet & Servlet need to sit on the same server? All help is greatly appreciated
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: In need of advice URGENT
 
Similar Threads
what am i doing wrong URGENT (this is my true posting)
How can I fix this REALLY URGENT
a newbie in need of urgent help
How to best handle this situation
Front-End To Servlets