Hi all. I have downloaded the JDO RI from sun. now, how to use JDO , is there any property files I should create and place them into a specific dir ? Do I need other things ? my database is mysql 4.0
The JDO RI only support a simple filestore datasource. It does not support persisting to any relational or object database. Basically, it is just a proof of concept and not meant for real world usage.