in reply to possible: a perl plugin for web browsers?
Assuming that it was set up that way, we'd need to incorporate a GUI method for the webbrowser. Probably GTK or Glade or something, perhaps TCL/TK, which would morph into some sort of Browser::API; I'm not going into the holy war on GUIs thing.
After we had this "plugin" in place, we'd have to work on the transport protocol. It'd be a terrible thing to have someone insert into a cleartext transmission from a webserver to a perl plugin some malicious code like system("your nasty commandline here"); Which means we'd need at least a CRC transmission test system and probably SSL.
So... If we got the plugin created, and to an acceptible point where the clients would not have to worry about simple hack attacks, then we'd have something. I'm afraid I don't use much client side applications, so I don't use much java at all.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: possible: a perl plugin for web browsers?
by drfrog (Deacon) on Aug 29, 2001 at 00:23 UTC | |
by Sifmole (Chaplain) on Aug 29, 2001 at 01:32 UTC | |
by drfrog (Deacon) on Aug 29, 2001 at 08:12 UTC | |
by vaevictus (Pilgrim) on Aug 30, 2001 at 18:26 UTC |