Author: jcarman
Date: Wed Aug 31 21:47:17 2005
New Revision: 265648

URL: http://svn.apache.org/viewcvs?rev=265648&view=rev
Log:
Changed "Lazy" to "Deferred"

Modified:
    jakarta/commons/sandbox/proxy/trunk/xdocs/index.xml

Modified: jakarta/commons/sandbox/proxy/trunk/xdocs/index.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/proxy/trunk/xdocs/index.xml?rev=265648&r1=265647&r2=265648&view=diff
==============================================================================
--- jakarta/commons/sandbox/proxy/trunk/xdocs/index.xml (original)
+++ jakarta/commons/sandbox/proxy/trunk/xdocs/index.xml Wed Aug 31 21:47:17 2005
@@ -28,7 +28,7 @@
                 allows you to provide "a surrogate or placeholder for 
another object to control access to it".
                 Proxies can be used in many ways.  Some of which are:
                 <ul>
-                    <li><b>Lazy initialization</b> - the proxy acts as a 
"stand-in" for the actual implementation allowing
+                    <li><b>Deferred Initialization</b> - the proxy acts as a 
"stand-in" for the actual implementation allowing
                     it to be instantiated only when absolutely necessary.</li>
                     <li><b>Security</b> - the proxy object can verify that the 
user actually has the permission to execute
                     the method (a la EJB).</li>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to