[jboss-svn-commits] JBL Code SVN: r7365 - labs/jbosstm/trunk/XTS/demo/docs
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Nov 3 10:32:39 EST 2006
Author: kevin.conner at jboss.com
Date: 2006-11-03 10:32:36 -0500 (Fri, 03 Nov 2006)
New Revision: 7365
Modified:
labs/jbosstm/trunk/XTS/demo/docs/about.xml
labs/jbosstm/trunk/XTS/demo/docs/deploying.xml
labs/jbosstm/trunk/XTS/demo/docs/index.xml
labs/jbosstm/trunk/XTS/demo/docs/installcontent.xml
labs/jbosstm/trunk/XTS/demo/docs/sourcecode.xml
labs/jbosstm/trunk/XTS/demo/docs/wherenext.xml
Log:
Updated to reflect JBoss application server and JBossTS version: JBTM-115
Modified: labs/jbosstm/trunk/XTS/demo/docs/about.xml
===================================================================
--- labs/jbosstm/trunk/XTS/demo/docs/about.xml 2006-11-03 15:06:07 UTC (rev 7364)
+++ labs/jbosstm/trunk/XTS/demo/docs/about.xml 2006-11-03 15:32:36 UTC (rev 7365)
@@ -36,7 +36,7 @@
<html>
<p>
The sample application features some simple transactional Web services, a client application, deployment metadata files and a build script.
- The application is designed to introduce some of the key features of the XML Transaction component of ATS 4.1 and help you get started with writing your own transactional Web services applications.
+ The application is designed to introduce some of the key features of the XML Transaction component of JBossTS 4.2.2 and help you get started with writing your own transactional Web services applications.
</p>
<p>
The application is based around a simple booking scenario. The services provide the ability to transactionally reserve resources,
Modified: labs/jbosstm/trunk/XTS/demo/docs/deploying.xml
===================================================================
--- labs/jbosstm/trunk/XTS/demo/docs/deploying.xml 2006-11-03 15:06:07 UTC (rev 7364)
+++ labs/jbosstm/trunk/XTS/demo/docs/deploying.xml 2006-11-03 15:32:36 UTC (rev 7365)
@@ -41,6 +41,20 @@
To proceed, you will need to install ant (<a class="linkscoloured" href="http://ant.apache.org/" target="_blank">http://ant.apache.org/</a>) to take advantage of the supplied build file. Version 1.6.1 or later of ant is recommended for this application. The application may not function correctly with versions prior to 1.5.
</p>
<p>
+ Deploying into JBoss.
+ </p>
+ <p>
+ This release has been tested against JBoss 4.0.3SP1, 4.0.4GA and 4.0.5GA.
+ </p>
+ <ol>
+ <li><p>Install JBoss.</p>
+ </li>
+ <li><p>Edit the <code><xts-home>/demo/jboss.properties</code> file, replacing the <code>JBOSS_HOSTNAME</code>, <code>JBOSS_PORT</code>, <code>JBOSS_URLSTUB</code>, <code>JBOSS_DEPLOY_DIR</code> and <code>JBOSS_HOME</code> variables to reflect the location of your JBoss installation</p></li>
+ <li><p>Compile the application source, build the application archive file and deploy it into JBoss deploy directory by typing '<code>build.sh jboss clean deploy</code>' on Unix or '<code>build.bat jboss clean deploy</code>' on Windows</p></li>
+ <li><p>Run the application server by using the run.sh or run.bat command.</p></li>
+ <li><p>Invoke the demo client by browsing the URL (e.g.): <code>http://hostname:port/xts-demo/</code></p></li>
+ </ol>
+ <p>
Deploying into webMethods.
</p>
<p>
@@ -53,7 +67,6 @@
<li><p>Install webMethods.</p>
</li>
<li><p>Edit the <code><xts-home>/demo/webmethods.properties</code> file, replacing the <code>WEBMETHODS_HOSTNAME</code>, <code>WEBMETHODS_PORT</code>, <code>WEBMETHODS_URLSTUB</code>, <code>WEBMETHODS_DEPLOY_DIR</code> and <code>WEBMETHODS_HOME</code> variables to reflect the location of your webMethods installation</p></li>
- <p><b>Note</b>: You will not have to do this part if you chose to initialise this information during install.</p>
<li><p>Compile the application source, build the application archive file and deploy it into webMethods deploy directory by typing '<code>build.sh webmethods clean deploy</code>' on Unix or '<code>build.bat webmethods clean deploy</code>' on Windows</p></li>
<li><p>Run the application from the deploy directory by using the webMethods runapp command.</p></li>
<li><p>Invoke the demo client by browsing the URL (e.g.): <code>http://hostname:port/xts-demo/</code></p></li>
Modified: labs/jbosstm/trunk/XTS/demo/docs/index.xml
===================================================================
--- labs/jbosstm/trunk/XTS/demo/docs/index.xml 2006-11-03 15:06:07 UTC (rev 7364)
+++ labs/jbosstm/trunk/XTS/demo/docs/index.xml 2006-11-03 15:32:36 UTC (rev 7365)
@@ -33,7 +33,7 @@
<area title="Introduction">
<html>
<p>
- Welcome to the "Night Out" sample application for the XML Transaction component of ATS 4.1.
+ Welcome to the "Night Out" sample application for the XML Transaction component of JBossTS 4.2.2.
</p>
<p>
This documentation will help you get started with using the JBossTS Web services transactioning product.
Modified: labs/jbosstm/trunk/XTS/demo/docs/installcontent.xml
===================================================================
--- labs/jbosstm/trunk/XTS/demo/docs/installcontent.xml 2006-11-03 15:06:07 UTC (rev 7364)
+++ labs/jbosstm/trunk/XTS/demo/docs/installcontent.xml 2006-11-03 15:32:36 UTC (rev 7365)
@@ -34,7 +34,7 @@
<area title="Installation Content">
<html>
<p>
- The installer should have installed the following directories under <ats 4.1 install>/wst directory:
+ The installer should have installed the following directories under <jbosst 4.2.2 install>/wst directory:
<ul>
<p>conf: product configuration files.</p>
<p>coordinator: an application independent version of the transaction coordinator.</p>
@@ -46,10 +46,10 @@
</p>
<p>
In addition, you will require a Web services platform on which to deploy and run the product.
- This release of the XML Transaction component of ATS 4.1 is designed to run within webMethods.
+ This release of the XML Transaction component of JBossTS 4.2.2 is designed to run within JBoss and webMethods.
</p>
<p>
- This release has been tested on webMethods 5.0.2.
+ This release has been tested on JBoss 4.0.3SP1, 4.0.4GA, 4.0.5GA and webMethods 5.0.2.
</p>
<p>
To compile, deploy and run the sample application we also recommend using java SDK 1.4.2 and Apache ant 1.6.1 or later.
Modified: labs/jbosstm/trunk/XTS/demo/docs/sourcecode.xml
===================================================================
--- labs/jbosstm/trunk/XTS/demo/docs/sourcecode.xml 2006-11-03 15:06:07 UTC (rev 7364)
+++ labs/jbosstm/trunk/XTS/demo/docs/sourcecode.xml 2006-11-03 15:32:36 UTC (rev 7365)
@@ -35,7 +35,7 @@
<area title="Source code overview">
<html>
<p>
- You can begin experimenting with the XML Transaction component of ATS 4.1 by editing the sample application source code, which is heavily commented to assist your understanding. The source code can be found in the <ats 4.1 install>/wst/demo/src directory.
+ You can begin experimenting with the XML Transaction component of JBoss 4.2.2 by editing the sample application source code, which is heavily commented to assist your understanding. The source code can be found in the <jbossts 4.2.2 install>/wst/demo/src directory.
</p>
<p>
It is structured as follows:
Modified: labs/jbosstm/trunk/XTS/demo/docs/wherenext.xml
===================================================================
--- labs/jbosstm/trunk/XTS/demo/docs/wherenext.xml 2006-11-03 15:06:07 UTC (rev 7364)
+++ labs/jbosstm/trunk/XTS/demo/docs/wherenext.xml 2006-11-03 15:32:36 UTC (rev 7365)
@@ -34,7 +34,7 @@
<area title="Where next?">
<html>
<p>
- For further information, please consult the XML Transaction component of ATS 4.1 product documentation set.
+ For further information, please consult the XML Transaction component of JBossTS 4.2.2 product documentation set.
<li><a class="linkscoloured" href="../../docs/Programmers Guide.pdf" target="_blank">Programmers Guide</a> (.pdf)</li>
</p>
<p>
More information about the jboss-svn-commits
mailing list