1. How do I share a Hibernate SessionFactory across web applications? stackoverflow.comI have two web applications that are running on a single Tomcat server and are connected to the same database with Hibernate. I am concerned that having two SessionFactory instances running ... |
2. Sharing sessions between wars forum.springsource.orgSharing sessions between wars I know this question is not directly related to ACEGI but I have one requirement for which I want some suggestions I have an application and there ... |
3. IE session sharing issue forum.springsource.orgHi, My internet explorer windows are sharing the sessions even if I open two different browser windows with out doing a CTRL+N. Can you please help me out? thanks ! regards, ... |
4. Sharing Hibernate SessionFactory between apps forum.springsource.orgSharing Hibernate SessionFactory between apps Currently we have a "persistence tier" based on Hibernate using Spring's HibernateDaoSupport. We have a Maven project which encases all domain classes (with Hibernate annotations), DAOs ... |
5. Behavior incase of multiple Tabs sharing the same session forum.springsource.orgHi, I am facing an issue in opening multiple tabs sharing same session , as my model class is in session so the values are getting shared among multiple tabs. I ... |
6. best practices to share hibernate session on web app forum.springsource.orgHelloo, Id like to get youre opinion for the best way to use hibernate spring and JSf web app, I have 2 separate project, the first one, use hibernate and spring ... |
7. Session scoped bean in shared (ear) service layer forum.springsource.orgSession scoped bean in shared (ear) service layer Hello, I have several web apps bundled in an ear file sharing the same service layer. The service layer bootstrap is done using ... |
8. Share session between wars? forum.springsource.orgShare session between wars? Hey guys, this may apply more to servlet in general than Spring's Web support, but maybe Spring has a nice solution to this.. not sure. So I ... |
9. Shared sessions - emptySessionPath forum.springsource.orgShared sessions - emptySessionPath I am setting up multiple WARs on a Tomcat instance that should seamlessly permit users to access the various wars for the same JSESSIONID. I set the ... |
10. Prevent shared sessions forum.springsource.orgHi all! Is there any way to prevent shared sessions when new tabs or windows of the browser are opened? I've configured my application with concurrent-session-control, and it works when I ... |
11. shared sessionfactory between JBPM + Spring in SEAM seamframework.org |