dbJFunk
    J2EE Application Generator 
 Philip Chauvet does Java, 
 J2EE, Web and Application Development.

Home
 
Download
Build / Deploy
Below is the download link sampling TAD, the Table ADmistrative Tool, generated from the sql definition below:

CREATE TABLE DBADM.MYEXAMPLE
(
   RECID INTEGER,
   NAME VARCHAR(32),
   ADDRESS VARCHAR(50),
   PRIMARY CHAR(1)
);


TAD can be downloaded in two versions: ASCII (Flat Files) and DB2:
DB2 Version TAD is deployed with two Data Access Object (DAO) version: a Flat File and DB2.
It demostrates TAD flexibility and robustness to access muliple data sources.
<<Download DB2 dbadmdb2.zip>>
ASCII Version TAD is deployed as an ACSII version (Flat File).
Data are posted and retrieved from an ASCII file.
<<Download ASCI dbadmascii.zip>>


After downloading dbJFunk's generated Java Web ARchive file (WAR): TAD,
follow the Deploy instructions.

 



I can always use the work!
I can be reached at  chauvetp@hotmail.com

(c) Aiki Innovations, 2004-2005