Python servlet for Java applet ?
Linuxguy123
linuxguy123 at gmail.com
Thu Apr 30 09:21:12 EDT 2009
On Wed, 2009-04-29 at 15:37 +0200, Marco Bizzarri wrote:
> On Wed, Apr 29, 2009 at 3:14 PM, Linuxguy123 <linuxguy123 at gmail.com> wrote:
> >
> > How does one "connect" the servlet to the applet ? Does anyone know of
> > an example program that demonstrates a Python servlet with a Java
> > applet ?
> >
> > Thanks !
> >
>
>
> Ok, let's make some basic questions:
>
> 1) do you know how to program an applet in order to invoke an URL on a server?
I know how to invoke a URL with an application. I assume its the same
doing it with an applet.
> 2) do you know how to program a server in order to answer to HTTP requests?
I've got a good idea how to do that.
I thought that applets weren't allowed to access URLs directly. If they
can, this problem becomes trivial.
Thanks for the reply.
More information about the Python-list
mailing list