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.


In reply to Re: HTML as a GUI: part 32,523rd by xdg
in thread HTML as a GUI: part 32,523rd by BUU

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.