Hi!
I've written an applet (MainApplet) that
communicates with a servlet through http tunneling to query some data from a
remote database.
Now, I want to use another
applet (PasswordApplet) to act as login dialog box enabling the end user to type
his name and password.This information will be send to the server for checking
on the data base. If it's ok then the MainApplet will be displayed.
My question is how to call the MainApplet (after the password
checking is performed) and send to it the user's name.
I'am using JWS (and no special developement tool) and would
appreciate any indication as where to place the different files that will be
involved.
Thanks
Ibrahim
