make explicit reference to example directories for each quickstart.

This commit is contained in:
markpollack
2009-06-20 01:33:18 +00:00
parent 04ac4aec80
commit 8d5c858dde
10 changed files with 2748 additions and 2661 deletions

View File

@@ -34,19 +34,17 @@
has a simple service layer that simulated a fullillment process. See the
integration tests as well for insight into how it works. The application
uses Spring's declarative transaction management features,
HibernateTemplate helper class, and Open Session In View module. <note>The
example will be updated to not use HibernateTemplate and instead use the
standard NHibernate API in a future release. All functionality is still
present when using the standard NHibernate API, as Spring transaction
managment is integrated into NHibernate extension points and exception
translation is provided by AOP advice. See the section titled Implementing
DAOs based on plain Hibernate 1.2/2.0 API" in the hibernate orm section of
the reference docs for more information.</note>To run the application
make the Web application
the project that starts and set Default.aspx as the start page. You will
see a list of customers. If you select 'edit' then you can edit some
customer info and save it by pressing the save button. Note that you will
need to explicitly navigate back to the Default.aspx page and reload it in
order to see the changes.</para>
HibernateTemplate helper class, and Open Session In View module. <note>
The example will be updated to not use HibernateTemplate and instead use the standard NHibernate API in a future release. All functionality is still present when using the standard NHibernate API, as Spring transaction managment is integrated into NHibernate extension points and exception translation is provided by AOP advice. See the section titled Implementing DAOs based on plain Hibernate 1.2/2.0 API" in the hibernate orm section of the reference docs for more information.
</note>To run the application make the Web application the project that
starts and set Default.aspx as the start page. You will see a list of
customers. If you select 'edit' then you can edit some customer info and
save it by pressing the save button. Note that you will need to explicitly
navigate back to the Default.aspx page and reload it in order to see the
changes.<note>
<para>To follow this NHibernate QuickStart load the solution file
found in the directory
<literal>&lt;spring-install-dir&gt;\examples\Spring\Spring.Data.NHibernate.Northwind</literal></para>
</note></para>
</section>
</chapter>