dbJFunk (J2EE Code
Generator) is a tool that quickly generates a complete
robust J2EE
application: The Table ADmistrative (TAD) Tool. Now with
dbJFunk, we can create TAD which provides the Data Entry
Screens to administer the tables data. Features of TAD:
* TAD is the Data Entry Screens for a database
table. * Allows CRUD (Create, Read, Update and Delete
actions) on the rows in the table. * Jakarta's Struts and
Tiles Framework (MVC Pattern). * Use of SourceForge
<Display:*> Tag. * Data Access Object (DAO)
accesses for ASCII text data - Its Flexible! *
Caching - Tables are read once. Caching can be
controlled. - Its Flexible!
TAD's Ascii DataBase
TAD
comes with text based database, Ascii, to save the table
data. It is Aiki Innovations Inc. own creation and is
manipulated via a Data Access Object (DAO). TAD
provides a robust full functioning Java/J2EE application
based on Java, Struts and the Display Tag Library to -
do real work - access and working with data.
TAD's Screens
This page is used to view all the records in
the table being administered. It uses the Jakarata's
Display Tag Library to display the content of the table.
From this screen, the following CRUD (Create, Read,
Update and Delete) actions can take place:
[C]reate Action - This actions creates a new
record.
While entering the data, javascript validata is used
to pre-process the and check its data type and field
length before saving to the database.
[R]ead Action - This actions reads a record from the
database for viewing.
All fields are read only on this page.
[U]pdate Action - This actions updates an existing
record.
While entering the data, javascript validata is used
to pre-process the and check its data type and field
length before saving to the database.
[D]elete Action - This actions deletes a record from
the database.
All fields are read only on this page. A confirmation
message is provided to make sure deletion is required.
[Cl]ear Action - To get fresh data, get the latest
data from the database, the clear action is
provided.
This action is required when another has update the
database or the database is manipulated manually.