Hi there
I've hibernate2 (tested few hours) and try to code a servlet application to mobile environment where most important subject is database connection.
Tell me fellows, what is most suitable way to manage this when:
- program can manage sessions after server reboot - save sessions to database?
- there is no "general" database connection only user specific connection is done: jdbc driver+url+password+username. Then is greated a session for that User - only one session per user, session is included conn and other attributes; possible,how?.
Sory to ask those but i've to deside wich tools i'll take to this application and i hope it's hibernate2.
|