[SourceJammer-devel] version control with DB
Brought to you by:
robertmacgrogan
From: <P.C...@pi...> - 2005-08-24 14:15:22
|
Hi, I wonder if SourceJammer can be used along with some other database. I am looking a requirement where along some relational data, I need to store some xml data as well and plan to use LOB feature of Database as most of the database are XML enabled. But I also need to display version history of those and get appropriate version and diff between version i.e. standard version control features along with check-in, check out. Open source solution is required. At present, it is something like Java Application -> O-R Mapper -> DB Now needed some thing like: Java Application -> O-R Mapper (should be here or before DB?) -> Version Control -> DB Can SourceJammer fit in this scenario? Say: Java Application -> Hibernate (should be here or before DB?) -> SourceJammer -> HSQLDB Any thoughts, pointers/directions will be useful. Thanks in advance. Regards. |