Hi all.
As I'm newby to Hibernate I'm searching for answers for some common questions concerning Hibernate's best practices and design issues.
How could I create Swing app that uses Hibernate for DB access with non-permanent connection to server.
For example, system can be used in 2 various ways - stationary clients with permanent connection to server could work with server database directly while mobile clients could make some unfrequently connections to server via dial-up and synchronize local data with server.
Maybe someone already met this requirements and knows some design patterns to make system clear, how to manage Sessions, on server or client sides, is it needs to use EJB SessionBeans and so on.
It's not any project issue, I'm just realy intresting on this so I could apply this knowledge in future projects.
Thanks a lot in advance.
Oleg.
|