Author: chirino
Date: Thu Sep 14 17:13:11 2006
New Revision: 443531

URL: http://svn.apache.org/viewvc?view=rev&rev=443531
Log:
Latest export from confluence

Modified:
    incubator/servicemix/site/sm30ug/1-quick-start.html

Modified: incubator/servicemix/site/sm30ug/1-quick-start.html
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/site/sm30ug/1-quick-start.html?view=diff&rev=443531&r1=443530&r2=443531
==============================================================================
--- incubator/servicemix/site/sm30ug/1-quick-start.html (original)
+++ incubator/servicemix/site/sm30ug/1-quick-start.html Thu Sep 14 17:13:11 2006
@@ -45,7 +45,7 @@
 
 <H2><A name="1.Quickstart-Background"></A>Background</H2>
 
-<P>Apache ServiceMix is a JBI implementation that is completely opensource and 
under the Apache License. ServiceMix v3.0 is the first official release of the 
JBI container by the Apache Software Foundation.</P>
+<P>Apache ServiceMix is a JBI (Jave Business Integration, JSR 208) 
implementation that is completely opensource and under the Apache License. 
ServiceMix v3.0 is the first official release of the JBI container by the 
Apache Software Foundation.</P>
 
 <P><A href="#1.Quickstart-top" title="top on 1. Quick start">top</A></P>
 
@@ -59,8 +59,7 @@
 
 <H4><A name="1.Quickstart-J2SE1.5"></A>J2SE 1.5</H4>
 
-<P>ServiceMix requires a Java 5 environment to run.<BR>
-Refer to the following URL for details on how to download and install J2SE 
1.5: <SPAN class="nobr"><A href="http://java.sun.com/"; title="Visit page 
outside Confluence" rel="nofollow">http://java.sun.com<SUP><IMG 
class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif"; 
height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN>.</P>
+<P>ServiceMix requires a Java 5 environment to run. Refer to <SPAN 
class="nobr"><A href="http://java.sun.com/"; title="Visit page outside 
Confluence" rel="nofollow">http://java.sun.com<SUP><IMG class="rendericon" 
src="http://goopen.org/confluence/images/icons/linkext7.gif"; height="0" 
width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN> for details on 
how to download and install J2SE 1.5.</P>
 
 <H3><A name="1.Quickstart-Downloadbinaries"></A>Download binaries</H3>
 
@@ -68,7 +67,7 @@
 
 <P><SPAN class="nobr"><A 
href="http://incubator.apache.org/servicemix/download.html"; title="Visit page 
outside Confluence" 
rel="nofollow">http://incubator.apache.org/servicemix/download.html<SUP><IMG 
class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif"; 
height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></P>
 
-<P>Select the file compression format compatible with your system (zip, 
tar.gz) by clicking directly on the link, download it and expand the binary to 
your hard drive in a new directory. For example in <TT>z:/servicemix</TT>, from 
now on this directory will be referenced as &lt;servicemix_home&gt;.</P>
+<P>Select the file compression format compatible with your system (zip, 
tar.gz) by clicking directly on the link, download it and expand the binary to 
your hard drive in a new directory; for example in <TT>z:\servicemix</TT> &#45; 
from now on this directory will be referenced as &lt;servicemix_home&gt;.</P>
 
 <P>The installation of Apache ServiceMix is as simple as uncompressing the 
.zip or .tar files. The next step is to start the server.</P>
 
@@ -76,8 +75,7 @@
 
 <H2><A name="1.Quickstart-Starttheserver"></A>Start the server</H2>
 
-<P>With Apache ServiceMix already installed, open a command line console and 
change directory to <B>&lt;servicemix_home&gt;</B>.<BR>
-To start the server, run the following command:</P>
+<P>With Apache ServiceMix already installed, open a command line console and 
change directory to <B>&lt;servicemix_home&gt;</B>. To start the server, run 
the following command:</P>
 <DIV class="code"><DIV class="codeContent">
 <PRE class="code-java">bin/servicemix</PRE>
 </DIV></DIV>
@@ -101,7 +99,7 @@
 
 <P>While you will lear in the remaining of this guide how to create and 
package a JBI application, we will just use a pre-built packaging for now.</P>
 
-<P>Open another command line console in the <B>&lt;servicemix_home&gt;</B> 
directory and run the following commands.</P>
+<P>Open another command line console in the <B>&lt;servicemix_home&gt;</B> 
directory and run the following commands (here, Linux syntax is used; in 
Windows do use <EM>copy</EM> instead of <EM>cp</EM> and backslash instead of 
slash as path deliminator).</P>
 <DIV class="code"><DIV class="codeContent">
 <PRE class="code-java">cp components/servicemix-shared-*.zip install
 cp components/servicemix-http-*.zip install
@@ -112,7 +110,7 @@
 <UL>
        <LI>install the servicemix-shared Shared Library</LI>
        <LI>install the servicemix-http and servicemix-jsr181 JBI 
components</LI>
-       <LI>deploy a JBI Service Assembly which expose a service over 
HTTP/SOAP</LI>
+       <LI>deploy a JBI Service Assembly which exposes a service over 
HTTP/SOAP</LI>
 </UL>
 
 
@@ -150,7 +148,7 @@
 
 <H2><A name="1.Quickstart-Summary"></A>Summary</H2>
 
-<P>This article showed you how simple is to have Apache Servicemix up and 
running. The overall time for getting the server running should be less than 
five minutes if you have the prerequisite (Java 1.5) already installed. 
Additionally, this article also showed you how to deploy and test a simple Web 
Service in less than five minutes.</P>
+<P>This article showed you how simple it is to have Apache Servicemix up and 
running. The overall time for getting the server running should be less than 
five minutes if you have the prerequisite (Java 1.5) already installed. 
Additionally, this article also showed you how to deploy and test a simple Web 
Service in less than five minutes.</P>
 
 <P><A href="#1.Quickstart-top" title="top on 1. Quick start">top</A></P>
 <STYLE type="text/css">/*<![CDATA[*/
@@ -170,9 +168,35 @@
     </DIV>
     <DIV id="site-footer">
           Added by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet";>Guillaume
 Nodet</A>,
-    last edited by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet";>Guillaume
 Nodet</A> on Sep 08, 2006
-                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=13487&originalId=13545";>view
 change</A>)
-              
+    last edited by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=georg_dembowski";>Georg
 Dembowski</A> on Sep 14, 2006
+                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=13487&originalId=13650";>view
 change</A>)
+                      <SPAN id="show" class="inline-control-link"><A href="" 
onclick="showComment(); return false;">show comment</A></SPAN>
+        <SPAN id="hide" class="inline-control-link" style="display:none;"><A 
href="" onclick="hideComment(); return false;">hide comment</A></SPAN>
+          <DIV id="versionComment" class="noteMacro" style="display:none; 
padding: 5px;">
+      <B>Comment:</B>
+      formatting, shortening of some formulation, some minor additions<BR>
+      <SPAN class="smalltext"><A 
href="http://goopen.org/confluence/pages/viewpreviouspageversions.action?pageId=13487";>View
 page history</A></SPAN>
+  </DIV>
+
+    <SCRIPT>
+      var show = document.getElementById('show');
+      var hide = document.getElementById('hide');
+      var versionComment = document.getElementById('versionComment');
+
+      function showComment(){
+        show.style.display = 'none';
+        hide.style.display = 'inline';
+        versionComment.style.display = 'block';
+      }
+
+      function hideComment(){
+        show.style.display = 'inline';
+        hide.style.display = 'none';
+        versionComment.style.display = 'none';
+      }
+
+    </SCRIPT>
+    
       (<A 
href="http://goopen.org/confluence/pages/editpage.action?pageId=13487";>edit 
page</A>)
     </DIV>
 


Reply via email to