From: <one...@us...> - 2002-11-24 16:19:06
|
Update of /cvsroot/hibernate/Hibernate/doc In directory sc8-pr-cvs1:/tmp/cvs-serv27296/doc Modified Files: hibernate.aft hibernate.html links.aft links.html Log Message: minor changes Index: hibernate.aft =================================================================== RCS file: /cvsroot/hibernate/Hibernate/doc/hibernate.aft,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** hibernate.aft 11 Nov 2002 11:30:00 -0000 1.27 --- hibernate.aft 24 Nov 2002 16:19:04 -0000 1.28 *************** *** 56,66 **** 1. Some features of the query language are not supported for databases which do not have subqueries. ! 2. Firebird InterClient 2.01 is _strongly_ recommended in preference to other versions of Interbase Interclient. * http://www.ibphoenix.com ! 3. Microsoft SQL Server does not ship with a JDBC driver. The free driver available at microsoft.com is _not_ supported. Various third party drivers are available, some (but not all) of which _do_ work. The following drivers are known to work: * JSQL http://www.j-netdirect.com * JTurbo http://www.newatlanta.com/products/jturbo * Weblogic jDriver http://www.bea.com/products/weblogic/drivers.shtml ! 4. MySQL support is via the connector/j (mm-mysql) driver. The Caucho driver does _not_ work. * http://www.mysql.com --- 56,67 ---- 1. Some features of the query language are not supported for databases which do not have subqueries. ! 2. The table-per-subclass mapping strategy is supported only for databases with ANSI-style |OUTER JOIN| and |CASE| ! 3. Firebird InterClient 2.01 is _strongly_ recommended in preference to other versions of Interbase Interclient. * http://www.ibphoenix.com ! 4. Microsoft SQL Server does not ship with a JDBC driver. The free driver available at microsoft.com is _not_ supported. Various third party drivers are available, some (but not all) of which _do_ work. The following drivers are known to work: * JSQL http://www.j-netdirect.com * JTurbo http://www.newatlanta.com/products/jturbo * Weblogic jDriver http://www.bea.com/products/weblogic/drivers.shtml ! 5. MySQL support is via the connector/j (mm-mysql) driver. The Caucho driver does _not_ work. * http://www.mysql.com Index: hibernate.html =================================================================== RCS file: /cvsroot/hibernate/Hibernate/doc/hibernate.html,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** hibernate.html 11 Nov 2002 16:04:55 -0000 1.33 --- hibernate.html 24 Nov 2002 16:19:04 -0000 1.34 *************** *** 95,98 **** --- 95,99 ---- <ol> <li> Some features of the query language are not supported for databases which do not have subqueries.</li> + <li> The table-per-subclass mapping strategy is supported only for databases with ANSI-style <tt>OUTER JOIN</tt> and <tt>CASE</tt></li> <li> Firebird InterClient 2.01 is <strong>strongly</strong> recommended in preference to other versions of Interbase Interclient.</li> <ul> Index: links.aft =================================================================== RCS file: /cvsroot/hibernate/Hibernate/doc/links.aft,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** links.aft 10 Nov 2002 03:40:55 -0000 1.3 --- links.aft 24 Nov 2002 16:19:04 -0000 1.4 *************** *** 38,41 **** --- 38,45 ---- * http://www.opensymphony.com/webwork/ + Maverick is another great MVC framework that works particularly well with Hibernate + + * http://mav.sourceforge.net/ + JBoss is a free application server with JMX Index: links.html =================================================================== RCS file: /cvsroot/hibernate/Hibernate/doc/links.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** links.html 10 Nov 2002 03:40:55 -0000 1.3 --- links.html 24 Nov 2002 16:19:04 -0000 1.4 *************** *** 63,66 **** --- 63,72 ---- </ul> <p class="Body"> + Maverick is another great MVC framework that works particularly well with Hibernate + </p> + <ul> + <li> <a href="http://mav.sourceforge.net">http://mav.sourceforge.net</a>/</li> + </ul> + <p class="Body"> JBoss is a free application server with JMX </p> |