Ticket #34 (closed enhancement: fixed)
Add support for remote repository database
| Reported by: | maccaf | Owned by: | maccaf |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0M1 |
| Component: | core | Version: | devel |
| Severity: | major | Keywords: | |
| Cc: | shurgen.smirnoff@… | OS: | All |
Description
Implement database repositories using Hibernate.
Support should include:
- Optional replacement for local repository using Apache Derby
- Extension point to define static repository definitions
- Wizard to create personalized repositories using all supported RDBMS
- Repositories management UI
Change History
Note: See
TracTickets for help on using
tickets.

I've noticed you're using JAXB for serialization. Have you considered EMF as alternative? EMF already have remote repository implementation (CDO) for distributed models as well as O/R mapping solution.
Thanks, -Alex.