Ilias Lazaridis wrote:
Is there any OJB quick-start download available?
- binaries - ready to go configuration - sample application with integrated database
Yupp, there something of that sort. You can download the ojb-blank.jar file which contains a ready-to-use base environment (including an Eclipse project), and then drop in the files of one of the tutorials (tutorials-src.jar), probably tutorial 1 or 2. You can get all of them in the binary download area.
A description of this is in the "Getting started" page:
http://db.apache.org/ojb/docu/getting-started.html
Section "Contents of ojb-blank"
src/java Place your unit tests in here.
should be: src/*test* Place your unit tests in here.
Ok, I'll fix that.
and the tutorials at
http://db.apache.org/ojb/docu/tutorials/summary.html
Many documentation, many manual steps.
Actually there are only few steps. Most of the getting started doc just explains what the files mean and what settings there are. And IMO its better to be detailed (and explicit) than to be overly short. If you just want to run something, then drop in the source files and do
ant build ant setup-db cd build/resources java -classpath "the;classpath" whatever.you.main.class.is
Tom
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
