|
Hi,
I have a special need : ideally I'd like to have one webapp and a bunch of desktops clients, all accessing one database through Hibernate : desktops apps are only there for administration of the webapp.
I know there are cache problems - all theses apps should access only one shared cache.
Correct me if I'm wrong but second level cache occured at SessionFactory level, and only one SessionFactory per app and datasource is allowed, so it shouldn't work out of the box, right ?
But can someone tell me if it could be possible to have this kind of apps design, and if it is, how ?
Thanks.
|