[Hibernate-devel] best practices doc

2002-07-19 Thread Gavin_King/Cirrus%CIRRUS
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

Re: [Hibernate-devel] best practices doc

2002-07-19 Thread Christian Bauer
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

Re: [Hibernate-devel] best practices doc (1 class, 1 mapping xml)

2002-07-19 Thread Gavin_King/Cirrus%CIRRUS
>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

RE: [Hibernate-devel] JBoss MBean

2002-07-19 Thread Gavin_King/Cirrus%CIRRUS
> >>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

Re: [Hibernate-devel] Documentation in DocBook

2002-07-19 Thread Gavin_King/Cirrus%CIRRUS
>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

[Hibernate-devel] Documentation in DocBook

2002-07-19 Thread Christian Bauer
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