Re: [OJB-developers] Using OJB with stuctured files
Brought to you by:
thma
From: Thomas M. <tho...@ho...> - 2002-02-27 13:24:38
|
Hi Leandro, Leandro Rodrigo Saad Cruz wrote: > Hi all. > I'm new to OJB and I'd like to know if it is possible to use OJB as a > Persistence Layer above structured files ( xml, log files, csv files, > etc ) > using interfaces like PersistenceBroker, Query, etc. > > has anyone ever tried this ?? > The PersistenceBroker Interface (and the Query API) has been designed as a generic interface to persistent media. Currently OJB does only contain an implementation for RDMBS. But it should be quite straightforward to build a structured file implementation. In my company we have used the OJB query mechanism to provide access against OJB, TOPLink and LDAP. hth, Thomas |