-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Stand-Alone Desktop App
PostPosted: Sun Sep 07, 2003 5:27 pm 
Newbie

Joined: Wed Sep 03, 2003 10:40 am
Posts: 6
I know that Hibernate supports in-process database engines like hsql and mckoi. Is anyone using Hibernate for a stand-alone desktop app, where the database, O/R mapper and GUI all run in the same process?

I've written a few stand-alone apps using JDO and it worked great. I was just curious to see if this is a common use case for Hibernate. And if anyone has any success stories to report.

Thanks

_________________
Dave Ford
Smart Soft - The Developer Training Company
http://www.smart-soft.com


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 07, 2003 7:39 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 7:19 pm
Posts: 2364
Location: Brisbane, Australia
Just as you can use JDBC from a desktop application to build the client-server style desktop application (or use an embedded db), you can use hibernate just as easily. Most green field projects that are being build of any significant size are using a multiple tier approach through a remoting API. I suppose that the most common use would be unit testing where it is more likely to see that all levels are within the same JVM.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.