Bug 32913

Summary: OJB store
Product: Slide Reporter: Carlos Villegas <cav>
Component: StoresAssignee: Slide Developer List <slide-dev>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: Nightly   
Target Milestone: ---   
Hardware: PC   
OS: All   
Attachments: initial implementation part a
fixed mysql schema

Description Carlos Villegas 2005-01-02 15:43:04 UTC
Add a store implementation based on Apache Object Relational Bridge (OJB) to
replace RDBMS stores. It provides a database abstraction level and object
mapping that alows to write code with none or little dependency on the database
platform. Since the mapping to database schema is handled externally in a
configuration file, table names can be easily changed without changing java code.
Comment 1 Carlos Villegas 2005-01-02 16:17:52 UTC
Created attachment 13872 [details]
initial implementation part a

Initial implementation of all stores except content store.
Unzip on top of slide directory. build.xml and build.properties.sample are
replaced, rest are new files. Readme gives info on required jars.
Comment 2 Carlos Villegas 2005-01-02 16:29:48 UTC
Created attachment 13873 [details]
fixed mysql schema

torque doesn't do a good job generating sql for MySQL. I fixed the script
enough to make it load in MySQL 4.1.8