Back to Frameworks Homepage

The JArtifex ApplicationGenerator

Introduction

It generates a full java-jartifex application with swing gui! The created jartifex xml code is easily editable! If you have started the example batch, the example database 'timesheet' will be used! To have a look at this database, start the sqlutil.bat batch file. The example batch creates the application named 'TestApp'. Switch to this directory to start this application for another time. The application generator does the following: 1. opens the given database connection 2. reads all database tables and fields for the given creator 3. creates a new directory and subdirectories for each database table 4. fills the created xml files with jartifex tags, that define the gui elements and its behaviour 5. creates a field html-documentation 6. starts the new jartifex application 7. now you can test the process and its search panels (Menu --> Application --> Search...) 8. now you can implement (xml files) the process controlling and some special behaviour Please notice, that the main TabbedPane not allways actualize its panels. But it actualize them if you use them in the given collating sequence! This bug will be corrected soon.

Screenshots

If you start the batchfile 'applicationgenerator.bat' a sample application will be generated for the database of the timesheet application. This can be used to configure the Timesheet application. For each table of the application will be generated a search dialog to constrain the data selection.
1