Bug 32913 - OJB store
Summary: OJB store
Status: NEW
Alias: None
Product: Slide
Classification: Unclassified
Component: Stores (show other bugs)
Version: Nightly
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: Slide Developer List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-02 15:43 UTC by Carlos Villegas
Modified: 2005-01-02 07:29 UTC (History)
0 users



Attachments
initial implementation part a (158.48 KB, application/zip)
2005-01-02 16:17 UTC, Carlos Villegas
Details
fixed mysql schema (12.27 KB, application/octet-stream)
2005-01-02 16:29 UTC, Carlos Villegas
Details

Note You need to log in before you can comment on or make changes to this bug.
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