I have the following setup, Client <--> Web <--> Multiple Data Services with Hibernate (in different server) <--> Database
Is this setup possible? (multiple Hibernate instances for single DB). If so if I enable cache at Hibernate side, how the correct data will be retrieved? Because in one of the server the old data might be cached.