in reply to Re: XWindows in Perl
in thread XWindows in Perl

If you really want to run an XServer in an applet, I suspect you still need to open your own connection to the server - HTTP itself can handle persistent connections, but any proxies in between will probably not like it. Oh - and use secure sockets.

anyway - it sounded interesting so I googled around a bit and found this X server in Java that apparantly can run as an applet.

Replies are listed 'Best First'.
Re^3: XWindows in Perl
by traveler (Parson) on Oct 22, 2004 at 17:26 UTC
    WeirdX works well. I have used it with xlib apps and with Gtk2-perl apps. The latter sounds like what you want. Be sure to set the proper applet params, though.
Re^3: XWindows in Perl
by rockmountain (Sexton) on Oct 23, 2004 at 04:12 UTC
    Yes, u are correct. I am looking something like Wired X. Problem is I donot know java. I am looking for GTK-perl. Thanx for your timely advice.
    cheers Rock