I'd like to throw this up for discussion. Anybody disagree with any of
these points or have any new ones?
==
*Hibernate ''Best'' Practices
***use fine grained objects
Write fine-grained classes and map them using || or
||. Use an |A
On 19 Jul (11:25), Gavin_King/[EMAIL PROTECTED] wrote:
> I'd like to throw this up for discussion. Anybody disagree with any of
> these points or have any new ones?
>
> ==
>
> *Hibernate ''Best'' Practices
I agree with all of this
>is there any technical advantage to this, or just the easthetic
>pleasure? :)
To me this is most important when developing in a team. Managing a
monolithic mapping file is very difficult if everyone is trying to
edit it at once. (But yeah, I do also find it improves the
aesthetics.)
>i was thin
> >>public void setProperties(String properties);<<
>
>Would this be properties that are normally placed in the
>hibernate.properties file?
yes, exactly. this would let you list the properties as
a comma-seperated list in the jcml file, and change them
dynamically from a management client.
Some
>OK, I managed to get the basic conversion done right now. Have a look at
>the PDF version and a quick zip of the XML source files:
>
>http://incubus.de/~turin/hibernate_reference.pdf
>http://incubus.de/~turin/hibernate_reference_dbxml.tar.gz
Awesome! The PDF looks great. I'm so excited ;)
>- Mo
On 19 Jul (18:30), Gavin_King/[EMAIL PROTECTED] wrote:
> Absolutely. If you can check in some example docbook stuff for me
> to work from, I will make this my chance to learn docbook
>
> Looking forward to seeing the new doco Christian :)
OK, I managed to get the basic conversion done right