Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / GUI / December 2003

Tip: Looking for answers? Try searching our database.

[ANN] SwingSet 0.6.0-beta now available

Thread view: 
Brian E. Pangburn - 19 Dec 2003 14:11 GMT
New Roads, LA - December 19, 2003 - We are pleased to announce the
0.6.0-beta release of SwingSet, an open source Java toolkit that allows the
standard Java Swing components to be made database-aware.  The latest
release includes utilities for developing data grids, so that
datasheet/spreadsheet/table views of database queries can be added to Java
graphical user interfaces (GUI's).  Version 0.6.0 also adds "masked" editing
of text to provide greater control over user input.

The SwingSet feature-set now includes:
1. database binding for textboxes, comboboxes, and checkboxes
2. masked editing of textboxes
3. binding of a "hidden" numeric column for comboboxes with text choices
(e.g. 0, 1, & 2 are stored for "Yes," "No," & "Maybe," respectively)
4. population of comboboxes based on columns in a database query (can also
be used for combobox-based record navigation)
5. a record navigator (allows for database traversal, insertion, deletion,
commit, and rollback)
6. a data grid component for creating datasheet/spreadsheet/table views of
queries
   (a) allows custom column headings
   (b) allows hiding of specified columns
   (c) allows disabling of specified columns
   (d) allows columns to be displayed as textboxes or comboboxes
   (e) allows addition and deletion of records
   (f) allows deletion of multiple, non-consecutive records
   (g) allows data entry "masks" to be applied to text columns

While there are several commercially available solutions that perform
similar tasks, SwingSet is the first known open source solution.

More information on SwingSet is available from:
http://swingset.sourceforge.net
and
http://sourceforge.net/projects/swingset
brougham5@yahoo.com - 20 Dec 2003 04:03 GMT
>an open source Java toolkit that allows the
>standard Java Swing components to be made database-aware

Why would you want to make your GUI layer so dependent on the database?
Brian E. Pangburn - 20 Dec 2003 13:10 GMT
Well you wouldn't in every case, but if you're developing a database GUI,
SwingSet gives you much the same functionality as (and in our opinion, more
control over) the JBuilder or Sun One Studio database widgets.

You are not really making the system dependent on a single database, but
rather a JDBC RowSet.  You can still write your own event listeners to
manage data validation, etc. and the new editing masks help to automate this
process as well.

Regards.

> >an open source Java toolkit that allows the
> >standard Java Swing components to be made database-aware
>
> Why would you want to make your GUI layer so dependent on the database?


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.