[OJB-developers] RE: Persistence for the oJB Mapping Repository
Brought to you by:
thma
From: Florian B. <bf...@fl...> - 2002-04-10 11:30:25
|
Hi Thomas, great to hear! I'll try to do it over the weekend. best regards, Florian -----Original Message----- From: Mahler Thomas [mailto:tho...@it...] Sent: Wednesday, April 10, 2002 1:15 PM To: Florian Bruckner (E-Mail); Objectbridge (E-Mail) Subject: Persistence for the oJB Mapping Repository Hi Florian, hi all, I just completed the ojb.broker.metadata.RepositoryPersistor and checked it into CVS. This class allow to read DescriptorRepository Objects from XML files AND to write them back into xml Files. Benefits: - information on XML grammar is kept in single point. - changing the repository.dtd will be much simpler. - writing mapping tools will be much simpler now, as all mapping related tools (as your reversedb) work directly on DescriptorRepository objects. Florian, there is now no more need to have your tool directly generate XML files! You can start to refactor you reversedb tool to use the persistor. cu, Thomas |