[jbpm-commits] JBoss JBPM SVN: r2866 - in jbpm3/branches/jbpm-3.3.0.GA/modules/userguide/src/main/docbook/en: modules and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Nov 10 14:46:29 EST 2008


Author: thomas.diesler at jboss.com
Date: 2008-11-10 14:46:29 -0500 (Mon, 10 Nov 2008)
New Revision: 2866

Removed:
   jbpm3/branches/jbpm-3.3.0.GA/modules/userguide/src/main/docbook/en/modules/ws.xml
Modified:
   jbpm3/branches/jbpm-3.3.0.GA/modules/userguide/src/main/docbook/en/master.xml
   jbpm3/branches/jbpm-3.3.0.GA/modules/userguide/src/main/docbook/en/modules/gettingstarted.xml
Log:
Remove WS section from docbook. Align docs with installer name: jbpm-3.3.0.GA-installer.jar

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/userguide/src/main/docbook/en/master.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/userguide/src/main/docbook/en/master.xml	2008-11-10 18:53:56 UTC (rev 2865)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/userguide/src/main/docbook/en/master.xml	2008-11-10 19:46:29 UTC (rev 2866)
@@ -16,7 +16,6 @@
 <!ENTITY async SYSTEM "modules/async.xml">
 <!ENTITY calendar SYSTEM "modules/calendar.xml">
 <!ENTITY mail SYSTEM "modules/mail.xml">
-<!ENTITY ws SYSTEM "modules/ws.xml">
 <!ENTITY logging SYSTEM "modules/logging.xml">
 <!ENTITY jpdl SYSTEM "modules/jpdl.xml">
 <!ENTITY security SYSTEM "modules/security.xml">

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/userguide/src/main/docbook/en/modules/gettingstarted.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/userguide/src/main/docbook/en/modules/gettingstarted.xml	2008-11-10 18:53:56 UTC (rev 2865)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/userguide/src/main/docbook/en/modules/gettingstarted.xml	2008-11-10 19:46:29 UTC (rev 2866)
@@ -10,14 +10,14 @@
     the <ulink url="http://sourceforge.net/project/showfiles.php?group_id=70542&amp;package_id=145174">jBPM jPDL 3 
     package on Sourceforge.net</ulink> and download the latest installer.
     </para>
-    <para id="jbpm-jpdl-{version}-installer.jar"><emphasis role="bold">The jPDL installer</emphasis> 
+    <para id="jbpm-{version}-installer.jar"><emphasis role="bold">The jBPM installer</emphasis> 
     creates a runtime installation and it can also download and install the 
     eclipse designer and a jboss server.  You can use jBPM also without application server, but all of 
     these components are preconfigured to interoperate out-of-the-box to get you started with jBPM quickly.
     To launch the installer, open a command line and go to the directory where you downloaded it.
     Then type: 
     </para>
-    <programlisting>java -jar jbpm-jpdl-{version}-installer.jar</programlisting>
+    <programlisting>java -jar jbpm-{version}-installer.jar</programlisting>
     <para>
     Step through the instructions.  Any supported version of JBoss and the exact version 
     of eclipse can optionally be downloaded by the installer.

Deleted: jbpm3/branches/jbpm-3.3.0.GA/modules/userguide/src/main/docbook/en/modules/ws.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/userguide/src/main/docbook/en/modules/ws.xml	2008-11-10 18:53:56 UTC (rev 2865)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/userguide/src/main/docbook/en/modules/ws.xml	2008-11-10 19:46:29 UTC (rev 2866)
@@ -1,41 +0,0 @@
-<chapter id="ws">
-  <title>Web Services Support</title>
-  
-  <para>This chapter describes the out-of-the-box web services support in jBPM jPDL.
-  </para> 
-
-  <section id="wsproduction">
-    <title>Invoke jPDL Web Services</title>
-    
-    <para>There is a WS subproject in jPDL. The aim of this subproject is to enable
-    the jPDL engine to be called as a web service. The current implementation enables
-    you to start process instances from the definition and to provide the trigger
-    to running instances to continue their execution. It is not (yet) very sophisticated
-    but it can serve as a starting point from which you can start to implement more 
-    advanced uses.
-    </para>
-    <para>Stay tuned as there is probably more to come with respect to web services.
-    </para>
-
-    <section id="wsdeployment">
-      <title>Deployment</title>
-      <para>Currently, there is no deployable artefact included in the distribution.
-      Luckily it is very simple to build it yourself. Checkout the jbpm.3 codebase from the 
-      jbpm repository, navigate into the jpdl/ws subfolder and invoke ant to build it. You 
-      will find the jbpm-jpdl-ws.war artefact in the target subfolder. With JBoss AS it is as
-      simple as dropping this file in the deploy folder of your server instance. You will need
-      to endorse some libraries if you are running Java 6. For more information look at 
-      http://jbws.dyndns.org/mediawiki/index.php?title=Install_JBossWS.
-      </para>
-    </section>
-    
-    <section id="wstest">
-      <title>Testing the deployment</title>
-      <para>Once the web services module is deployed correctly you can test it with a tool
-      such as SoapUI. Import the generated WSDL, send some messages and see what happens.
-      </para>
-    </section>
-    
-  </section>
-    
-</chapter>
\ No newline at end of file




More information about the jbpm-commits mailing list