From: <gca...@us...> - 2009-09-07 08:28:04
|
Revision: 1436 http://openutils.svn.sourceforge.net/openutils/?rev=1436&view=rev Author: gcatania Date: 2009-09-07 08:27:54 +0000 (Mon, 07 Sep 2009) Log Message: ----------- BSHD-3 - typos Modified Paths: -------------- trunk/openutils-bshd5/src/site/apt/configuration.apt trunk/openutils-bshd5/src/site/apt/index.apt Modified: trunk/openutils-bshd5/src/site/apt/configuration.apt =================================================================== --- trunk/openutils-bshd5/src/site/apt/configuration.apt 2009-09-07 08:18:17 UTC (rev 1435) +++ trunk/openutils-bshd5/src/site/apt/configuration.apt 2009-09-07 08:27:54 UTC (rev 1436) @@ -30,11 +30,11 @@ Simple, isn't it? With those few lines you are: - * Creating youd DAO interface, which allow you to manage <<<Sample>>> objects with a key of type <<<Integer>>> + * Creating youd DAO interface, which allows you to manage <<<Sample>>> objects with a key of type <<<Integer>>> - * Implementing your interface and setup your DAO + * Implementing your interface and setting up your DAO - * Registing you DAO in the Spring context using the <<<@Repository>>> annotation + * Registering you DAO in the Spring context using the <<<@Repository>>> annotation [] Modified: trunk/openutils-bshd5/src/site/apt/index.apt =================================================================== --- trunk/openutils-bshd5/src/site/apt/index.apt 2009-09-07 08:18:17 UTC (rev 1435) +++ trunk/openutils-bshd5/src/site/apt/index.apt 2009-09-07 08:27:54 UTC (rev 1436) @@ -8,10 +8,10 @@ bshd5 means "base spring-hibernate DAO for java 5". - It provides a base generic DAO class that can be reused and that offer most of the needed methods (load, find, save, etc) + It provides a base generic, reusable DAO class that offers most of the commonly used methods (load, find, save, etc) already implemented. - The base class also provides an enhanced version of hibernate "find by example" feature allowing associations in examples. + The base class also provides an enhanced version of Hibernate's "find by example" feature, allowing associations in examples. See {{{configuration.html}configuration}} for how to setup your DAOs and look at {{{apidocs/index.html}javadocs}} for more details. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |