Hi Folks,
I am a newbie and I come with a simple question I want to clear befoire
going through developments.
1/ I create a Java object
2/ I use OJB to store it in a RDBMS, the SQL structure of the table
storing the object is known thanks to the generated xml mapping.
3/ Can I come with a Python/Perl/Whatever script and tap into the
database (querying, adding records to the table corresponding to the
Java object) and then access these updates with Java/OJB again ?
I just want to make sure that OJB only use one SQL table per java
object and not other utilities-tables that would make external access
with other SQL driver difficult or impossible.
Thanks a lot,
Elie