Was there any particular DB that you were looking at for serving our database needs? I think you mentioned sleepycat?
Rob
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2007-02-13
That was for a different project.
I am think if we can use hibernate and keep it very simple we can be db agnostic.
For the information we are storing even an embedded option would work.
It is the integration of the db that needs to be pluggable, i think that is important.
Rich
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If the jmx thing is already happening I can work on the DB integration. Probably do postgres and mysql? Basically that would only require 2 hibernate reveng files. We can then add reveng files for other DBs as we need.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Rich,
Was there any particular DB that you were looking at for serving our database needs? I think you mentioned sleepycat?
Rob
That was for a different project.
I am think if we can use hibernate and keep it very simple we can be db agnostic.
For the information we are storing even an embedded option would work.
It is the integration of the db that needs to be pluggable, i think that is important.
Rich
If the jmx thing is already happening I can work on the DB integration. Probably do postgres and mysql? Basically that would only require 2 hibernate reveng files. We can then add reveng files for other DBs as we need.