Revision: 1214
Author:   ge0ffrey
Date:     2006-06-27 00:51:24 -0700 (Tue, 27 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/spring-rich-c/?rev=1214&view=rev

Log Message:
-----------
upgrade documentation of larry's services change

Modified Paths:
--------------
    trunk/spring-richclient/src/site/apt/user/upgrading.apt
Modified: trunk/spring-richclient/src/site/apt/user/upgrading.apt
===================================================================
--- trunk/spring-richclient/src/site/apt/user/upgrading.apt     2006-06-21 
14:20:20 UTC (rev 1213)
+++ trunk/spring-richclient/src/site/apt/user/upgrading.apt     2006-06-27 
07:51:24 UTC (rev 1214)
@@ -39,7 +39,7 @@
         <property name="imageSource" ref="imageSource"/>
         <property name="rulesSource" ref="rulesSource"/>
         <property name="formComponentInterceptorFactory" 
ref="formComponentInterceptorFactory"/>
-        <property name="applicationObjectConfigurerBeanId"><idref 
bean="applicationObjectConfigurer"/></property>
+        <property name="applicationObjectConfigurerId"><idref 
bean="applicationObjectConfigurer"/></property>
     </bean>
 +---
 
@@ -89,7 +89,7 @@
     from above):
     
 +---
-    <property name="applicationObjectConfigurerBeanId"><idref 
bean="applicationObjectConfigurer"/></property>
+    <property name="applicationObjectConfigurerId"><idref 
bean="applicationObjectConfigurer"/></property>
 +---
     
     The best way to see how the application context should now be configured 
is to look
@@ -220,11 +220,42 @@
 *---------+----------+
 Method name changes
 
+    * Already changed in a previous upgrade item: DefaultApplicationServices's 
applicationObjectConfigurerBeanId
+    renamed to applicationObjectConfigurerId
+
+    * Inject id's into applicationServices instead of the beans itself (to 
avoid chicken-and-egg problems).
+
+    Before:
+
++--
+    <bean id="applicationServices"
+        
class="org.springframework.richclient.application.support.DefaultApplicationServices">
+        <property name="applicationObjectConfigurer" 
ref="applicationObjectConfigurer"/>
+        <property name="binderSelectionStrategy" 
ref="binderSelectionStrategy"/>
+        <property name="formComponentInterceptorFactory" 
ref="formComponentInterceptorFactory"/>
+        <property name="imageSource" ref="imageSource"/>
+        <property name="rulesSource" ref="rulesSource"/>
+    </bean>
++--
+
+    After:
+
++--
+    <bean id="applicationServices"
+        
class="org.springframework.richclient.application.support.DefaultApplicationServices">
+        <property name="applicationObjectConfigurerId"><idref 
bean="applicationObjectConfigurer" /></property>
+        <property name="binderSelectionStrategyId"><idref 
bean="binderSelectionStrategy"/></property>
+        <property name="formComponentInterceptorFactoryId"><idref 
bean="formComponentInterceptorFactory"/></property>
+        <property name="imageSourceId"><idref bean="imageSource"/></property>
+        <property name="rulesSourceId"><idref bean="rulesSource"/></property>
+    </bean>
++--
+
 pre-0.1.0 to 0.1.0
 
     * Switch from CVS with ANT to Subversion with Maven 2:
 
-    if you have made local changes to the spring rich code,
+    If you have made local changes to the spring rich code,
     take a <<<cvs diff \> file.patch>>> in <<</src>>> and <<</sandbox>>>
     and patch it in <<</support/src/main/java>>> or 
<<</support/src/main/resources>>>
     and <<</sandbox/src/main/java>>> or <<</sandbox/src/main/resources>>>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
spring-rich-c-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to