Author: steveh Date: Thu Dec 9 10:09:15 2004 New Revision: 111411 URL: http://svn.apache.org/viewcvs?view=rev&rev=111411 Log: Adding images for the Control docs. Added: incubator/beehive/site/build/site/controls/images/ incubator/beehive/site/build/site/controls/images/_ControlsOverview_1.gif (contents, props changed) incubator/beehive/site/build/site/controls/images/_ControlsOverview_2.gif (contents, props changed) incubator/beehive/site/build/site/controls/images/_ControlsProgramming_1.gif (contents, props changed) incubator/beehive/site/build/site/controls/images/_ControlsProgramming_2.gif (contents, props changed) incubator/beehive/site/build/site/controls/images/_ControlsProgramming_3.gif (contents, props changed) incubator/beehive/site/build/site/controls/images/controlsOverview1.gif (contents, props changed) incubator/beehive/site/build/site/controls/images/controlsOverview3.gif (contents, props changed) incubator/beehive/site/build/site/controls/images/controlsOverview4.gif (contents, props changed) incubator/beehive/site/src/documentation/resources/images/controlsOverview1.gif (contents, props changed) Modified: incubator/beehive/site/build/site/controls/controlsOverview.html incubator/beehive/site/src/documentation/content/xdocs/controls/controlsOverview.xml
Modified: incubator/beehive/site/build/site/controls/controlsOverview.html Url: http://svn.apache.org/viewcvs/incubator/beehive/site/build/site/controls/controlsOverview.html?view=diff&rev=111411&p1=incubator/beehive/site/build/site/controls/controlsOverview.html&r1=111410&p2=incubator/beehive/site/build/site/controls/controlsOverview.html&r2=111411 ============================================================================== --- incubator/beehive/site/build/site/controls/controlsOverview.html (original) +++ incubator/beehive/site/build/site/controls/controlsOverview.html Thu Dec 9 10:09:15 2004 @@ -549,7 +549,7 @@ <div style="margin-left: 0 ; border: 2px"> <p>The following picture shows the basic runtime architecture and the relationships between a resource client, the associated Control, and the accessed J2EE resource:</p> <p> -<img alt="" src="images/_ControlsOverview_1.gif"></p> +<img alt="" src="images/controlsOverview1.gif"></p> <p>The Resource Client represents user code in a web application, service, or application that needs access to the J2EE resource. The Resource Client and supporting Control will always live in the same virtual machine and communicate directly using local Java method invocation. The accessed resource may or may not reside within the same virtual machine, depending upon the nature of the resource and the application server environment. </p> <p> Dynamic property accessors and resource operations are exposed on the Control and used by the client to initiate resource access. Data from the resource may be returned as return values from operations or fired as events on the bean event interface to registered listeners. </p> Added: incubator/beehive/site/build/site/controls/images/_ControlsOverview_1.gif Url: http://svn.apache.org/viewcvs/incubator/beehive/site/build/site/controls/images/_ControlsOverview_1.gif?view=auto&rev=111411 ============================================================================== Binary file. No diff available. Added: incubator/beehive/site/build/site/controls/images/_ControlsOverview_2.gif Url: http://svn.apache.org/viewcvs/incubator/beehive/site/build/site/controls/images/_ControlsOverview_2.gif?view=auto&rev=111411 ============================================================================== Binary file. No diff available. Added: incubator/beehive/site/build/site/controls/images/_ControlsProgramming_1.gif Url: http://svn.apache.org/viewcvs/incubator/beehive/site/build/site/controls/images/_ControlsProgramming_1.gif?view=auto&rev=111411 ============================================================================== Binary file. No diff available. Added: incubator/beehive/site/build/site/controls/images/_ControlsProgramming_2.gif Url: http://svn.apache.org/viewcvs/incubator/beehive/site/build/site/controls/images/_ControlsProgramming_2.gif?view=auto&rev=111411 ============================================================================== Binary file. No diff available. Added: incubator/beehive/site/build/site/controls/images/_ControlsProgramming_3.gif Url: http://svn.apache.org/viewcvs/incubator/beehive/site/build/site/controls/images/_ControlsProgramming_3.gif?view=auto&rev=111411 ============================================================================== Binary file. No diff available. Added: incubator/beehive/site/build/site/controls/images/controlsOverview1.gif Url: http://svn.apache.org/viewcvs/incubator/beehive/site/build/site/controls/images/controlsOverview1.gif?view=auto&rev=111411 ============================================================================== Binary file. No diff available. Added: incubator/beehive/site/build/site/controls/images/controlsOverview3.gif Url: http://svn.apache.org/viewcvs/incubator/beehive/site/build/site/controls/images/controlsOverview3.gif?view=auto&rev=111411 ============================================================================== Binary file. No diff available. Added: incubator/beehive/site/build/site/controls/images/controlsOverview4.gif Url: http://svn.apache.org/viewcvs/incubator/beehive/site/build/site/controls/images/controlsOverview4.gif?view=auto&rev=111411 ============================================================================== Binary file. No diff available. Modified: incubator/beehive/site/src/documentation/content/xdocs/controls/controlsOverview.xml Url: http://svn.apache.org/viewcvs/incubator/beehive/site/src/documentation/content/xdocs/controls/controlsOverview.xml?view=diff&rev=111411&p1=incubator/beehive/site/src/documentation/content/xdocs/controls/controlsOverview.xml&r1=111410&p2=incubator/beehive/site/src/documentation/content/xdocs/controls/controlsOverview.xml&r2=111411 ============================================================================== --- incubator/beehive/site/src/documentation/content/xdocs/controls/controlsOverview.xml (original) +++ incubator/beehive/site/src/documentation/content/xdocs/controls/controlsOverview.xml Thu Dec 9 10:09:15 2004 @@ -155,7 +155,7 @@ <section> <title>The Controls Architecture</title> <p>The following picture shows the basic runtime architecture and the relationships between a resource client, the associated Control, and the accessed J2EE resource:</p> -<p><img src="images/_ControlsOverview_1.gif" alt=""/></p> +<p><img src="images/controlsOverview1.gif" alt=""/></p> <p>The Resource Client represents user code in a web application, service, or application that needs access to the J2EE resource. The Resource Client and supporting Control will always live in the same virtual machine and communicate directly using local Java method invocation. The accessed resource may or may not reside within the same virtual machine, depending upon the nature of the resource and the application server environment. </p> <p> Dynamic property accessors and resource operations are exposed on the Control and used by the client to initiate resource access. Data from the resource may be returned as return values from operations or fired as events on the bean event interface to registered listeners. </p> Added: incubator/beehive/site/src/documentation/resources/images/controlsOverview1.gif Url: http://svn.apache.org/viewcvs/incubator/beehive/site/src/documentation/resources/images/controlsOverview1.gif?view=auto&rev=111411 ============================================================================== Binary file. No diff available.
