From: Vance K. <va...@us...> - 2006-05-15 12:25:37
|
User: vancek Date: 06/05/15 05:25:17 Modified: andromda-ejb3/src/site/xdoc howto.xml Log: added to caching and clustering section Revision Changes Path 1.16 +2 -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.15 retrieving revision 1.16 diff -u -w -r1.15 -r1.16 --- howto.xml 13 May 2006 02:38:37 -0000 1.15 +++ howto.xml 15 May 2006 12:25:17 -0000 1.16 @@ -182,6 +182,8 @@ <li><a href="howto17.html#Entity_Cache">Entity Caching</a></li> <li><a href="howto17.html#Association_Cache">Association Caching</a></li> <li><a href="howto17.html#Query_Cache">Query Caching</a></li> + <li><a href="howto17.html#Clustering">Clustering Session Beans</a></li> + <li><a href="howto17.html#Further_Reading">Further Reading</a></li> </ul> </li> <li> |