The Artima Developer Community
Sponsored Link

Java Buzz Forum
Translucent Persistence

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Brian McCallister

Posts: 1282
Nickname: frums
Registered: Sep, 2003

Brian McCallister is JustaProgrammer who thinks too much.
Translucent Persistence Posted: Jul 1, 2004 5:45 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Brian McCallister.
Original Post: Translucent Persistence
Feed Title: Waste of Time
Feed URL: http://kasparov.skife.org/blog/index.rss
Feed Description: A simple waste of time and weblog experiment
Latest Java Buzz Posts
Latest Java Buzz Posts by Brian McCallister
Latest Posts From Waste of Time

Advertisement

If transparent persistence is persistence where you don't need to make any special cases in your object model for persistence puporses (somehting nothing actually does), maybe translucent persistence is when you get a couple odd restrictions that enable vast improvements. JDO 1.0.1 would fall in this category with the PersistenceCapable pucky.

I have been thinking more and more about doing PC like behavior as it opens up so many options for optimization it is downright silly. Compile steps are annoying, but... acceptable. Aspect systems provide the needed hooks in a much better API than straight bytecode enhancement. Seriously thinking about things like that. A huge thing is the simple question "is it okay if when you store a transient object you get back a proxy which is transactionally bound instead of the same instance you stored?" If the answer is yes we can blow toplink/hibernate/ojb performance out of the water =)

Read: Translucent Persistence

Topic: Can anyone say "Three-Pin"? Previous Topic   Next Topic Topic: Questions for the Java Open Source

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use