From: Vance K. <va...@us...> - 2006-02-25 14:48:24
|
User: vancek Date: 06/02/25 06:48:22 Modified: andromda-ejb3/src/site/xdoc howto.xml Log: added message-driven table Revision Changes Path 1.4 +12 -0 cartridges/andromda-ejb3/src/site/xdoc/howto.xml Index: howto.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/site/xdoc/howto.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -w -r1.3 -r1.4 --- howto.xml 24 Feb 2006 06:05:49 -0000 1.3 +++ howto.xml 25 Feb 2006 14:48:22 -0000 1.4 @@ -102,6 +102,18 @@ <li><a href="howto9.html#Helpful_Hints">Helpful Hints</a></li> </ul> </li> + <li> + <a href="howto10.html">Message-Driven Beans</a> + <ul> + <li><a href="howto10.html#Destination_Type">Destination Type</a></li> + <li><a href="howto10.html#Destination">Destination</a></li> + <li><a href="howto10.html#Discriminator_Components">Discriminator Components</a></li> + <li><a href="howto10.html#Table_Per_Class_Strategy">Table Per Class Strategy</a></li> + <li><a href="howto10.html#Table_Join_Strategy">Table Join Strategy</a></li> + <li><a href="howto10.html#Generic_Finder_Methods">Generic Finder Methods</a></li> + <li><a href="howto10.html#Helpful_Hints">Helpful Hints</a></li> + </ul> + </li> </ul> </p> <p> |