The only possible way that I see is the same way one would call a
servlet/jsp from within an applett using the http (hyper text transfer
protocol). There are tons of programs which to similiar things (such as Tik
, a TCL script which querries different news sites to gather news headers).
This way I dont think that servlet/jsp are the only ones you could use. Any
CGI would serve this purpose.
Now if security of others accessing your servlet/jsp is important I would
also setup that your applet sends in the get http header some unique name
that would identify it from all the rest (netscape / ie/ mosaic/ lynx/
kfm/mozzila/opera... and others)
I remember seeing one applet use a Netscape Server on NT connecting to CGI
that was an .exe file. It was some applet based store system, that used cgi
to connect to DB (back when RMI didnt exist).
Hopefully this is what you seek for...
> -----Original Message-----
> From: CN User [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 10, 1999 17:01
> To: [EMAIL PROTECTED]
> Subject: Applets with Servlet or jsp
>
>
> Can you call a servlet or jsp from within a applet?
>
> Or should one just connect back to the server using a Socket
> connection.
>
> Thanks
>
>
> Alexis Bose
>
> ==============================================================
> =============
> To unsubscribe, send email to [EMAIL PROTECTED] and
> include in the body
> of the message "signoff JSP-INTEREST". For general help,
> send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
>
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".