Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Riena » Riena / CDO / JPA Integration
Riena / CDO / JPA Integration [message #574610] Wed, 10 September 2008 13:07
Thomas is currently offline ThomasFriend
Messages: 151
Registered: July 2009
Senior Member
HI I started an email discussion with christian, which he liked to see
on the newsgroup.

What I want to talk about is JPA Integration. I see many places were
lazy loading in a rich client would be a great thingy to have. I had a
look ad several existing implementations (most of them are aop hacks)
but nothing satisfied me. Christian told me that so far there is nothing
like that in riena. Gavin King from Hibernate has a strong opinion on
why not to remote lazy load which i can understand. I don't know other
JPA implementations but in hibernate lazy loading is very tightly
coupled to the session and all existing solutions break the
transactional philosophy.

what i recently thought about is having something like a remote session
on top of hibernate (as for eg jackrabbit has). that would mean keeping
an entitymanager/session on the server over several client requests.

I would like to hear what you think about that idea, far off from what
it would take to implement something like that. I agree with christian
that approaches like cdo may not scale well in large environments, and I
wonder if keeping thousands of sessions on the server would scale.

Regards
Thomas
Previous Topic:Re: [Announce] UFacekit component proposal
Next Topic:Riena / CDO / JPA Integration
Goto Forum:
  


Current Time: Fri Apr 26 04:44:19 GMT 2024

Powered by FUDForum. Page generated in 0.02568 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top