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.
|
|