Hello All,
Myself and a colleague of mine we're looking at Hibernate and are very
interested in its power.
I wanted to know what you folks thought about Hibernate and what
alternatives may exist.
We are pretty much aware of Hibernate's power. Although we are unaware
of any drawbacks to that framework.
Thanks

Signature
* Don Vaillancourt
Director of Software Development
*
*WEB IMPACT INC.*
phone: 416-815-2000 ext. 245
fax: 416-815-2001
email: donv@web-impact.com <mailto:donv@webimpact.com>
web: http://www.web-impact.com
/ This email message is intended only for the addressee(s)
and contains information that may be confidential and/or
copyright. If you are not the intended recipient please
notify the sender by reply email and immediately delete
this email. Use, disclosure or reproduction of this email
by anyone other than the intended recipient(s) is strictly
prohibited. No representation is made that this email or
any attachments are free of viruses. Virus scanning is
recommended and is the responsibility of the recipient.
/
Fredrik Bertilsson - 20 Aug 2004 16:35 GMT
> I wanted to know what you folks thought about Hibernate and what
> alternatives may exist.
I think Hibernate is a good product, but as with all other O/R-mapping
products you have to produce a rather complicated configuration file.
And using some sort of generator, like Middlegen, is almost a must if
you don't want to kill yourself by writing java classes for every
table in your database schema.
An more table oriented alternative to Hibernate is
http://butler.sourceforge.net. Using butler you access the database
using Table, Record and Query objects (or generated subclasses). The
only configuration you will have to do is to provide a jdbc driver and
url. You will be able to start using it much faster and you will have
the same power. Butler also has a set of data-aware swing components
and a JSP tag library for simplifying client development.
/Fredrik
Richard Attermeyer - 21 Aug 2004 14:45 GMT
Hi,
I was responsible for choosing a non-commercial alternative for TopLink
almost 2 years ago. I chose Hibernate not mainly because it offered more
than other opensource tools, but because the support in the opensource
community seemed to be promising. Hibernate is supported by lots of other
tools (Middlegen, xdoclet, AndroMDA, Spring framework, Eclipse plugins).
Since then Hibernate has become the standard OR mapping tool for our
development group and we have not encountered anything that speaks against
Hibernate.
I think it is currently the best OR mapping tool regarding the support
available.
Bye,
Richard
> Hello All,
>
[quoted text clipped - 8 lines]
>
> Thanks
Don Vaillancourt - 26 Aug 2004 14:47 GMT
Thanks.
One of my colleages was looking into Spring which supports Hibernate and
was very impressed with it and its support for Hibernate.
Thanks again.
> Hi,
>
[quoted text clipped - 26 lines]
>>
>>Thanks

Signature
* Don Vaillancourt
Director of Software Development
*
*WEB IMPACT INC.*
phone: 416-815-2000 ext. 245
fax: 416-815-2001
email: donv@web-impact.com <mailto:donv@webimpact.com>
web: http://www.web-impact.com
/ This email message is intended only for the addressee(s)
and contains information that may be confidential and/or
copyright. If you are not the intended recipient please
notify the sender by reply email and immediately delete
this email. Use, disclosure or reproduction of this email
by anyone other than the intended recipient(s) is strictly
prohibited. No representation is made that this email or
any attachments are free of viruses. Virus scanning is
recommended and is the responsibility of the recipient.
/