Expert |
|
Joined: Wed Apr 11, 2007 11:39 am Posts: 735 Location: Montreal, QC
|
1,2 - Hibernate does not implement much of the caching part, it only delegates to a cache provider so you just need to find the right solution. ehcache and JBoss cache have very promising models for distributed and clustered environments.
3 - Yes if there is a database on the client side.
4- No it is not or I haven't heard or experienced anything like this. The problems usually boil down to transaction and classic db concurrency and racing problems. If you can it in a relational database, you can do it in hibernate too.
Farzad-
|
|