Definitely true. That's why I said the performance would remain the biggest concern. Although I don't expect it to be as bad as entity beans. There are some techniques to relieve the pain - those references most frequently referenced can be 'touched' (thus pre-fetched) on the server side, the client can leverage its own cache, etc. I'm even thinking about using hibernate on the client side as well, backed by an in-memory hsqldb as the cache. This way perhaps even the DAO's can also be reused on both sides.Originally Posted by jwray


Reply With Quote
It doesn't make sense to cluster caches on server and clients. I just want to use a client-side cache to speed up frequent getter access. There are clearly a couple of assumptions:
, but it should get readable once you format de code. The JDK 1.5 parts should be easy to extract if you can’t use them.