Re: [Objectbridge-jdo-dev] New to the list...
Brought to you by:
thma
From: Thomas M. <tho...@ho...> - 2002-06-06 17:30:26
|
Welcome Christian! Christian Bauer wrote: > I just subscribed to this list, after I tried the new 0.9 release of > OJB. I'm particulary interested in the JDO functionality, as I see the > need for a free and open source implementation of this new > specification. > > My primary work focus is OO software design and programming, I'm > currently evaluating different strategies and technologies for > persistent object storage and retrieval in information systems (all > based on Java). > > I evaluated different CMP implementations for Entity Beans with EJB 2.0 > and proprietary extensions, commercial proprietary O/R mapping tools, > free O/R mapping tools (Castor) and all possible JDBC implementation > strategies. > > I finally realized that the SUN JDO specification is what I was looking > for, but all commercial implementations lack either quality or > documentation, often both. Most of the time I was lucky to get through to > the evaluation download page at all... > We even don't have a full implementation yet, not to speak of documentation ;-) > So, I'm offering my help with the JDO support in OJB, because a well > understood and free/open source implementation is required as a > counterweight to the commercial implementations. > fine! You can start by having a look at Travis prototype implementation, studying the JDORI by SUN and by studying the OJB ODMG implementation to learn how an object transaction manager can be build with OJB. Of course you are invited to participate in our discussions and to contribute ideas and code ! cheers, Thomas > |