|
From: Keith D. <kd...@cs...> - 2004-07-02 19:09:14
|
Great work! I know the OJB community will be especially excited to hear this! Keith -----Original Message----- From: spr...@li... [mailto:spr...@li...] On Behalf = Of j=FCrgen h=F6ller [werk3AT] Sent: Friday, July 02, 2004 3:02 PM To: spr...@li... Subject: [Springframework-developer] OJB support Hi everybody, =20 On the occasion of the recent TSS thread on OJB 1.0 final, I've decided = to give OJB PersistenceBroker integration a go. I've already committed the initial bunch a couple of hours ago, providing = PersistenceBrokerTemplate, PersistenceBrokerTransactionManager, etc. =20 This initial stuff took just about 4 hours, including getting OJB to = work with a simple example! I was pleasantly surprised by how easy OJB is to = set up. I'm not fond really fond of its static initializer model, but it = does work and is simple enough to get going. =20 I'm currently working on support for exposing the JDBC Connection in PersistenceBrokerTransactionManager and other refinements. I plan to add = a Petclinic data access version for OJB this weekend: As far as I can = judge at this point of time, this should be simple enough to do. =20 One of the distinct characteristics of OJB's PersistenceBroker is that = it offers all of OJB's mapping and querying capabilities, but does not = attempt to provide object-level transactions, i.e. does not do automatic change detection but rather rely on explicit store calls. For Petclinic-style = web apps, this is more than enough. =20 The stuff in CVS does work already, so whoever's interested, feel free = to have a look at it :-) =20 Juergen ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 -=20 digital self defense, top technical experts, no vendor pitches,=20 unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |