You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by bu...@apache.org on 2015/04/09 20:54:54 UTC

svn commit: r946921 [5/11] - in /websites/production/geronimo/content: GMOxDOC30/ cache/

Modified: websites/production/geronimo/content/GMOxDOC30/daytrader-a-more-complex-application.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/daytrader-a-more-complex-application.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/daytrader-a-more-complex-application.html Thu Apr  9 18:54:52 2015
@@ -124,7 +124,7 @@ table.ScrollbarTable td.ScrollbarParent
 table.ScrollbarTable td.ScrollbarNextName {text-align: right;border: none;}
 table.ScrollbarTable td.ScrollbarNextIcon {text-align: center;width: 16px;border: none;}
 
-/*]]>*/</style><div class="Scrollbar"><table class="ScrollbarTable"><tr><td colspan="1" rowspan="1" class="ScrollbarPrevIcon"><a shape="rect" href="cviewer-javaee6-programmatically-register-servlets-and-filters.html"><img align="middle" border="0" src="https://cwiki.apache.org/confluence/images/icons/back_16.gif" width="16" height="16"></a></td><td colspan="1" rowspan="1" class="ScrollbarPrevName" width="33%"><a shape="rect" href="cviewer-javaee6-programmatically-register-servlets-and-filters.html">cviewer-javaee6 - Programmatically register servlets and filters</a>&#160;</td><td colspan="1" rowspan="1" class="ScrollbarParent" width="33%"><sup><a shape="rect" href="java-ee-sample-applications.html"><img align="middle" border="0" src="https://cwiki.apache.org/confluence/images/icons/up_16.gif" width="8" height="8"></a></sup><a shape="rect" href="java-ee-sample-applications.html">Java EE sample applications</a></td><td colspan="1" rowspan="1" class="ScrollbarNextName" width="33%">&#16
 0;<a shape="rect" href="dbtester-db-pool-testing-sample-application.html">dbtester - DB Pool Testing sample application</a></td><td colspan="1" rowspan="1" class="ScrollbarNextIcon"><a shape="rect" href="dbtester-db-pool-testing-sample-application.html"><img align="middle" border="0" src="https://cwiki.apache.org/confluence/images/icons/forwd_16.gif" width="16" height="16"></a></td></tr></table></div>
+/*]]>*/</style><div class="Scrollbar"><table class="ScrollbarTable"><tr><td colspan="1" rowspan="1" class="ScrollbarPrevIcon"><a shape="rect" href="cviewer-javaee6-programmatically-register-servlets-and-filters.html"><img align="middle" border="0" src="/images/confluence/icons/back_16.gif" width="16" height="16"></a></td><td colspan="1" rowspan="1" class="ScrollbarPrevName" width="33%"><a shape="rect" href="cviewer-javaee6-programmatically-register-servlets-and-filters.html">cviewer-javaee6 - Programmatically register servlets and filters</a>&#160;</td><td colspan="1" rowspan="1" class="ScrollbarParent" width="33%"><sup><a shape="rect" href="java-ee-sample-applications.html"><img align="middle" border="0" src="/images/confluence/icons/up_16.gif" width="8" height="8"></a></sup><a shape="rect" href="java-ee-sample-applications.html">Java EE sample applications</a></td><td colspan="1" rowspan="1" class="ScrollbarNextName" width="33%">&#160;<a shape="rect" href="dbtester-db-pool-testing
 -sample-application.html">dbtester - DB Pool Testing sample application</a></td><td colspan="1" rowspan="1" class="ScrollbarNextIcon"><a shape="rect" href="dbtester-db-pool-testing-sample-application.html"><img align="middle" border="0" src="/images/confluence/icons/forwd_16.gif" width="16" height="16"></a></td></tr></table></div>
 
 <p>DayTrader is benchmark application built around the paradigm of an online stock trading system. Originally developed by IBM as the Trade Performance Benchmark Sample, DayTrader was donated to the Apache Geronimo community in 2005. This application allows users to login, view their portfolio, lookup stock quotes, and buy or sell stock shares. With the aid of a Web-based load driver such as Mercury LoadRunner, Rational Performance Tester, or Apache JMeter, the real-world workload provided by DayTrader can be used to measure and compare the performance of Java Platform, Enterprise Edition (Java EE) application servers offered by a variety of vendors. </p>
 
@@ -133,11 +133,11 @@ table.ScrollbarTable td.ScrollbarNextIco
 <p>This document is organized in the following sections:</p>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1413831475564 {padding: 0px;}
-div.rbtoc1413831475564 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1413831475564 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1428605585715 {padding: 0px;}
+div.rbtoc1428605585715 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1428605585715 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1413831475564">
+/*]]>*/</style><div class="toc-macro rbtoc1428605585715">
 <ul class="toc-indentation"><li><a shape="rect" href="#daytrader-amorecomplexapplication-ApplicationArchitecture">Application Architecture</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#daytrader-amorecomplexapplication-PresentationLayer">Presentation Layer</a></li><li><a shape="rect" href="#daytrader-amorecomplexapplication-BusinessLogicandPersistenceLayer">Business Logic and Persistence Layer</a></li><li><a shape="rect" href="#daytrader-amorecomplexapplication-BusinessObjectsandRelationships">Business Objects and Relationships</a></li><li><a shape="rect" href="#daytrader-amorecomplexapplication-BusinessOperations(asdefinedinTradeServices)">Business Operations (as defined in TradeServices)</a></li><li><a shape="rect" href="#daytrader-amorecomplexapplication-UserInerface(UI)Operations">User Inerface (UI) Operations</a></li></ul>
 </li><li><a shape="rect" href="#daytrader-amorecomplexapplication-Gettingthesource">Getting the source</a></li><li><a shape="rect" href="#daytrader-amorecomplexapplication-BuildingDaytrader">Building Daytrader</a></li><li><a shape="rect" href="#daytrader-amorecomplexapplication-ConfiguringDaytrader">Configuring Daytrader</a></li><li><a shape="rect" href="#daytrader-amorecomplexapplication-DeployingDaytrader">Deploying Daytrader</a></li><li><a shape="rect" href="#daytrader-amorecomplexapplication-Populatingsampledata">Populating sample data</a></li><li><a shape="rect" href="#daytrader-amorecomplexapplication-RunningDaytrader">Running Daytrader</a>
@@ -152,7 +152,7 @@ div.rbtoc1413831475564 li {margin-left:
 <h1 id="daytrader-amorecomplexapplication-ApplicationArchitecture">Application Architecture</h1>
 <p>DayTrader is built on a core set of Java EE technologies that includes Java Servlets and JavaServer Pages (JSPs) for the presentation layer and Java database connectivity (JDBC), Java Message Service (JMS), Enterprise JavaBeans (EJBs) and Message-Driven Beans (MDBs) for the back-end business logic and persistence layer. The following diagram provides a high-level overview of the full workload application architecture.</p>
 
-<p><img class="confluence-embedded-image image-center" src="https://cwiki.apache.org/confluence/download/attachments/20645374/daytrader_simple_arch.gif?version=1&amp;modificationDate=1255722260000&amp;api=v2" data-image-src="/confluence/download/attachments/20645374/daytrader_simple_arch.gif?version=1&amp;modificationDate=1255722260000&amp;api=v2"></p>
+<p><img class="confluence-embedded-image image-center" src="daytrader-a-more-complex-application.data/daytrader_simple_arch.gif" data-image-src="/confluence/download/attachments/20645374/daytrader_simple_arch.gif?version=1&amp;modificationDate=1255722260000&amp;api=v2"></p>
 
 <h2 id="daytrader-amorecomplexapplication-PresentationLayer">Presentation Layer</h2>
 <p>The presentation layer consists of several Java Servlets and JSPs that loosely adhere to a Model-View-Controller (MVC) design pattern. <em>TradeAppServlet</em> is the primary controller servlet responsible for recieving incoming client requests, triggering the desired business logic, and forwarding responses to the appropriate JSP page. Additional servlets and JSPs are used to configure the DayTrader runtime options and manage the supporting database. </p>
@@ -294,7 +294,7 @@ Using JRE_HOME:        C:\Java\jdk1.5.0_
 
 <ul><li>Access the application pointing your browser to <a shape="rect" class="external-link" href="http://localhost:8080/daytrader" rel="nofollow">http://localhost:8080/daytrader</a>
 <br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline">
-<img class="confluence-embedded-image image-center" src="https://cwiki.apache.org/confluence/download/attachments/20645374/daytrader.jpg?version=1&amp;modificationDate=1255722186000&amp;api=v2" data-image-src="/confluence/download/attachments/20645374/daytrader.jpg?version=1&amp;modificationDate=1255722186000&amp;api=v2">
+<img class="confluence-embedded-image image-center" src="daytrader-a-more-complex-application.data/daytrader.jpg" data-image-src="/confluence/download/attachments/20645374/daytrader.jpg?version=1&amp;modificationDate=1255722186000&amp;api=v2">
 <br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"></li><li>Click on the <strong>Configuration</strong> tab.</li><li>Click on <strong>(Re)-populate  DayTrader Database</strong> to generate the sample data, this will open a new window showing the progress.<br clear="none">
 The initial population size consists of 200 accounts and 400 stock quotes. These values can be updated via the "Configure DayTrader run-time parameters" link on the "Configuration" tab.</li></ul>
 
@@ -350,7 +350,7 @@ Enable full trace	</p></td><td colspan="
 <ul><li>Point your browser to <a shape="rect" class="external-link" href="http://localhost:8080/daytrader" rel="nofollow">http://localhost:8080/daytrader</a></li><li>Click on <strong>Trading &amp; Portfolios</strong>.</li><li>Accept the default user and password and click on <strong>Login</strong>.</li><li>You should now be able to begin trading!</li></ul>
 
 
-<p><img class="confluence-embedded-image image-center" src="https://cwiki.apache.org/confluence/download/attachments/20645374/daytrader_2a.jpg?version=1&amp;modificationDate=1255722260000&amp;api=v2" data-image-src="/confluence/download/attachments/20645374/daytrader_2a.jpg?version=1&amp;modificationDate=1255722260000&amp;api=v2"></p>
+<p><img class="confluence-embedded-image image-center" src="daytrader-a-more-complex-application.data/daytrader_2a.jpg" data-image-src="/confluence/download/attachments/20645374/daytrader_2a.jpg?version=1&amp;modificationDate=1255722260000&amp;api=v2"></p>
 
 <p>Additional details for configuring and running Daytrader can be found in the application <strong>FAQ</strong> available by pointing your web browser to <a shape="rect" class="external-link" href="http://localhost:8080/daytrader" rel="nofollow">http://localhost:8080/daytrader</a></p>
 
@@ -375,7 +375,7 @@ Enable full trace	</p></td><td colspan="
 
 <p><strong><code>&lt;geronimo_home&gt;/bin/java -jar client.jar geronimo/daytrader-streamer-client/2.0-SNAPSHOT/car</code></strong></p>
 
-<p><img class="confluence-embedded-image image-center" src="https://cwiki.apache.org/confluence/download/attachments/20645374/daytrader_3.jpg?version=1&amp;modificationDate=1255722260000&amp;api=v2" data-image-src="/confluence/download/attachments/20645374/daytrader_3.jpg?version=1&amp;modificationDate=1255722260000&amp;api=v2"></p>
+<p><img class="confluence-embedded-image image-center" src="daytrader-a-more-complex-application.data/daytrader_3.jpg" data-image-src="/confluence/download/attachments/20645374/daytrader_3.jpg?version=1&amp;modificationDate=1255722260000&amp;api=v2"></p>
 
 <h2 id="daytrader-amorecomplexapplication-WebServicesapplicationclient">Web Services application client</h2>
 <p><strong><code>&lt;geronimo_home&gt;/bin/java -jar client.jar geronimo/daytrader-wsapp-client/2.0-SNAPSHOT/car</code></strong></p></div>

Modified: websites/production/geronimo/content/GMOxDOC30/dbtester-db-pool-testing-sample-application.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/dbtester-db-pool-testing-sample-application.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/dbtester-db-pool-testing-sample-application.html Thu Apr  9 18:54:52 2015
@@ -124,7 +124,7 @@ table.ScrollbarTable td.ScrollbarParent
 table.ScrollbarTable td.ScrollbarNextName {text-align: right;border: none;}
 table.ScrollbarTable td.ScrollbarNextIcon {text-align: center;width: 16px;border: none;}
 
-/*]]>*/</style><div class="Scrollbar"><table class="ScrollbarTable"><tr><td colspan="1" rowspan="1" class="ScrollbarPrevIcon"><a shape="rect" href="daytrader-a-more-complex-application.html"><img align="middle" border="0" src="https://cwiki.apache.org/confluence/images/icons/back_16.gif" width="16" height="16"></a></td><td colspan="1" rowspan="1" class="ScrollbarPrevName" width="33%"><a shape="rect" href="daytrader-a-more-complex-application.html">daytrader - a more complex application</a>&#160;</td><td colspan="1" rowspan="1" class="ScrollbarParent" width="33%"><sup><a shape="rect" href="java-ee-sample-applications.html"><img align="middle" border="0" src="https://cwiki.apache.org/confluence/images/icons/up_16.gif" width="8" height="8"></a></sup><a shape="rect" href="java-ee-sample-applications.html">Java EE sample applications</a></td><td colspan="1" rowspan="1" class="ScrollbarNextName" width="33%">&#160;<a shape="rect" href="ejbtimer-javaee6-a-simple-ejb-timer-service-applicatio
 n.html">ejbtimer-javaee6 - A simple EJB timer service application</a></td><td colspan="1" rowspan="1" class="ScrollbarNextIcon"><a shape="rect" href="ejbtimer-javaee6-a-simple-ejb-timer-service-application.html"><img align="middle" border="0" src="https://cwiki.apache.org/confluence/images/icons/forwd_16.gif" width="16" height="16"></a></td></tr></table></div>
+/*]]>*/</style><div class="Scrollbar"><table class="ScrollbarTable"><tr><td colspan="1" rowspan="1" class="ScrollbarPrevIcon"><a shape="rect" href="daytrader-a-more-complex-application.html"><img align="middle" border="0" src="/images/confluence/icons/back_16.gif" width="16" height="16"></a></td><td colspan="1" rowspan="1" class="ScrollbarPrevName" width="33%"><a shape="rect" href="daytrader-a-more-complex-application.html">daytrader - a more complex application</a>&#160;</td><td colspan="1" rowspan="1" class="ScrollbarParent" width="33%"><sup><a shape="rect" href="java-ee-sample-applications.html"><img align="middle" border="0" src="/images/confluence/icons/up_16.gif" width="8" height="8"></a></sup><a shape="rect" href="java-ee-sample-applications.html">Java EE sample applications</a></td><td colspan="1" rowspan="1" class="ScrollbarNextName" width="33%">&#160;<a shape="rect" href="ejbtimer-javaee6-a-simple-ejb-timer-service-application.html">ejbtimer-javaee6 - A simple EJB timer se
 rvice application</a></td><td colspan="1" rowspan="1" class="ScrollbarNextIcon"><a shape="rect" href="ejbtimer-javaee6-a-simple-ejb-timer-service-application.html"><img align="middle" border="0" src="/images/confluence/icons/forwd_16.gif" width="16" height="16"></a></td></tr></table></div>
 
 <p>Accessing application server specific features and using them in your J2EE application would make it more powerful than accessing only the J2EE features from them. It gives you the ability to write extensions to your application server. </p>
 
@@ -134,11 +134,11 @@ table.ScrollbarTable td.ScrollbarNextIco
 
 <p>This article is organized into the following sections :</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1413831475184 {padding: 0px;}
-div.rbtoc1413831475184 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1413831475184 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1428605582931 {padding: 0px;}
+div.rbtoc1428605582931 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1428605582931 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1413831475184">
+/*]]>*/</style><div class="toc-macro rbtoc1428605582931">
 <ul class="toc-indentation"><li><a shape="rect" href="#dbtester-DBPoolTestingsampleapplication-Applicationoverview">Application overview</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#dbtester-DBPoolTestingsampleapplication-Applicationcontents">Application contents</a></li></ul>
 </li><li><a shape="rect" href="#dbtester-DBPoolTestingsampleapplication-Usage">Usage</a></li><li><a shape="rect" href="#dbtester-DBPoolTestingsampleapplication-Summary">Summary</a></li></ul>
@@ -148,7 +148,7 @@ div.rbtoc1413831475184 li {margin-left:
 <p>The sample application covered in this article will help you to test the Database connection pools deployed in your Geronimo server. One can consider this as an extension to the Geronimo console because the current version does not contain the ability to test connections to database pools after they have been deployed.</p>
 
 <p>The following figure illustrates the application flow.<br clear="none">
-<img class="confluence-embedded-image image-center" src="https://cwiki.apache.org/confluence/download/attachments/20645371/dbtester_flow.gif?version=1&amp;modificationDate=1206014202000&amp;api=v2" data-image-src="/confluence/download/attachments/20645371/dbtester_flow.gif?version=1&amp;modificationDate=1206014202000&amp;api=v2"></p>
+<img class="confluence-embedded-image image-center" src="dbtester-db-pool-testing-sample-application.data/dbtester_flow.gif" data-image-src="/confluence/download/attachments/20645371/dbtester_flow.gif?version=1&amp;modificationDate=1206014202000&amp;api=v2"></p>
 
 <p>Welcome page of the application acts as a notice board which displays list of Database connection pools deployed in the Geronimo application server. Users can directly test those connection pools from the first page. If that particular connection pool requires a username and a password to get a connection, enter those details in the pop up window that appears. The list of database schemas and the tables associated with the connection pool will be displayed in the Schemas and Tables page. The contents of each table can be accessed from there on.  </p>
 

Modified: websites/production/geronimo/content/GMOxDOC30/deploy.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/deploy.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/deploy.html Thu Apr  9 18:54:52 2015
@@ -124,7 +124,7 @@ table.ScrollbarTable td.ScrollbarParent
 table.ScrollbarTable td.ScrollbarNextName {text-align: right;border: none;}
 table.ScrollbarTable td.ScrollbarNextIcon {text-align: center;width: 16px;border: none;}
 
-/*]]>*/</style><div class="Scrollbar"><table class="ScrollbarTable"><tr><td colspan="1" rowspan="1" class="ScrollbarPrevIcon"><a shape="rect" href="cxf-tools.html"><img align="middle" border="0" src="https://cwiki.apache.org/confluence/images/icons/back_16.gif" width="16" height="16"></a></td><td colspan="1" rowspan="1" class="ScrollbarPrevName" width="33%"><a shape="rect" href="cxf-tools.html">cxf-tools</a>&#160;</td><td colspan="1" rowspan="1" class="ScrollbarParent" width="33%"><sup><a shape="rect" href="tools-and-commands.html"><img align="middle" border="0" src="https://cwiki.apache.org/confluence/images/icons/up_16.gif" width="8" height="8"></a></sup><a shape="rect" href="tools-and-commands.html">Tools and commands</a></td><td colspan="1" rowspan="1" class="ScrollbarNextName" width="33%">&#160;<a shape="rect" href="geronimo.html">geronimo</a></td><td colspan="1" rowspan="1" class="ScrollbarNextIcon"><a shape="rect" href="geronimo.html"><img align="middle" border="0" src="https
 ://cwiki.apache.org/confluence/images/icons/forwd_16.gif" width="16" height="16"></a></td></tr></table></div>
+/*]]>*/</style><div class="Scrollbar"><table class="ScrollbarTable"><tr><td colspan="1" rowspan="1" class="ScrollbarPrevIcon"><a shape="rect" href="cxf-tools.html"><img align="middle" border="0" src="/images/confluence/icons/back_16.gif" width="16" height="16"></a></td><td colspan="1" rowspan="1" class="ScrollbarPrevName" width="33%"><a shape="rect" href="cxf-tools.html">cxf-tools</a>&#160;</td><td colspan="1" rowspan="1" class="ScrollbarParent" width="33%"><sup><a shape="rect" href="tools-and-commands.html"><img align="middle" border="0" src="/images/confluence/icons/up_16.gif" width="8" height="8"></a></sup><a shape="rect" href="tools-and-commands.html">Tools and commands</a></td><td colspan="1" rowspan="1" class="ScrollbarNextName" width="33%">&#160;<a shape="rect" href="geronimo.html">geronimo</a></td><td colspan="1" rowspan="1" class="ScrollbarNextIcon"><a shape="rect" href="geronimo.html"><img align="middle" border="0" src="/images/confluence/icons/forwd_16.gif" width="16" hei
 ght="16"></a></td></tr></table></div>
 <p>The <strong>deploy</strong> script is used for installing, uninstalling, reinstalling, starting and stopping applications and modules and for installing and uninstalling configurations (for example some configuration specific deployment plans, security realms, database connection pools etc.)</p>
 
 <h1><a shape="rect" name="deploy-Usage"></a>Usage</h1>

Modified: websites/production/geronimo/content/GMOxDOC30/deploying-and-administering-applications.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/deploying-and-administering-applications.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/deploying-and-administering-applications.html Thu Apr  9 18:54:52 2015
@@ -124,7 +124,7 @@ table.ScrollbarTable td.ScrollbarParent
 table.ScrollbarTable td.ScrollbarNextName {text-align: right;border: none;}
 table.ScrollbarTable td.ScrollbarNextIcon {text-align: center;width: 16px;border: none;}
 
-/*]]>*/</style><div class="Scrollbar"><table class="ScrollbarTable"><tr><td colspan="1" rowspan="1" class="ScrollbarPrevName" width="33%">&#160;</td><td colspan="1" rowspan="1" class="ScrollbarParent" width="33%"><sup><a shape="rect" href="deploying-and-administering-assets-in-geronimo.html"><img align="middle" border="0" src="https://cwiki.apache.org/confluence/images/icons/up_16.gif" width="8" height="8"></a></sup><a shape="rect" href="deploying-and-administering-assets-in-geronimo.html">Deploying and administering assets in Geronimo</a></td><td colspan="1" rowspan="1" class="ScrollbarNextName" width="33%">&#160;<a shape="rect" href="deploying-and-administering-plugins.html">Deploying and administering plugins</a></td><td colspan="1" rowspan="1" class="ScrollbarNextIcon"><a shape="rect" href="deploying-and-administering-plugins.html"><img align="middle" border="0" src="https://cwiki.apache.org/confluence/images/icons/forwd_16.gif" width="16" height="16"></a></td></tr></table></div
 >
+/*]]>*/</style><div class="Scrollbar"><table class="ScrollbarTable"><tr><td colspan="1" rowspan="1" class="ScrollbarPrevName" width="33%">&#160;</td><td colspan="1" rowspan="1" class="ScrollbarParent" width="33%"><sup><a shape="rect" href="deploying-and-administering-assets-in-geronimo.html"><img align="middle" border="0" src="/images/confluence/icons/up_16.gif" width="8" height="8"></a></sup><a shape="rect" href="deploying-and-administering-assets-in-geronimo.html">Deploying and administering assets in Geronimo</a></td><td colspan="1" rowspan="1" class="ScrollbarNextName" width="33%">&#160;<a shape="rect" href="deploying-and-administering-plugins.html">Deploying and administering plugins</a></td><td colspan="1" rowspan="1" class="ScrollbarNextIcon"><a shape="rect" href="deploying-and-administering-plugins.html"><img align="middle" border="0" src="/images/confluence/icons/forwd_16.gif" width="16" height="16"></a></td></tr></table></div>
 
 
 <p>This section focuses on the available alternatives for managing applications. This section will show you how to perform these application management activities using both Console and command line options. </p>

Modified: websites/production/geronimo/content/GMOxDOC30/deploying-and-administering-assets-in-geronimo.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/deploying-and-administering-assets-in-geronimo.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/deploying-and-administering-assets-in-geronimo.html Thu Apr  9 18:54:52 2015
@@ -124,7 +124,7 @@ table.ScrollbarTable td.ScrollbarParent
 table.ScrollbarTable td.ScrollbarNextName {text-align: right;border: none;}
 table.ScrollbarTable td.ScrollbarNextIcon {text-align: center;width: 16px;border: none;}
 
-/*]]>*/</style><div class="Scrollbar"><table class="ScrollbarTable"><tr><td colspan="1" rowspan="1" class="ScrollbarPrevIcon"><a shape="rect" href="creating-a-database-in-geronimo.html"><img align="middle" border="0" src="https://cwiki.apache.org/confluence/images/icons/back_16.gif" width="16" height="16"></a></td><td colspan="1" rowspan="1" class="ScrollbarPrevName" width="33%"><a shape="rect" href="creating-a-database-in-geronimo.html">Creating a database in Geronimo</a>&#160;</td><td colspan="1" rowspan="1" class="ScrollbarParent" width="33%"><sup><a shape="rect" href="configuring-and-administering.html"><img align="middle" border="0" src="https://cwiki.apache.org/confluence/images/icons/up_16.gif" width="8" height="8"></a></sup><a shape="rect" href="configuring-and-administering.html">Configuring and administering</a></td><td colspan="1" rowspan="1" class="ScrollbarNextName" width="33%">&#160;<a shape="rect" href="extensible-administration-console.html">Extensible Administration
  Console</a></td><td colspan="1" rowspan="1" class="ScrollbarNextIcon"><a shape="rect" href="extensible-administration-console.html"><img align="middle" border="0" src="https://cwiki.apache.org/confluence/images/icons/forwd_16.gif" width="16" height="16"></a></td></tr></table></div>
+/*]]>*/</style><div class="Scrollbar"><table class="ScrollbarTable"><tr><td colspan="1" rowspan="1" class="ScrollbarPrevIcon"><a shape="rect" href="creating-a-database-in-geronimo.html"><img align="middle" border="0" src="/images/confluence/icons/back_16.gif" width="16" height="16"></a></td><td colspan="1" rowspan="1" class="ScrollbarPrevName" width="33%"><a shape="rect" href="creating-a-database-in-geronimo.html">Creating a database in Geronimo</a>&#160;</td><td colspan="1" rowspan="1" class="ScrollbarParent" width="33%"><sup><a shape="rect" href="configuring-and-administering.html"><img align="middle" border="0" src="/images/confluence/icons/up_16.gif" width="8" height="8"></a></sup><a shape="rect" href="configuring-and-administering.html">Configuring and administering</a></td><td colspan="1" rowspan="1" class="ScrollbarNextName" width="33%">&#160;<a shape="rect" href="extensible-administration-console.html">Extensible Administration Console</a></td><td colspan="1" rowspan="1" cla
 ss="ScrollbarNextIcon"><a shape="rect" href="extensible-administration-console.html"><img align="middle" border="0" src="/images/confluence/icons/forwd_16.gif" width="16" height="16"></a></td></tr></table></div>
 
 <p>This topic is about how to manage your applications and Geronimo plugins.</p>
 

Modified: websites/production/geronimo/content/GMOxDOC30/deploying-and-administering-plugins.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/deploying-and-administering-plugins.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/deploying-and-administering-plugins.html Thu Apr  9 18:54:52 2015
@@ -124,7 +124,7 @@ table.ScrollbarTable td.ScrollbarParent
 table.ScrollbarTable td.ScrollbarNextName {text-align: right;border: none;}
 table.ScrollbarTable td.ScrollbarNextIcon {text-align: center;width: 16px;border: none;}
 
-/*]]>*/</style><div class="Scrollbar"><table class="ScrollbarTable"><tr><td colspan="1" rowspan="1" class="ScrollbarPrevIcon"><a shape="rect" href="deploying-and-administering-applications.html"><img align="middle" border="0" src="https://cwiki.apache.org/confluence/images/icons/back_16.gif" width="16" height="16"></a></td><td colspan="1" rowspan="1" class="ScrollbarPrevName" width="33%"><a shape="rect" href="deploying-and-administering-applications.html">Deploying and administering applications</a>&#160;</td><td colspan="1" rowspan="1" class="ScrollbarParent" width="33%"><sup><a shape="rect" href="deploying-and-administering-assets-in-geronimo.html"><img align="middle" border="0" src="https://cwiki.apache.org/confluence/images/icons/up_16.gif" width="8" height="8"></a></sup><a shape="rect" href="deploying-and-administering-assets-in-geronimo.html">Deploying and administering assets in Geronimo</a></td><td colspan="1" rowspan="1" class="ScrollbarNextName" width="33%">&#160;<a shape=
 "rect" href="managing-osgi-bundles.html">Managing OSGi Bundles</a></td><td colspan="1" rowspan="1" class="ScrollbarNextIcon"><a shape="rect" href="managing-osgi-bundles.html"><img align="middle" border="0" src="https://cwiki.apache.org/confluence/images/icons/forwd_16.gif" width="16" height="16"></a></td></tr></table></div>
+/*]]>*/</style><div class="Scrollbar"><table class="ScrollbarTable"><tr><td colspan="1" rowspan="1" class="ScrollbarPrevIcon"><a shape="rect" href="deploying-and-administering-applications.html"><img align="middle" border="0" src="/images/confluence/icons/back_16.gif" width="16" height="16"></a></td><td colspan="1" rowspan="1" class="ScrollbarPrevName" width="33%"><a shape="rect" href="deploying-and-administering-applications.html">Deploying and administering applications</a>&#160;</td><td colspan="1" rowspan="1" class="ScrollbarParent" width="33%"><sup><a shape="rect" href="deploying-and-administering-assets-in-geronimo.html"><img align="middle" border="0" src="/images/confluence/icons/up_16.gif" width="8" height="8"></a></sup><a shape="rect" href="deploying-and-administering-assets-in-geronimo.html">Deploying and administering assets in Geronimo</a></td><td colspan="1" rowspan="1" class="ScrollbarNextName" width="33%">&#160;<a shape="rect" href="managing-osgi-bundles.html">Managin
 g OSGi Bundles</a></td><td colspan="1" rowspan="1" class="ScrollbarNextIcon"><a shape="rect" href="managing-osgi-bundles.html"><img align="middle" border="0" src="/images/confluence/icons/forwd_16.gif" width="16" height="16"></a></td></tr></table></div>
 
 
 <p>Plugins can be system modules, applications, classloader definitions, and plugin groups. The Geronimo server is assemblages of plugins. Assemblies are the different ways you can create a server out of the various pluging available. Starting with Geronimo 2.1 and 2.2, the servers are assembled entirely out of plugins.  </p>

Modified: websites/production/geronimo/content/GMOxDOC30/deploying-and-debugging-applications-using-gep.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/deploying-and-debugging-applications-using-gep.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/deploying-and-debugging-applications-using-gep.html Thu Apr  9 18:54:52 2015
@@ -124,7 +124,7 @@ table.ScrollbarTable td.ScrollbarParent
 table.ScrollbarTable td.ScrollbarNextName {text-align: right;border: none;}
 table.ScrollbarTable td.ScrollbarNextIcon {text-align: center;width: 16px;border: none;}
 
-/*]]>*/</style><div class="Scrollbar"><table class="ScrollbarTable"><tr><td colspan="1" rowspan="1" class="ScrollbarPrevIcon"><a shape="rect" href="converting-applications-into-geronimo-plugins-using-gep.html"><img align="middle" border="0" src="https://cwiki.apache.org/confluence/images/icons/back_16.gif" width="16" height="16"></a></td><td colspan="1" rowspan="1" class="ScrollbarPrevName" width="33%"><a shape="rect" href="converting-applications-into-geronimo-plugins-using-gep.html">Converting applications into Geronimo plugins using GEP</a>&#160;</td><td colspan="1" rowspan="1" class="ScrollbarParent" width="33%"><sup><a shape="rect" href="getting-familiar-with-geronimo-eclipse-plugin-gep.html"><img align="middle" border="0" src="https://cwiki.apache.org/confluence/images/icons/up_16.gif" width="8" height="8"></a></sup><a shape="rect" href="getting-familiar-with-geronimo-eclipse-plugin-gep.html">Getting familiar with Geronimo Eclipse Plugin (GEP)</a></td><td colspan="1" rowspan="
 1" class="ScrollbarNextName" width="33%">&#160;<a shape="rect" href="importing-applications-built-with-car-maven-plugin-into-gep.html">Importing applications built with car-maven-plugin into GEP</a></td><td colspan="1" rowspan="1" class="ScrollbarNextIcon"><a shape="rect" href="importing-applications-built-with-car-maven-plugin-into-gep.html"><img align="middle" border="0" src="https://cwiki.apache.org/confluence/images/icons/forwd_16.gif" width="16" height="16"></a></td></tr></table></div>
+/*]]>*/</style><div class="Scrollbar"><table class="ScrollbarTable"><tr><td colspan="1" rowspan="1" class="ScrollbarPrevIcon"><a shape="rect" href="converting-applications-into-geronimo-plugins-using-gep.html"><img align="middle" border="0" src="/images/confluence/icons/back_16.gif" width="16" height="16"></a></td><td colspan="1" rowspan="1" class="ScrollbarPrevName" width="33%"><a shape="rect" href="converting-applications-into-geronimo-plugins-using-gep.html">Converting applications into Geronimo plugins using GEP</a>&#160;</td><td colspan="1" rowspan="1" class="ScrollbarParent" width="33%"><sup><a shape="rect" href="getting-familiar-with-geronimo-eclipse-plugin-gep.html"><img align="middle" border="0" src="/images/confluence/icons/up_16.gif" width="8" height="8"></a></sup><a shape="rect" href="getting-familiar-with-geronimo-eclipse-plugin-gep.html">Getting familiar with Geronimo Eclipse Plugin (GEP)</a></td><td colspan="1" rowspan="1" class="ScrollbarNextName" width="33%">&#160;<
 a shape="rect" href="importing-applications-built-with-car-maven-plugin-into-gep.html">Importing applications built with car-maven-plugin into GEP</a></td><td colspan="1" rowspan="1" class="ScrollbarNextIcon"><a shape="rect" href="importing-applications-built-with-car-maven-plugin-into-gep.html"><img align="middle" border="0" src="/images/confluence/icons/forwd_16.gif" width="16" height="16"></a></td></tr></table></div>
 <h1 id="DeployinganddebuggingapplicationsusingGEP-DeployinganddebuggingapplicationsusingGEP">Deploying and debugging applications using GEP</h1>
 
 <p>The <a shape="rect" href="installing-geronimo-eclipse-plugin.html">Geronimo Eclipse Plugin</a> is a tool for deploying and testing  applications to a Geronimo server. Make sure that a Geronimo server is defined before attempting to deploy your applications.</p>

Modified: websites/production/geronimo/content/GMOxDOC30/deploying-and-running-ejb-application-clients.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/deploying-and-running-ejb-application-clients.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/deploying-and-running-ejb-application-clients.html Thu Apr  9 18:54:52 2015
@@ -140,11 +140,11 @@ table.ScrollbarTable td.ScrollbarNextIco
 
 <p>Details on installing eclipse are provided in the <a shape="rect" href="development-environment.html">Development environment</a> section. This tutorial is organized in the following sections:</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1428583897992 {padding: 0px;}
-div.rbtoc1428583897992 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1428583897992 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1428605513471 {padding: 0px;}
+div.rbtoc1428605513471 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1428605513471 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1428583897992">
+/*]]>*/</style><div class="toc-macro rbtoc1428605513471">
 <ul class="toc-indentation"><li><a shape="rect" href="#DeployingandrunningEJBapplicationclients-SettingupEclipseIDEforEJBapplicationdevelopment">Setting up Eclipse IDE for EJB application development</a></li><li><a shape="rect" href="#DeployingandrunningEJBapplicationclients-DevelopingEJBlocalinterface,EJBremoteinterfaceandBeanclass">Developing EJB local interface, EJB remote interface and Bean class</a></li><li><a shape="rect" href="#DeployingandrunningEJBapplicationclients-DevelopingaJavaClient">Developing a Java Client</a></li><li><a shape="rect" href="#DeployingandrunningEJBapplicationclients-Deployandrun">Deploy and run</a></li></ul>
 </div>
 <p>Let us briefly understand this application. This application will take you through creating a simple Stateless Session EJB. Later we will develop a Java Application client to access this EJB. EJB development will make use of annotations which are introduced in Java EE5.</p>

Modified: websites/production/geronimo/content/GMOxDOC30/deploying-and-running-java-ee-application-client.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/deploying-and-running-java-ee-application-client.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/deploying-and-running-java-ee-application-client.html Thu Apr  9 18:54:52 2015
@@ -124,7 +124,7 @@ table.ScrollbarTable td.ScrollbarParent
 table.ScrollbarTable td.ScrollbarNextName {text-align: right;border: none;}
 table.ScrollbarTable td.ScrollbarNextIcon {text-align: center;width: 16px;border: none;}
 
-/*]]>*/</style><div class="Scrollbar"><table class="ScrollbarTable"><tr><td colspan="1" rowspan="1" class="ScrollbarPrevIcon"><a shape="rect" href="deploying-and-running-ejb-application-clients.html"><img align="middle" border="0" src="https://cwiki.apache.org/confluence/images/icons/back_16.gif" width="16" height="16"></a></td><td colspan="1" rowspan="1" class="ScrollbarPrevName" width="33%"><a shape="rect" href="deploying-and-running-ejb-application-clients.html">Deploying and running EJB application clients</a>&#160;</td><td colspan="1" rowspan="1" class="ScrollbarParent" width="33%"><sup><a shape="rect" href="developing-application-clients.html"><img align="middle" border="0" src="https://cwiki.apache.org/confluence/images/icons/up_16.gif" width="8" height="8"></a></sup><a shape="rect" href="developing-application-clients.html">Developing application clients</a></td><td colspan="1" rowspan="1" class="ScrollbarNextName" width="33%">&#160;<a shape="rect" href="deploying-and-runnin
 g-jpa-application-client.html">Deploying and running JPA application client</a></td><td colspan="1" rowspan="1" class="ScrollbarNextIcon"><a shape="rect" href="deploying-and-running-jpa-application-client.html"><img align="middle" border="0" src="https://cwiki.apache.org/confluence/images/icons/forwd_16.gif" width="16" height="16"></a></td></tr></table></div>
+/*]]>*/</style><div class="Scrollbar"><table class="ScrollbarTable"><tr><td colspan="1" rowspan="1" class="ScrollbarPrevIcon"><a shape="rect" href="deploying-and-running-ejb-application-clients.html"><img align="middle" border="0" src="/images/confluence/icons/back_16.gif" width="16" height="16"></a></td><td colspan="1" rowspan="1" class="ScrollbarPrevName" width="33%"><a shape="rect" href="deploying-and-running-ejb-application-clients.html">Deploying and running EJB application clients</a>&#160;</td><td colspan="1" rowspan="1" class="ScrollbarParent" width="33%"><sup><a shape="rect" href="developing-application-clients.html"><img align="middle" border="0" src="/images/confluence/icons/up_16.gif" width="8" height="8"></a></sup><a shape="rect" href="developing-application-clients.html">Developing application clients</a></td><td colspan="1" rowspan="1" class="ScrollbarNextName" width="33%">&#160;<a shape="rect" href="deploying-and-running-jpa-application-client.html">Deploying and run
 ning JPA application client</a></td><td colspan="1" rowspan="1" class="ScrollbarNextIcon"><a shape="rect" href="deploying-and-running-jpa-application-client.html"><img align="middle" border="0" src="/images/confluence/icons/forwd_16.gif" width="16" height="16"></a></td></tr></table></div>
 <p>You can create an application client that runs in the Apache Geronimo application client container rather than running in your local Java environment. The main purpose of the Geronimo client application container is to provide a standard set of services to a client program without forcing the client application to specify a list of dependencies - in other words ease-of-development. The client code can lookup Geronimo components such as resources, EJBs, and connectors via standard JNDI lookup. This example creates the simplest application client that can talk to a Geronimo server and place a message in the Geronimo console.</p>
 
 <ol><li>Create a client jar file for a simple example with these files. The client will write a message "CLIENT RUNNING..." on the Geronimo console: <code>client/MainClient.java</code>

Modified: websites/production/geronimo/content/GMOxDOC30/deploying-and-undeploying-applications.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/deploying-and-undeploying-applications.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/deploying-and-undeploying-applications.html Thu Apr  9 18:54:52 2015
@@ -124,15 +124,15 @@ table.ScrollbarTable td.ScrollbarParent
 table.ScrollbarTable td.ScrollbarNextName {text-align: right;border: none;}
 table.ScrollbarTable td.ScrollbarNextIcon {text-align: center;width: 16px;border: none;}
 
-/*]]>*/</style><div class="Scrollbar"><table class="ScrollbarTable"><tr><td colspan="1" rowspan="1" class="ScrollbarPrevName" width="33%">&#160;</td><td colspan="1" rowspan="1" class="ScrollbarParent" width="33%"><sup><a shape="rect" href="deploying-and-administering-applications.html"><img align="middle" border="0" src="https://cwiki.apache.org/confluence/images/icons/up_16.gif" width="8" height="8"></a></sup><a shape="rect" href="deploying-and-administering-applications.html">Deploying and administering applications</a></td><td colspan="1" rowspan="1" class="ScrollbarNextName" width="33%">&#160;<a shape="rect" href="starting-and-stopping-applications.html">Starting and stopping applications</a></td><td colspan="1" rowspan="1" class="ScrollbarNextIcon"><a shape="rect" href="starting-and-stopping-applications.html"><img align="middle" border="0" src="https://cwiki.apache.org/confluence/images/icons/forwd_16.gif" width="16" height="16"></a></td></tr></table></div>
+/*]]>*/</style><div class="Scrollbar"><table class="ScrollbarTable"><tr><td colspan="1" rowspan="1" class="ScrollbarPrevName" width="33%">&#160;</td><td colspan="1" rowspan="1" class="ScrollbarParent" width="33%"><sup><a shape="rect" href="deploying-and-administering-applications.html"><img align="middle" border="0" src="/images/confluence/icons/up_16.gif" width="8" height="8"></a></sup><a shape="rect" href="deploying-and-administering-applications.html">Deploying and administering applications</a></td><td colspan="1" rowspan="1" class="ScrollbarNextName" width="33%">&#160;<a shape="rect" href="starting-and-stopping-applications.html">Starting and stopping applications</a></td><td colspan="1" rowspan="1" class="ScrollbarNextIcon"><a shape="rect" href="starting-and-stopping-applications.html"><img align="middle" border="0" src="/images/confluence/icons/forwd_16.gif" width="16" height="16"></a></td></tr></table></div>
 
 <p>There are several alternatives available for Deploying and undeploying applications:</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1413831473039 {padding: 0px;}
-div.rbtoc1413831473039 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1413831473039 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1428605580369 {padding: 0px;}
+div.rbtoc1428605580369 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1428605580369 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1413831473039">
+/*]]>*/</style><div class="toc-macro rbtoc1428605580369">
 <ul class="toc-indentation"><li><a shape="rect" href="#Deployingandundeployingapplications-ViaGeronimoAdministrationConsoleGACdeploy">Via Geronimo Administration Console</a></li><li><a shape="rect" href="#Deployingandundeployingapplications-ViahotdeploymentHotdeploy">Via hot deployment</a></li><li><a shape="rect" href="#Deployingandundeployingapplications-ViaDeployertooldeployertool">Via Deployer tool</a></li><li><a shape="rect" href="#Deployingandundeployingapplications-Viagogocommandgogodeploy">Via gogo command</a></li><li><a shape="rect" href="#Deployingandundeployingapplications-ViaGEPGEPdeploy">Via GEP</a></li><li><a shape="rect" href="#Deployingandundeployingapplications-ViaClusteringWADIdeploy">Via Clustering</a></li></ul>
 </div>
 
@@ -141,7 +141,7 @@ div.rbtoc1413831473039 li {margin-left:
 <h1 id="Deployingandundeployingapplications-ViaGeronimoAdministrationConsoleGACdeploy">Via Geronimo Administration Console<span class="confluence-anchor-link" id="Deployingandundeployingapplications-GACdeploy"></span></h1>
 <p>To install a new application by using the Geronimo Administration Console, select <strong>Deployer</strong> on the <strong>Console Navigation</strong> menu on the left side to launch the <strong>Install Applications</strong> portlet. You can choose to start the application automatically right after it is deployed by selecting the <strong>start application after installation</strong> check box. This check box is selected by default.</p>
 
-<p><img class="confluence-embedded-image" src="https://cwiki.apache.org/confluence/download/attachments/20645345/installnewapps.gif?version=1&amp;modificationDate=1203076987000&amp;api=v2" data-image-src="/confluence/download/attachments/20645345/installnewapps.gif?version=1&amp;modificationDate=1203076987000&amp;api=v2"></p>
+<p><img class="confluence-embedded-image" src="deploying-and-undeploying-applications.data/installnewapps.gif" data-image-src="/confluence/download/attachments/20645345/installnewapps.gif?version=1&amp;modificationDate=1203076987000&amp;api=v2"></p>
 
 <p>For this example, we use the simple JSP HelloWorld sample that was created in the <a shape="rect" href="quick-start-apache-geronimo-for-the-impatient.html">Quick start - Apache Geronimo for the impatient</a> section. In that section, however, we used the <strong>--inPlace</strong> deployment option and did not need to package the application into a <strong>WAR</strong> file. To create the WAR file type, run the following command from the <strong>&lt;app_home&gt;</strong> directory:</p>
 
@@ -159,7 +159,7 @@ div.rbtoc1413831473039 li {margin-left:
 
 <p>To remove the applications by using the Geronimo Administration Console, use either the <strong>Installed Web Applications</strong> portlet or the <strong>Installed Application EARs</strong> portlets depending on the application to uninstall.</p>
 
-<p><img class="confluence-embedded-image" src="https://cwiki.apache.org/confluence/download/attachments/20645345/adminapps.gif?version=1&amp;modificationDate=1203076908000&amp;api=v2" data-image-src="/confluence/download/attachments/20645345/adminapps.gif?version=1&amp;modificationDate=1203076908000&amp;api=v2"></p>
+<p><img class="confluence-embedded-image" src="deploying-and-undeploying-applications.data/adminapps.gif" data-image-src="/confluence/download/attachments/20645345/adminapps.gif?version=1&amp;modificationDate=1203076908000&amp;api=v2"></p>
 
 <p>For our example, access the <strong>Installed Web Applications</strong> portlet and click <strong>Uninstall</strong> for the application that has the <strong>Component Name</strong> <strong><code>sample.applications/HelloWorldApp/1.0/war</code></strong>. This will stop the application and then uninstall it.  The confirmation message " <code>Uninstalled application</code> " should be listed at the bottom of the portlet.</p>
 

Modified: websites/production/geronimo/content/GMOxDOC30/developing-a-hello-world-blueprint-application.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/developing-a-hello-world-blueprint-application.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/developing-a-hello-world-blueprint-application.html Thu Apr  9 18:54:52 2015
@@ -124,7 +124,7 @@ table.ScrollbarTable td.ScrollbarParent
 table.ScrollbarTable td.ScrollbarNextName {text-align: right;border: none;}
 table.ScrollbarTable td.ScrollbarNextIcon {text-align: center;width: 16px;border: none;}
 
-/*]]>*/</style><div class="Scrollbar"><table class="ScrollbarTable"><tr><td colspan="1" rowspan="1" class="ScrollbarPrevName" width="33%">&#160;</td><td colspan="1" rowspan="1" class="ScrollbarParent" width="33%"><sup><a shape="rect" href="developing-aries-applications.html"><img align="middle" border="0" src="https://cwiki.apache.org/confluence/images/icons/up_16.gif" width="8" height="8"></a></sup><a shape="rect" href="developing-aries-applications.html">Developing Aries applications</a></td><td colspan="1" rowspan="1" class="ScrollbarNextName" width="33%">&#160;</td></tr></table></div>
+/*]]>*/</style><div class="Scrollbar"><table class="ScrollbarTable"><tr><td colspan="1" rowspan="1" class="ScrollbarPrevName" width="33%">&#160;</td><td colspan="1" rowspan="1" class="ScrollbarParent" width="33%"><sup><a shape="rect" href="developing-aries-applications.html"><img align="middle" border="0" src="/images/confluence/icons/up_16.gif" width="8" height="8"></a></sup><a shape="rect" href="developing-aries-applications.html">Developing Aries applications</a></td><td colspan="1" rowspan="1" class="ScrollbarNextName" width="33%">&#160;</td></tr></table></div>
 
 <p>This application is a simple Hello World Blueprint application which shows basic principles of building an Aries application and definitions of bean, service and reference in Blueprint.</p>
 
@@ -136,28 +136,28 @@ table.ScrollbarTable td.ScrollbarNextIco
 <p>Details on installing Eclipse are provided in the <a shape="rect" href="development-environment.html">Development environment</a> section. This tutorial is organized in the following sections:</p>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1413831492753 {padding: 0px;}
-div.rbtoc1413831492753 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1413831492753 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1428605607038 {padding: 0px;}
+div.rbtoc1428605607038 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1428605607038 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1413831492753">
+/*]]>*/</style><div class="toc-macro rbtoc1428605607038">
 <ul class="toc-indentation"><li><a shape="rect" href="#DevelopingaHelloWorldBlueprintapplication-CreatinganOSGiEnterpriseApplicationusingEclipse">Creating an OSGi Enterprise Application using Eclipse</a></li><li><a shape="rect" href="#DevelopingaHelloWorldBlueprintapplication-Addingaclasstotheapiproject">Adding a class to the api project</a></li><li><a shape="rect" href="#DevelopingaHelloWorldBlueprintapplication-ImplementingtheHelloWorldServiceinteface">Implementing the HelloWorldService inteface</a></li><li><a shape="rect" href="#DevelopingaHelloWorldBlueprintapplication-Creatingtheclienttoconsumetheservices">Creating the client to consume the services</a></li><li><a shape="rect" href="#DevelopingaHelloWorldBlueprintapplication-Runanddeploy">Run and deploy</a></li></ul>
 </div>
 
 <h1 id="DevelopingaHelloWorldBlueprintapplication-CreatinganOSGiEnterpriseApplicationusingEclipse">Creating an OSGi Enterprise Application using Eclipse</h1>
 <ol><li>Launch Eclipse and switch to Java EE perspective.<br clear="none">
-<img class="confluence-embedded-image" src="https://cwiki.apache.org/confluence/download/attachments/25198740/CreateProject.png?version=1&amp;modificationDate=1295303250000&amp;api=v2" data-image-src="/confluence/download/attachments/25198740/CreateProject.png?version=1&amp;modificationDate=1295303250000&amp;api=v2"><br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"></li><li>Right click under the project explorer and select <strong>OSGi Application Project</strong> as shown in the figure.<br clear="none" class="atl-forced-newline">
-<img class="confluence-embedded-image" src="https://cwiki.apache.org/confluence/download/attachments/25198740/CreateProject3.png?version=1&amp;modificationDate=1295303250000&amp;api=v2" data-image-src="/confluence/download/attachments/25198740/CreateProject3.png?version=1&amp;modificationDate=1295303250000&amp;api=v2"><br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"></li><li>Name the project as <em>HelloWorld</em> and click <strong>Next</strong>. Make sure that the target runtime is <strong>Apache Geronimo v3.0</strong>.<br clear="none" class="atl-forced-newline">
-<img class="confluence-embedded-image" src="https://cwiki.apache.org/confluence/download/attachments/25198740/CreateProject4.png?version=1&amp;modificationDate=1295303250000&amp;api=v2" data-image-src="/confluence/download/attachments/25198740/CreateProject4.png?version=1&amp;modificationDate=1295303250000&amp;api=v2"><br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"></li><li>Click <strong>New Bundle...</strong> to define api, client and server bundles to be included in this application. Note that interface and implementation classes should be kept in separate bundles so that the implementations could be replaced independently of their interfaces. Select <strong>Change the active Target Platform</strong> if necessary.<br clear="none">
-<img class="confluence-embedded-image" src="https://cwiki.apache.org/confluence/download/attachments/25198740/CreateProject5.png?version=1&amp;modificationDate=1295303250000&amp;api=v2" data-image-src="/confluence/download/attachments/25198740/CreateProject5.png?version=1&amp;modificationDate=1295303250000&amp;api=v2"><br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"></li><li>Click <strong>Finish</strong> and all relevant projects are created as followed.<br clear="none">
-<img class="confluence-embedded-image" src="https://cwiki.apache.org/confluence/download/attachments/25198740/CreateProject6.png?version=1&amp;modificationDate=1295303272000&amp;api=v2" data-image-src="/confluence/download/attachments/25198740/CreateProject6.png?version=1&amp;modificationDate=1295303272000&amp;api=v2"><br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"></li></ol>
+<img class="confluence-embedded-image" src="developing-a-hello-world-blueprint-application.data/CreateProject.png" data-image-src="/confluence/download/attachments/25198740/CreateProject.png?version=1&amp;modificationDate=1295303250000&amp;api=v2"><br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"></li><li>Right click under the project explorer and select <strong>OSGi Application Project</strong> as shown in the figure.<br clear="none" class="atl-forced-newline">
+<img class="confluence-embedded-image" src="developing-a-hello-world-blueprint-application.data/CreateProject3.png" data-image-src="/confluence/download/attachments/25198740/CreateProject3.png?version=1&amp;modificationDate=1295303250000&amp;api=v2"><br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"></li><li>Name the project as <em>HelloWorld</em> and click <strong>Next</strong>. Make sure that the target runtime is <strong>Apache Geronimo v3.0</strong>.<br clear="none" class="atl-forced-newline">
+<img class="confluence-embedded-image" src="developing-a-hello-world-blueprint-application.data/CreateProject4.png" data-image-src="/confluence/download/attachments/25198740/CreateProject4.png?version=1&amp;modificationDate=1295303250000&amp;api=v2"><br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"></li><li>Click <strong>New Bundle...</strong> to define api, client and server bundles to be included in this application. Note that interface and implementation classes should be kept in separate bundles so that the implementations could be replaced independently of their interfaces. Select <strong>Change the active Target Platform</strong> if necessary.<br clear="none">
+<img class="confluence-embedded-image" src="developing-a-hello-world-blueprint-application.data/CreateProject5.png" data-image-src="/confluence/download/attachments/25198740/CreateProject5.png?version=1&amp;modificationDate=1295303250000&amp;api=v2"><br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"></li><li>Click <strong>Finish</strong> and all relevant projects are created as followed.<br clear="none">
+<img class="confluence-embedded-image" src="developing-a-hello-world-blueprint-application.data/CreateProject6.png" data-image-src="/confluence/download/attachments/25198740/CreateProject6.png?version=1&amp;modificationDate=1295303272000&amp;api=v2"><br clear="none" class="atl-forced-newline"> <br clear="none" class="atl-forced-newline"></li></ol>
 
 
 <h1 id="DevelopingaHelloWorldBlueprintapplication-Addingaclasstotheapiproject">Adding a class to the api project</h1>
 <ol><li>Right-click the project <code>com.sample.blueprint.helloworld.api</code> and create a new Interface as shown in the figure.<br clear="none">
-<img class="confluence-embedded-image" src="https://cwiki.apache.org/confluence/download/attachments/25198740/CreateAPI.png?version=1&amp;modificationDate=1295303223000&amp;api=v2" data-image-src="/confluence/download/attachments/25198740/CreateAPI.png?version=1&amp;modificationDate=1295303223000&amp;api=v2"><br clear="none" class="atl-forced-newline">
+<img class="confluence-embedded-image" src="developing-a-hello-world-blueprint-application.data/CreateAPI.png" data-image-src="/confluence/download/attachments/25198740/CreateAPI.png?version=1&amp;modificationDate=1295303223000&amp;api=v2"><br clear="none" class="atl-forced-newline">
 <br clear="none" class="atl-forced-newline"></li><li>Name the Interface as <strong>HelloWorldService</strong> and package name as <strong>com.sample.blueprint.helloworld.api</strong>, then click <strong>Finish</strong>.<br clear="none">
-<img class="confluence-embedded-image" src="https://cwiki.apache.org/confluence/download/attachments/25198740/CreateAPI2.png?version=1&amp;modificationDate=1295303223000&amp;api=v2" data-image-src="/confluence/download/attachments/25198740/CreateAPI2.png?version=1&amp;modificationDate=1295303223000&amp;api=v2"><br clear="none" class="atl-forced-newline">
+<img class="confluence-embedded-image" src="developing-a-hello-world-blueprint-application.data/CreateAPI2.png" data-image-src="/confluence/download/attachments/25198740/CreateAPI2.png?version=1&amp;modificationDate=1295303223000&amp;api=v2"><br clear="none" class="atl-forced-newline">
 <br clear="none" class="atl-forced-newline"></li><li>Modify the code of <code>HelloWorldService</code> as follows.<br clear="none" class="atl-forced-newline">
 <div class="code panel pdl" style="border-width: 1px;"><div class="codeHeader panelHeader pdl" style="border-bottom-width: 1px;"><b>HelloWorldService.java</b></div><div class="codeContent panelContent pdl">
 <script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
@@ -172,15 +172,15 @@ public interface HelloWorldService {
 }
 ]]></script>
 </div></div></li><li>Open <code>META-INF\MANIFEST.MF</code> and make sure <code>com.sample.blueprint.helloworld.api</code> is listed under <strong>Exported packages</strong>.<br clear="none">
-<img class="confluence-embedded-image" src="https://cwiki.apache.org/confluence/download/attachments/25198740/CreateAPI3.png?version=1&amp;modificationDate=1295303223000&amp;api=v2" data-image-src="/confluence/download/attachments/25198740/CreateAPI3.png?version=1&amp;modificationDate=1295303223000&amp;api=v2"><br clear="none" class="atl-forced-newline">
+<img class="confluence-embedded-image" src="developing-a-hello-world-blueprint-application.data/CreateAPI3.png" data-image-src="/confluence/download/attachments/25198740/CreateAPI3.png?version=1&amp;modificationDate=1295303223000&amp;api=v2"><br clear="none" class="atl-forced-newline">
 <br clear="none" class="atl-forced-newline"></li></ol>
 
 
 <h1 id="DevelopingaHelloWorldBlueprintapplication-ImplementingtheHelloWorldServiceinteface">Implementing the HelloWorldService inteface</h1>
 <ol><li>Right-click the project <code>com.sample.blueprint.helloworld.server</code> and create a new class as shown in the figure.<br clear="none">
-<img class="confluence-embedded-image" src="https://cwiki.apache.org/confluence/download/attachments/25198740/CreateServer.png?version=1&amp;modificationDate=1295303272000&amp;api=v2" data-image-src="/confluence/download/attachments/25198740/CreateServer.png?version=1&amp;modificationDate=1295303272000&amp;api=v2"><br clear="none" class="atl-forced-newline">
+<img class="confluence-embedded-image" src="developing-a-hello-world-blueprint-application.data/CreateServer.png" data-image-src="/confluence/download/attachments/25198740/CreateServer.png?version=1&amp;modificationDate=1295303272000&amp;api=v2"><br clear="none" class="atl-forced-newline">
 <br clear="none" class="atl-forced-newline"></li><li>Name the class as <strong>HelloWorldServiceImpl</strong> and the interface as <strong>HelloWorldService</strong>, then click Finish.<br clear="none">
-<img class="confluence-embedded-image" src="https://cwiki.apache.org/confluence/download/attachments/25198740/CreateServer2.png?version=1&amp;modificationDate=1295303272000&amp;api=v2" data-image-src="/confluence/download/attachments/25198740/CreateServer2.png?version=1&amp;modificationDate=1295303272000&amp;api=v2"><br clear="none" class="atl-forced-newline">
+<img class="confluence-embedded-image" src="developing-a-hello-world-blueprint-application.data/CreateServer2.png" data-image-src="/confluence/download/attachments/25198740/CreateServer2.png?version=1&amp;modificationDate=1295303272000&amp;api=v2"><br clear="none" class="atl-forced-newline">
 <br clear="none" class="atl-forced-newline"></li><li>Modify the code of <code>HelloWorldServiceImpl</code> as follows.<br clear="none" class="atl-forced-newline">
 <div class="code panel pdl" style="border-width: 1px;"><div class="codeHeader panelHeader pdl" style="border-bottom-width: 1px;"><b>HelloWorldServiceImpl.java</b></div><div class="codeContent panelContent pdl">
 <script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
@@ -214,15 +214,15 @@ public class HelloWorldServiceImpl imple
 &lt;/blueprint&gt;
 ]]></script>
 </div></div></li><li>Modify <code>META-INF\MANIFEST.MF</code> and make sure <code>com.sample.blueprint.helloworld.api</code> is listed under <strong>Import-Pakcage</strong>.<br clear="none">
-<img class="confluence-embedded-image" src="https://cwiki.apache.org/confluence/download/attachments/25198740/CreateServer3.png?version=1&amp;modificationDate=1295303272000&amp;api=v2" data-image-src="/confluence/download/attachments/25198740/CreateServer3.png?version=1&amp;modificationDate=1295303272000&amp;api=v2"><br clear="none" class="atl-forced-newline">
+<img class="confluence-embedded-image" src="developing-a-hello-world-blueprint-application.data/CreateServer3.png" data-image-src="/confluence/download/attachments/25198740/CreateServer3.png?version=1&amp;modificationDate=1295303272000&amp;api=v2"><br clear="none" class="atl-forced-newline">
 <br clear="none" class="atl-forced-newline"></li></ol>
 
 
 <h1 id="DevelopingaHelloWorldBlueprintapplication-Creatingtheclienttoconsumetheservices">Creating the client to consume the services</h1>
 <ol><li>Right-click the project <code>com.sample.blueprint.helloworld.client</code> and create a new class as shown in the figure.<br clear="none">
-<img class="confluence-embedded-image" src="https://cwiki.apache.org/confluence/download/attachments/25198740/CreateClient.png?version=1&amp;modificationDate=1295303223000&amp;api=v2" data-image-src="/confluence/download/attachments/25198740/CreateClient.png?version=1&amp;modificationDate=1295303223000&amp;api=v2"><br clear="none" class="atl-forced-newline">
+<img class="confluence-embedded-image" src="developing-a-hello-world-blueprint-application.data/CreateClient.png" data-image-src="/confluence/download/attachments/25198740/CreateClient.png?version=1&amp;modificationDate=1295303223000&amp;api=v2"><br clear="none" class="atl-forced-newline">
 <br clear="none" class="atl-forced-newline"></li><li>Name the class as <strong>HelloWorldClient</strong> and click <strong>Finish</strong>.<br clear="none">
-<img class="confluence-embedded-image" src="https://cwiki.apache.org/confluence/download/attachments/25198740/CreateClient2.png?version=1&amp;modificationDate=1295303222000&amp;api=v2" data-image-src="/confluence/download/attachments/25198740/CreateClient2.png?version=1&amp;modificationDate=1295303222000&amp;api=v2"><br clear="none" class="atl-forced-newline">
+<img class="confluence-embedded-image" src="developing-a-hello-world-blueprint-application.data/CreateClient2.png" data-image-src="/confluence/download/attachments/25198740/CreateClient2.png?version=1&amp;modificationDate=1295303222000&amp;api=v2"><br clear="none" class="atl-forced-newline">
 <br clear="none" class="atl-forced-newline"></li><li>Modify the code of <code>HelloWorldClient</code> as follows.<br clear="none" class="atl-forced-newline">
 <div class="code panel pdl" style="border-width: 1px;"><div class="codeHeader panelHeader pdl" style="border-bottom-width: 1px;"><b>HelloWorldClient.java</b></div><div class="codeContent panelContent pdl">
 <script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
@@ -266,15 +266,15 @@ public class HelloWorldClient {
 &lt;/blueprint&gt;
 ]]></script>
 </div></div></li><li>Modify <code>META-INF\MANIFEST.MF</code> and make sure <code>com.sample.blueprint.helloworld.api</code> is listed under <strong>Import-Pakcage</strong>.<br clear="none">
-<img class="confluence-embedded-image" src="https://cwiki.apache.org/confluence/download/attachments/25198740/CreateClient3.png?version=1&amp;modificationDate=1295303250000&amp;api=v2" data-image-src="/confluence/download/attachments/25198740/CreateClient3.png?version=1&amp;modificationDate=1295303250000&amp;api=v2"><br clear="none" class="atl-forced-newline">
+<img class="confluence-embedded-image" src="developing-a-hello-world-blueprint-application.data/CreateClient3.png" data-image-src="/confluence/download/attachments/25198740/CreateClient3.png?version=1&amp;modificationDate=1295303250000&amp;api=v2"><br clear="none" class="atl-forced-newline">
 <br clear="none" class="atl-forced-newline"></li></ol>
 
 
 <h1 id="DevelopingaHelloWorldBlueprintapplication-Runanddeploy">Run and deploy</h1>
 <ol><li>Deploy the <strong>HelloWorld</strong> project on the server.<br clear="none">
-<img class="confluence-embedded-image" src="https://cwiki.apache.org/confluence/download/attachments/25198740/Deploy.png?version=1&amp;modificationDate=1295303272000&amp;api=v2" data-image-src="/confluence/download/attachments/25198740/Deploy.png?version=1&amp;modificationDate=1295303272000&amp;api=v2"><br clear="none" class="atl-forced-newline">
+<img class="confluence-embedded-image" src="developing-a-hello-world-blueprint-application.data/Deploy.png" data-image-src="/confluence/download/attachments/25198740/Deploy.png?version=1&amp;modificationDate=1295303272000&amp;api=v2"><br clear="none" class="atl-forced-newline">
 <br clear="none" class="atl-forced-newline"></li><li>Check the console of the server, the messages displays as each bundles initialized sequentially.<br clear="none">
-<img class="confluence-embedded-image" src="https://cwiki.apache.org/confluence/download/attachments/25198740/Deploy2.png?version=1&amp;modificationDate=1295303281000&amp;api=v2" data-image-src="/confluence/download/attachments/25198740/Deploy2.png?version=1&amp;modificationDate=1295303281000&amp;api=v2"><br clear="none" class="atl-forced-newline"></li></ol></div>
+<img class="confluence-embedded-image" src="developing-a-hello-world-blueprint-application.data/Deploy2.png" data-image-src="/confluence/download/attachments/25198740/Deploy2.png?version=1&amp;modificationDate=1295303281000&amp;api=v2"><br clear="none" class="atl-forced-newline"></li></ol></div>
         </div>
 
               </div>

Modified: websites/production/geronimo/content/GMOxDOC30/developing-a-hello-world-web-application.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/developing-a-hello-world-web-application.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/developing-a-hello-world-web-application.html Thu Apr  9 18:54:52 2015
@@ -143,11 +143,11 @@ table.ScrollbarTable td.ScrollbarNextIco
 
 <p>Details on installing eclipse are provided in the <a shape="rect" href="development-environment.html">Development environment</a> section. This tutorial is organized in the following sections:</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1428540713112 {padding: 0px;}
-div.rbtoc1428540713112 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1428540713112 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1428605529248 {padding: 0px;}
+div.rbtoc1428605529248 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1428605529248 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1428540713112">
+/*]]>*/</style><div class="toc-macro rbtoc1428605529248">
 <ul class="toc-indentation"><li><a shape="rect" href="#DevelopingaHelloWorldWebapplication-CreatingadynamicWebprojectusingEclipse">Creating a dynamic Web project using Eclipse</a></li><li><a shape="rect" href="#DevelopingaHelloWorldWebapplication-AddingaJSPtotheproject">Adding a JSP to the project</a></li><li><a shape="rect" href="#DevelopingaHelloWorldWebapplication-Makinghellp.jspthewelcomefile">Making hellp.jsp the welcome file</a></li><li><a shape="rect" href="#DevelopingaHelloWorldWebapplication-Runanddeploy">Run and deploy</a></li></ul>
 </div>
 

Modified: websites/production/geronimo/content/GMOxDOC30/developing-a-jax-ws-ejb-stateless-session-bean-web-service.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/developing-a-jax-ws-ejb-stateless-session-bean-web-service.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/developing-a-jax-ws-ejb-stateless-session-bean-web-service.html Thu Apr  9 18:54:52 2015
@@ -157,11 +157,11 @@ You can refer to <a shape="rect" href="d
 <p>Details on installing eclipse are provided in the <a shape="rect" href="development-environment.html">Development environment</a> section. This tutorial will take you through the following steps:</p>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1428583908661 {padding: 0px;}
-div.rbtoc1428583908661 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1428583908661 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1428605522008 {padding: 0px;}
+div.rbtoc1428605522008 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1428605522008 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1428583908661">
+/*]]>*/</style><div class="toc-macro rbtoc1428605522008">
 <ul class="toc-indentation"><li><a shape="rect" href="#DevelopingaJAX-WSEJBStatelessSessionBeanWebService-SettingUpEclipseforApplicationDevelopment">Setting Up Eclipse for Application Development</a></li><li><a shape="rect" href="#DevelopingaJAX-WSEJBStatelessSessionBeanWebService-CreatingtheWebServicesImplementationcode">Creating the Web Services Implementation code</a></li><li><a shape="rect" href="#DevelopingaJAX-WSEJBStatelessSessionBeanWebService-SettingUptheDeploymentDescriptorandDeploymentPlan">Setting Up the Deployment Descriptor and Deployment Plan</a></li><li><a shape="rect" href="#DevelopingaJAX-WSEJBStatelessSessionBeanWebService-DeployandTesttheWebService">Deploy and Test the Web Service</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#DevelopingaJAX-WSEJBStatelessSessionBeanWebService-Deploy">Deploy</a></li><li><a shape="rect" href="#DevelopingaJAX-WSEJBStatelessSessionBeanWebService-Testing">Testing</a></li></ul>
 </li></ul>

Modified: websites/production/geronimo/content/GMOxDOC30/developing-a-jax-ws-pojo-web-service.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/developing-a-jax-ws-pojo-web-service.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/developing-a-jax-ws-pojo-web-service.html Thu Apr  9 18:54:52 2015
@@ -160,11 +160,11 @@ table.ScrollbarTable td.ScrollbarNextIco
 
 <p>Details on installing eclipse are provided in the <a shape="rect" href="development-environment.html">Development environment</a> section. This tutorial will take you through the following steps:</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1428583904340 {padding: 0px;}
-div.rbtoc1428583904340 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1428583904340 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1428605520512 {padding: 0px;}
+div.rbtoc1428605520512 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1428605520512 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1428583904340">
+/*]]>*/</style><div class="toc-macro rbtoc1428605520512">
 <ul class="toc-indentation"><li><a shape="rect" href="#DevelopingaJAX-WSPOJOWebService-CreateaDynamicWebProjecttohosttheWebService">Create a Dynamic Web Project to host the Web Service</a></li><li><a shape="rect" href="#DevelopingaJAX-WSPOJOWebService-AddthePOJOInterfaceandClassthatimplementstheWebService">Add the POJO Interface and Class that implements the Web Service</a></li><li><a shape="rect" href="#DevelopingaJAX-WSPOJOWebService-ExposetheWebServiceasaServletinweb.xml">Expose the Web Service as a Servlet in web.xml</a></li><li><a shape="rect" href="#DevelopingaJAX-WSPOJOWebService-DeploytheWebService">Deploy the Web Service</a></li><li><a shape="rect" href="#DevelopingaJAX-WSPOJOWebService-TesttheWebServiceusingEclipseWebServicesExplorer">Test the Web Service using Eclipse Web Services Explorer</a></li></ul>
 </div>
 

Modified: websites/production/geronimo/content/GMOxDOC30/developing-a-simple-calculator-web-service.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/developing-a-simple-calculator-web-service.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/developing-a-simple-calculator-web-service.html Thu Apr  9 18:54:52 2015
@@ -143,11 +143,11 @@ using the Eclipse development environmen
 
 <p>Details on installing eclipse are provided in the <a shape="rect" href="development-environment.html">Development environment</a> section. This tutorial is organized in the following sections:</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1428583911549 {padding: 0px;}
-div.rbtoc1428583911549 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1428583911549 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1428605525710 {padding: 0px;}
+div.rbtoc1428605525710 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1428605525710 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1428583911549">
+/*]]>*/</style><div class="toc-macro rbtoc1428605525710">
 <ul class="toc-indentation"><li><a shape="rect" href="#DevelopingasimpleCalculatorWebservice-SettingEclipseforapplicationdevelopment">Setting Eclipse for application development</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#DevelopingasimpleCalculatorWebservice-CreateaDynamicWebproject">Create a Dynamic Web project</a></li><li><a shape="rect" href="#DevelopingasimpleCalculatorWebservice-Axis2configuration">Axis2 configuration</a></li></ul>
 </li><li><a shape="rect" href="#DevelopingasimpleCalculatorWebservice-CreatingtheWebservicesimplementationcode">Creating the Web services implementation code</a></li><li><a shape="rect" href="#DevelopingasimpleCalculatorWebservice-GeneratingtheWSDLfortheWebservice">Generating the WSDL for the Web service</a></li><li><a shape="rect" href="#DevelopingasimpleCalculatorWebservice-DevelopingaWebclientforCalculator">Developing a Web client for Calculator</a></li><li><a shape="rect" href="#DevelopingasimpleCalculatorWebservice-SettinguptheDeploymentDescriptorandDeploymentPlan">Setting up the Deployment Descriptor and Deployment Plan</a></li><li><a shape="rect" href="#DevelopingasimpleCalculatorWebservice-DeployandRun">Deploy and Run</a></li></ul>

Modified: websites/production/geronimo/content/GMOxDOC30/developing-a-simple-javaserver-faces-application.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/developing-a-simple-javaserver-faces-application.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/developing-a-simple-javaserver-faces-application.html Thu Apr  9 18:54:52 2015
@@ -146,11 +146,11 @@ table.ScrollbarTable td.ScrollbarNextIco
 <p>Details on installing eclipse are provided in the <a shape="rect" href="development-environment.html">Development environment</a> section. This tutorial is organized in the following sections:</p>
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1427893107255 {padding: 0px;}
-div.rbtoc1427893107255 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1427893107255 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1428605538364 {padding: 0px;}
+div.rbtoc1428605538364 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1428605538364 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1427893107255">
+/*]]>*/</style><div class="toc-macro rbtoc1428605538364">
 <ul class="toc-indentation"><li><a shape="rect" href="#DevelopingaSimpleJavaServerFacesapplication-SettingEclipseforapplicationdevelopment">Setting Eclipse for application development</a></li><li><a shape="rect" href="#DevelopingaSimpleJavaServerFacesapplication-DefineandImplementtheapplicationModel(M)">Define and Implement the application Model (M)</a></li><li><a shape="rect" href="#DevelopingaSimpleJavaServerFacesapplication-DefineandimplementModel(M)objectstoController">Define and implement Model (M) objects to Controller</a></li><li><a shape="rect" href="#DevelopingaSimpleJavaServerFacesapplication-DefineandimplementView(V)inapplication">Define and implement View (V) in application</a></li><li><a shape="rect" href="#DevelopingaSimpleJavaServerFacesapplication-DefinetheValidatorComponent">Define the Validator Component</a></li><li><a shape="rect" href="#DevelopingaSimpleJavaServerFacesapplication-DefineandimplementtheViewnavigationbyController(C)">Define and implement the View na
 vigation by Controller (C)</a></li><li><a shape="rect" href="#DevelopingaSimpleJavaServerFacesapplication-DeployandTesttheapplication">Deploy and Test the application</a></li></ul>
 </div>
 <p>Once you have all the prerequisites installed, follow the following steps to create a project with Eclipse.</p>

Modified: websites/production/geronimo/content/GMOxDOC30/developing-a-simple-restful-service.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/developing-a-simple-restful-service.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/developing-a-simple-restful-service.html Thu Apr  9 18:54:52 2015
@@ -143,11 +143,11 @@ table.ScrollbarTable td.ScrollbarNextIco
 
 <p>Details on installing eclipse are provided in the <a shape="rect" href="development-environment.html">Development environment</a> section. This tutorial takes you through the following steps:</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1428583902706 {padding: 0px;}
-div.rbtoc1428583902706 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1428583902706 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1428605516037 {padding: 0px;}
+div.rbtoc1428605516037 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1428605516037 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1428583902706">
+/*]]>*/</style><div class="toc-macro rbtoc1428605516037">
 <ul class="toc-indentation"><li><a shape="rect" href="#DevelopingasimpleRESTfulService-ConfiguringJAX-WSEngine">Configuring JAX-WS Engine</a></li><li><a shape="rect" href="#DevelopingasimpleRESTfulService-SettingUpanEclipseproject">Setting Up an Eclipse project</a></li><li><a shape="rect" href="#DevelopingasimpleRESTfulService-CreatingtheWebServicesImplementationcode">Creating the Web Services Implementation code</a></li><li><a shape="rect" href="#DevelopingasimpleRESTfulService-SettingUptheDeploymentDescriptorandDeploymentPlan">Setting Up the Deployment Descriptor and Deployment Plan</a></li><li><a shape="rect" href="#DevelopingasimpleRESTfulService-DeployandTesttheWebService">Deploy and Test the Web Service</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#DevelopingasimpleRESTfulService-Deploy">Deploy</a></li><li><a shape="rect" href="#DevelopingasimpleRESTfulService-Test">Test</a></li></ul>
 </li></ul>

Modified: websites/production/geronimo/content/GMOxDOC30/developing-and-deploying-a-geronimo-gbean.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/developing-and-deploying-a-geronimo-gbean.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/developing-and-deploying-a-geronimo-gbean.html Thu Apr  9 18:54:52 2015
@@ -124,14 +124,14 @@ table.ScrollbarTable td.ScrollbarParent
 table.ScrollbarTable td.ScrollbarNextName {text-align: right;border: none;}
 table.ScrollbarTable td.ScrollbarNextIcon {text-align: center;width: 16px;border: none;}
 
-/*]]>*/</style><div class="Scrollbar"><table class="ScrollbarTable"><tr><td colspan="1" rowspan="1" class="ScrollbarPrevName" width="33%">&#160;</td><td colspan="1" rowspan="1" class="ScrollbarParent" width="33%"><sup><a shape="rect" href="gbeans.html"><img align="middle" border="0" src="https://cwiki.apache.org/confluence/images/icons/up_16.gif" width="8" height="8"></a></sup><a shape="rect" href="gbeans.html">GBeans</a></td><td colspan="1" rowspan="1" class="ScrollbarNextName" width="33%">&#160;<a shape="rect" href="gbean-annotations.html">GBean Annotations</a></td><td colspan="1" rowspan="1" class="ScrollbarNextIcon"><a shape="rect" href="gbean-annotations.html"><img align="middle" border="0" src="https://cwiki.apache.org/confluence/images/icons/forwd_16.gif" width="16" height="16"></a></td></tr></table></div>
+/*]]>*/</style><div class="Scrollbar"><table class="ScrollbarTable"><tr><td colspan="1" rowspan="1" class="ScrollbarPrevName" width="33%">&#160;</td><td colspan="1" rowspan="1" class="ScrollbarParent" width="33%"><sup><a shape="rect" href="gbeans.html"><img align="middle" border="0" src="/images/confluence/icons/up_16.gif" width="8" height="8"></a></sup><a shape="rect" href="gbeans.html">GBeans</a></td><td colspan="1" rowspan="1" class="ScrollbarNextName" width="33%">&#160;<a shape="rect" href="gbean-annotations.html">GBean Annotations</a></td><td colspan="1" rowspan="1" class="ScrollbarNextIcon"><a shape="rect" href="gbean-annotations.html"><img align="middle" border="0" src="/images/confluence/icons/forwd_16.gif" width="16" height="16"></a></td></tr></table></div>
 <p>Geronimo is a system framework that can be used to build a variety of tailored infrastructure services, with <strong>GBean</strong> providing it with a loosely-coupled and configurable runtime environments. GBean is an implementation of Inversion of Control (IoC), or the dependency injection, which allows the automatic injection of references as they become available. This tutorial is organized as follows:</p>
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1413831486201 {padding: 0px;}
-div.rbtoc1413831486201 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1413831486201 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1428605597610 {padding: 0px;}
+div.rbtoc1428605597610 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1428605597610 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1413831486201">
+/*]]>*/</style><div class="toc-macro rbtoc1428605597610">
 <ul class="toc-indentation"><li><a shape="rect" href="#DevelopingandDeployingaGeronimoGBean-GeronimoKernelandGBean">Geronimo Kernel and GBean</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#DevelopingandDeployingaGeronimoGBean-Geronimokernel">Geronimo kernel</a></li><li><a shape="rect" href="#DevelopingandDeployingaGeronimoGBean-GBeans">GBeans</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#DevelopingandDeployingaGeronimoGBean-GBeanLifecycle">GBean Lifecycle</a></li><li><a shape="rect" href="#DevelopingandDeployingaGeronimoGBean-GBeanmethods">GBean methods</a></li></ul>

Modified: websites/production/geronimo/content/GMOxDOC30/developing-aries-applications.html
==============================================================================
--- websites/production/geronimo/content/GMOxDOC30/developing-aries-applications.html (original)
+++ websites/production/geronimo/content/GMOxDOC30/developing-aries-applications.html Thu Apr  9 18:54:52 2015
@@ -124,7 +124,7 @@ table.ScrollbarTable td.ScrollbarParent
 table.ScrollbarTable td.ScrollbarNextName {text-align: right;border: none;}
 table.ScrollbarTable td.ScrollbarNextIcon {text-align: center;width: 16px;border: none;}
 
-/*]]>*/</style><div class="Scrollbar"><table class="ScrollbarTable"><tr><td colspan="1" rowspan="1" class="ScrollbarPrevIcon"><a shape="rect" href="developing-application-clients.html"><img align="middle" border="0" src="https://cwiki.apache.org/confluence/images/icons/back_16.gif" width="16" height="16"></a></td><td colspan="1" rowspan="1" class="ScrollbarPrevName" width="33%"><a shape="rect" href="developing-application-clients.html">Developing application clients</a>&#160;</td><td colspan="1" rowspan="1" class="ScrollbarParent" width="33%"><sup><a shape="rect" href="tutorials.html"><img align="middle" border="0" src="https://cwiki.apache.org/confluence/images/icons/up_16.gif" width="8" height="8"></a></sup><a shape="rect" href="tutorials.html">Tutorials</a></td><td colspan="1" rowspan="1" class="ScrollbarNextName" width="33%">&#160;<a shape="rect" href="developing-ejb-applications.html">Developing EJB applications</a></td><td colspan="1" rowspan="1" class="ScrollbarNextIcon"><a s
 hape="rect" href="developing-ejb-applications.html"><img align="middle" border="0" src="https://cwiki.apache.org/confluence/images/icons/forwd_16.gif" width="16" height="16"></a></td></tr></table></div>
+/*]]>*/</style><div class="Scrollbar"><table class="ScrollbarTable"><tr><td colspan="1" rowspan="1" class="ScrollbarPrevIcon"><a shape="rect" href="developing-application-clients.html"><img align="middle" border="0" src="/images/confluence/icons/back_16.gif" width="16" height="16"></a></td><td colspan="1" rowspan="1" class="ScrollbarPrevName" width="33%"><a shape="rect" href="developing-application-clients.html">Developing application clients</a>&#160;</td><td colspan="1" rowspan="1" class="ScrollbarParent" width="33%"><sup><a shape="rect" href="tutorials.html"><img align="middle" border="0" src="/images/confluence/icons/up_16.gif" width="8" height="8"></a></sup><a shape="rect" href="tutorials.html">Tutorials</a></td><td colspan="1" rowspan="1" class="ScrollbarNextName" width="33%">&#160;<a shape="rect" href="developing-ejb-applications.html">Developing EJB applications</a></td><td colspan="1" rowspan="1" class="ScrollbarNextIcon"><a shape="rect" href="developing-ejb-applications.ht
 ml"><img align="middle" border="0" src="/images/confluence/icons/forwd_16.gif" width="16" height="16"></a></td></tr></table></div>
 
 <p>The following tutorials walk you through creating and configuring Aries applications with Geronimo and Eclipse.</p>