Go
Go is a framework for customizing componens using XML. Go is used in the following mlw projects:
Factory uses Go to load Objects into the factory.
FBall uses Go to provide a customizable framwork
for laying out the panels on the swing application. All the queries are stored in an XML file. All
the layout of the tabs are defined in an XML file. Using Go in this application makes adding new
tabs to the application very easy. A new tab can be added without change any java code. Simply a
new component entry in the
manager.xml
(download)
file will accomplish adding a tab.
Supported action include:
com.mlw.go.ext.JDBCAction.java
(download)
is the Action class
that opens a JDBC connection and executes SQL scripts. The sample below opens a connection to an
Access database, then deletes from the stats table.