Re: [Hibernate] Object-to-XMLDB mapping

2006-06-28 Thread Frank Cohen
Great. Thanks for the pointers. I'll let you know my experience with the experiments. -Frank On Jun 28, 2006, at 9:23 AM, Steve Ebersole wrote: > Not really. The closest thing would be a particular series of tests > from the test suite which specifically test the ability for users to > plug i

Re: [Hibernate] Object-to-XMLDB mapping

2006-06-28 Thread Steve Ebersole
Not really. The closest thing would be a particular series of tests from the test suite which specifically test the ability for users to plug in custom EntityPersister implementations. Check out org.hibernate.test.legacy.MasterDetailTest#testCustomPersister. However, that is a *very* basic examp

Re: [Hibernate] Object-to-XMLDB mapping

2006-06-28 Thread Frank Cohen
Thanks, Emmanuel! Are there any articles or a developer "how-to" guide on writing new persisters? -Frank On Jun 28, 2006, at 1:46 AM, Emmanuel Bernard wrote: > I must admit I never thought about XML DB requirements, so I 'll > have to trust you :-). A week might be ok for an experiment bu

Re: [Hibernate] Object-to-XMLDB mapping

2006-06-28 Thread Emmanuel Bernard
I must admit I never thought about XML DB requirements, so I 'll have to trust you :-). A week might be ok for an experiment but not to do everything. Frank Cohen wrote: > Thanks for the pointer Emmanuel. I'm doing the investigation work now > and will seek funding in the next week or two. I ha