in reply to HTML as a GUI: part 32,523rd
My opinion on (a) is that this is probably more trouble than it's worth. There's a huge push to make all UI "browser-based" -- but frankly, browsers aren't well designed for truly interactive GUIs and aren't all that compatible from platform to platform either, so you have compatibility issues no matter what you do. As I see it, the browser as interface has only a couple things going for it:
If you really need a more interactive GUI interface, then I think that java is the way to go since it was explicitly designed for the task of providing a platform independent gui. Yes, it has some quirks, too, but I think a lot fewer. And some version of it is also now likely to be installed on many modern systems. (E.g., Windows)
And for those of us who just can't give up perl -- which of course we don't want to do -- why not combine the two with Inline::Java. The 2003 Perl Advent Calendar has an article on Using Java as a perl GUI that shows how this might be done.
-xdg
Code posted by xdg on PerlMonks is public domain. It has no warranties, express or implied. Posted code may not have been tested. Use at your own risk.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: HTML as a GUI: part 32,523rd
by dragonchild (Archbishop) on Apr 09, 2004 at 12:21 UTC | |
|
Re: Re: HTML as a GUI: part 32,523rd
by hardburn (Abbot) on Apr 09, 2004 at 13:19 UTC | |
|
Re: Re: HTML as a GUI: part 32,523rd
by nimdokk (Vicar) on Apr 09, 2004 at 12:18 UTC | |
by dragonchild (Archbishop) on Apr 09, 2004 at 12:22 UTC | |
by nimdokk (Vicar) on Apr 09, 2004 at 12:27 UTC |