The complete source code of the DbForms project and the related examples is now available
on the CVS (current versioning system) at Sourceforge.net.
In case you do not know how to download sources from CVS, please read
Sourceforge's site documentation;
this document contains lots of useful information.
Create a local directory, e.g. dbforms
, on your local harddisk.
Type the following to log-in:
cvs -d:pserver:anonymous@cvs.jdbforms.sourceforge.net:/cvsroot/jdbforms login
and then fetch the files:
cvs -z8 -d:pserver:anonymous@cvs.jdbforms.sourceforge.net:/cvsroot/jdbforms co dbforms
Now you should retrieve all the DbForms source files and libraries.
Prerequisites:
JAVA_HOME
pointing to the root directory
of that installation (e.g. c:\jdk1.3.1
on a Windows system)
ant
to start the build processThe build process should make:
.jar
file containing the DbForms jar library.war
file for each sample app in directory $DBFORMS_HOME/dist
Deploy the .war
files to your Servlet 2.2+ compatible servlet container!
If you are not using MySql,
you have to edit the dbforms-config.xml
file to set up the database connection
properly.
And of course, do not forget to create the test-databases according to the *.sql
files in
$DBFORMS_HOME/examples
directory.
Happy coding!