Is there any step by step isolated example for basic usage of OJB? I found the tutorials a little complex. I'm not meaning the java codes but the whole configuration steps are really messed up in my mind. There are OJB code, ant tasks, torque tasks, source code, tutorial code, several XML documents, What steps should I do to prepare a single simple *isolated* example?

I need an example like this, I have the simplest program with 2-3 classes,
one is like

class Product{
int ID;
String name;
methods..
}

and a main class to test for accessing DB through OJB ,addin new records etc.

so what now?
1. prepare xml config files? where?
2. Prepare Database DTD? where?
3. Should I make a ojb.jar and add it to my project?
4. where should database driver jar's reside?
5. What more?

Sorry but I 'm a little frustrated by all that :).

I'd greatly appreciate any help



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to