I'm trying to decide which approach to use to add a GUI to my application.
The app works really well and uses the Perl Expect module on Unix (as there is no Perl Expect on Win32 it has to reside on Unix).
I want a simple GUI that looks at a number of database tables and allows me to query, add, delete and update against each one. I'm trying to work out which is the fastest way to get this built.
There seems to be a certain amount of overhead using Tk creating accessors and widgets. Is there an automated way within Perl where you can just point an app at a table and have it create a basic GUI for you?
I've been looking at JDeveloper and using it via Oracle's Business Components 4 Java to automatically create all the classes for me and then perhaps using perl Java.pm or Inline Java to call the Perl Expect code from the GUI.
Can anyone share their experience of doing something similar?
I'm just trying to avoid all the GUI creation grunt work.
Simon
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.