Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Java (http://www.velocityreviews.com/forums/f30-java.html)
-   -   to javadb to not to be, swing client caching is the question (http://www.velocityreviews.com/forums/t390667-to-javadb-to-not-to-be-swing-client-caching-is-the-question.html)

Timasmith 02-07-2007 03:33 AM

to javadb to not to be, swing client caching is the question
 

I am toying with the idea of using a client side database (perhaps
javadb, perhaps berkley, perhaps a seperate caching solution) to store
client 'state'.

I think, if you have a very rich business client app with many, many
windows, forms, drop down lists, etc that there is undoubtably value
in caching a lot of reference locally. But not to the point that you
use up all of the clients memory doing so of course. To that end
perhaps a database is ideal to have a predefined memory allocation,
and use it in the most optimal fashion.

Since at that point I have all objects, I suppose it makes sense to
not remap to a relational database, rather use an object database
(perhaps as binary objects, perhaps as XML).

Anyone done this extensively with success?

thanks

Tim



All times are GMT. The time now is 09:18 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57