Author: jmitchell
Date: Thu Jul 13 21:05:28 2006
New Revision: 421798
URL: http://svn.apache.org/viewvc?rev=421798&view=rev
Log:
* clean up a few docs
* move jpg images so they actually show on the site (for some reason they
don't copy over unless explicitely included)
Added:
shale/trunk/src/site/resources/images/
- copied from r421690, shale/trunk/src/site/xdoc/images/
Removed:
shale/trunk/src/site/xdoc/images/
Modified:
shale/trunk/src/site/xdoc/features-reusable-views.xml
shale/trunk/src/site/xdoc/features-spring-integration.xml
Modified: shale/trunk/src/site/xdoc/features-reusable-views.xml
URL:
http://svn.apache.org/viewvc/shale/trunk/src/site/xdoc/features-reusable-views.xml?rev=421798&r1=421797&r2=421798&view=diff
==============================================================================
--- shale/trunk/src/site/xdoc/features-reusable-views.xml (original)
+++ shale/trunk/src/site/xdoc/features-reusable-views.xml Thu Jul 13 21:05:28
2006
@@ -247,7 +247,7 @@
supply a username, he endures the following shame:</p>
<p><img src="images/login-html-red.jpg" alt="Shale Use Cases - Clay
Login Example"/></p>
- <p><i>Hot damn!</i> Our runtime error message is also red.
Clay has transmitted the
+ <p><i>Hot dog!</i> Our runtime error message is also red.
Clay has transmitted the
<code>style</code> attribute of the mockup HTML for
the username error message to the component that replaces it
at runtime. Now graphic
designers and software developers can truly lead independent
lives.</p>
Modified: shale/trunk/src/site/xdoc/features-spring-integration.xml
URL:
http://svn.apache.org/viewvc/shale/trunk/src/site/xdoc/features-spring-integration.xml?rev=421798&r1=421797&r2=421798&view=diff
==============================================================================
--- shale/trunk/src/site/xdoc/features-spring-integration.xml (original)
+++ shale/trunk/src/site/xdoc/features-spring-integration.xml Thu Jul 13
21:05:28 2006
@@ -18,9 +18,9 @@
featuring a powerful <em>Dependency Injection</em> mechanism
(also known as <em>Inversion of Control</em>) for creating and
configuring "plain old Java objects" (POJOs) on the fly. Since
- verson 1.1.5, Spring has included an integration with the JavaServer
- Faces expression evaluation mechanism (see below). Shale adds an
- ability to programmatically access the Spring
+ verson 1.1.5, Spring has included an expression evaluation
+ mechanism (see below) for integration with the JavaServer
+ Faces. Shale adds the ability to programmatically access the Spring
<code>WebApplicationContext</code> for the current application.</p>
</subsection>
@@ -50,7 +50,7 @@
JavaServer Faces or Spring facilities to create beans on demand.
Note, however, that the Spring integration capabilities do not
include the ability to place a Spring-created bean into a specified
- scope. Therefore, it works best for application singetons, or for
+ scope. Therefore, it works best for application singletons, or for
beans where you wish to create a new instance on every request.</p>
<p>Separately, Shale also provides a custom