The Single Paradigm Access GUI Layer (SPAGL) attempts to accomplish three goals.
The first is to allow Java developers to switch between Sun Microsystems' Swing library and the IBM-backed Standard Widget Toolkit (SWT) by changing only one line of code per file. Second, it attempts simply GUI (graphical user interface) development by providing widgets that abstract or eliminate the need for "models". Third, SPAGL completely removes anonymous inner classes from the event system. The only things that need to be specified are the events to listen for, the methods to execute, and the objects to execute them in. All of this is done in order allow projects the freedom to easily switch between GUI libraries, learning developers to have easier access to GUI toolkits, and to enable experienced programmers to create code at a much faster pace.
30 Day Summary Apr 12 2013 — May 12 2013
|
12 Month Summary May 12 2012 — May 12 2013
|
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.