Re: What does everyone else do for graphically displaying data?
- From: RedGrittyBrick <RedGrittyBrick@xxxxxxxxxxxxx>
- Date: Wed, 12 Dec 2007 10:26:31 +0000
mdR wrote:
curious--do you still view Hibernate as being complex? i've a ways to
go...
Hibernate appears to have a steeper learning curve than plain JDBC. To get started with JDBC you can copy some simple examples that only use a dozen or so lines of code. To get started with Hibernate it appears you need to follow some rules about class structure, create some XML files (or annotate your classes) and so on. There's more initial overhead to set up. From comments I've read in Java newsgroups, I suspect using Hibernate will pay off in terms of making the whole project take less time.
I'm working on a project with hundreds of classes and several tens of database tables. This project uses JDBC directly, simply because that was an arbitrary decision made at the outset. I'd like to find a much smaller project to try out Hibernate, but no opportunity has arisen yet.
I found that using JDBC directly helped me learn some things about threading, exception handling and class design that were interesting and more broadly useful.
Since I haven't used Hibernate, I can't really comment on the specific circumstances where it might be better to use other approaches such as using JDBC directly.
.
- References:
- Prev by Date: Re: MySQL ResultSet - count rows?
- Next by Date: Re: Global temporary tables in Java DB -- Apache Derby
- Previous by thread: Re: What does everyone else do for graphically displaying data?
- Next by thread: Re: What does everyone else do for graphically displaying data?
- Index(es):
Relevant Pages
|