From: <one...@us...> - 2002-11-05 13:40:56
|
Update of /cvsroot/hibernate/Hibernate/doc In directory usw-pr-cvs1:/tmp/cvs-serv22899/doc Modified Files: features.aft features.html links.aft links.html Log Message: updates to hibernate-mapping-1.1.dtd and documentation Index: features.aft =================================================================== RCS file: /cvsroot/hibernate/Hibernate/doc/features.aft,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** features.aft 29 Oct 2002 16:09:05 -0000 1.27 --- features.aft 5 Nov 2002 13:40:53 -0000 1.28 *************** *** 25,29 **** **Flexible object / relational mappings ! [Polymorphic associations and queries] [Multiple-objects to single-row mapping] "components" allow for use of fine-grained object composition [Associations] --- 25,32 ---- **Flexible object / relational mappings ! [Polymorphic associations and queries] Three mapping strategies are provided ! * table-per-class-hierarchy: polymorphic associations and queries supported ! * table-per-subclass (normalized mapping): polymorphic associations and queries supported ! * table-per-concrete-class: polymorphic queries and non-polymorphic associations supported [Multiple-objects to single-row mapping] "components" allow for use of fine-grained object composition [Associations] Index: features.html =================================================================== RCS file: /cvsroot/hibernate/Hibernate/doc/features.html,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** features.html 5 Nov 2002 08:04:00 -0000 1.47 --- features.html 5 Nov 2002 13:40:53 -0000 1.48 *************** *** 45,49 **** <h3><a name="Flexible object / relational mappings">Flexible object / relational mappings</a></h3> <dl> ! <dt><strong>Polymorphic associations and queries</strong><dd></dd></dt> <dt><strong>Multiple-objects to single-row mapping</strong><dd> "components" allow for use of fine-grained object composition</dd></dt> <dt><strong>Associations</strong><dd></dd></dt> --- 45,56 ---- <h3><a name="Flexible object / relational mappings">Flexible object / relational mappings</a></h3> <dl> ! <dt><strong>Polymorphic associations and queries</strong><dd> Three mapping strategies are provided</dd></dt> ! </dl> ! <ul> ! <li> table-per-class-hierarchy: polymorphic associations and queries supported</li> ! <li> table-per-subclass (normalized mapping): polymorphic associations and queries supported</li> ! <li> table-per-concrete-class: polymorphic queries and non-polymorphic associations supported</li> ! </ul> ! <dl> <dt><strong>Multiple-objects to single-row mapping</strong><dd> "components" allow for use of fine-grained object composition</dd></dt> <dt><strong>Associations</strong><dd></dd></dt> Index: links.aft =================================================================== RCS file: /cvsroot/hibernate/Hibernate/doc/links.aft,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** links.aft 5 Nov 2002 08:04:02 -0000 1.1 --- links.aft 5 Nov 2002 13:40:53 -0000 1.2 *************** *** 14,17 **** --- 14,21 ---- #---PASS-HTML <ul><li> <a href="http://c2.com/cgi-bin/wiki?ObjectRelationalToolComparison">http://c2.com/cgi-bin/wiki?ObjectRelationalToolComparison</a></li></ul> + Scott Ambler's well-known paper is the about best explanation of O / R mapping strategies around + + * http://www.ambysoft.com/mappingObjects.pdf + **Related Projects *************** *** 24,29 **** * http://sourceforge.net/projects/c3p0 ! Hibernate uses various pieces of Jakarta commons and Turbine JCS internally * http://jakarta.apache.org --- 28,42 ---- * http://sourceforge.net/projects/c3p0 ! Hibernate uses Turbine JCS and various pieces of Jakarta commons * http://jakarta.apache.org + **Other Projects + + WebWork is a great MVC framework for agile development + + * http://www.opensymphony.com/webwork/ + + JBoss is a free application server with JMX + + * http://jboss.org Index: links.html =================================================================== RCS file: /cvsroot/hibernate/Hibernate/doc/links.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** links.html 5 Nov 2002 08:04:02 -0000 1.1 --- links.html 5 Nov 2002 13:40:53 -0000 1.2 *************** *** 28,32 **** The Cayenne project maintains a Wiki page comparing features of various Java O / R tools </p> ! <ul><li> <a href="http://c2.com/cgi-bin/wiki?ObjectRelationalToolComparison">http://c2.com/cgi-bin/wiki?ObjectRelationalToolComparison</a></li></ul><!--End Section 2--> <h3><a name="Related Projects">Related Projects</a></h3> <p class="Body"> --- 28,38 ---- The Cayenne project maintains a Wiki page comparing features of various Java O / R tools </p> ! <ul><li> <a href="http://c2.com/cgi-bin/wiki?ObjectRelationalToolComparison">http://c2.com/cgi-bin/wiki?ObjectRelationalToolComparison</a></li></ul><p class="Body"> ! Scott Ambler's well-known paper is the about best explanation of O / R mapping strategies around ! </p> ! <ul> ! <li> <a href="http://www.ambysoft.com/mappingObjects.pdf">http://www.ambysoft.com/mappingObjects.pdf</a></li> ! </ul> ! <!--End Section 2--> <h3><a name="Related Projects">Related Projects</a></h3> <p class="Body"> *************** *** 43,50 **** </ul> <p class="Body"> ! Hibernate uses various pieces of Jakarta commons and Turbine JCS internally </p> <ul> <li> <a href="http://jakarta.apache.org">http://jakarta.apache.org</a></li> </ul> <!--End Section 2--> --- 49,70 ---- </ul> <p class="Body"> ! Hibernate uses Turbine JCS and various pieces of Jakarta commons </p> <ul> <li> <a href="http://jakarta.apache.org">http://jakarta.apache.org</a></li> + </ul> + <!--End Section 2--> + <h3><a name="Other Projects">Other Projects</a></h3> + <p class="Body"> + WebWork is a great MVC framework for agile development + </p> + <ul> + <li> <a href="http://www.opensymphony.com/webwork">http://www.opensymphony.com/webwork</a>/</li> + </ul> + <p class="Body"> + JBoss is a free application server with JMX + </p> + <ul> + <li> <a href="http://jboss.org">http://jboss.org</a></li> </ul> <!--End Section 2--> |