You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hise-commits@incubator.apache.org by rr...@apache.org on 2010/02/03 17:04:34 UTC

svn commit: r906126 - in /incubator/hise/site: author/src/documentation/content/xdocs/ publish/

Author: rr
Date: Wed Feb  3 17:04:34 2010
New Revision: 906126

URL: http://svn.apache.org/viewvc?rev=906126&view=rev
Log:
Updated to 0.2.0-SNAPSHOT

Modified:
    incubator/hise/site/author/src/documentation/content/xdocs/developer-guide.xhtml
    incubator/hise/site/author/src/documentation/content/xdocs/download.xml
    incubator/hise/site/author/src/documentation/content/xdocs/user-guide.xhtml
    incubator/hise/site/publish/developer-guide.xhtml
    incubator/hise/site/publish/download.html
    incubator/hise/site/publish/user-guide.xhtml

Modified: incubator/hise/site/author/src/documentation/content/xdocs/developer-guide.xhtml
URL: http://svn.apache.org/viewvc/incubator/hise/site/author/src/documentation/content/xdocs/developer-guide.xhtml?rev=906126&r1=906125&r2=906126&view=diff
==============================================================================
--- incubator/hise/site/author/src/documentation/content/xdocs/developer-guide.xhtml (original)
+++ incubator/hise/site/author/src/documentation/content/xdocs/developer-guide.xhtml Wed Feb  3 17:04:34 2010
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Apache HISE Developer Guide</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /></head><body><div class="book" title="Apache HISE Developer Guide"><div class="titlepage"><div><div><h1 class="title"><a id="id3880133"></a>Apache HISE Developer Guide</h1></div><div><p class="releaseinfo">0.1.0-SNAPSHOT</p></div></div><hr /></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="index"><a href="#id3880181">Index</a></span></dt><dt><span class="chapter"><a href="#id3880215">1. Compiling, Running &amp; Testing</a></span></dt></dl></div><div class="index" title="Index"><div class="titlepage"><div><div><h2 class="title"><a id="id3880181"></a>Index</h2></div></div></div><div class="index"></div></div><div class="chapter" title="Chapter 1. Compiling, Running &amp; Testing"><div class="titlepage"><div><div><h2 class=
 "title"><a id="id3880215"></a>Chapter 1. Compiling, Running &amp; Testing</h2></div></div></div><p>
+<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Apache HISE Developer Guide</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /></head><body><div class="book" title="Apache HISE Developer Guide"><div class="titlepage"><div><div><h1 class="title"><a id="id3897473"></a>Apache HISE Developer Guide</h1></div><div><p class="releaseinfo">0.2.0-SNAPSHOT</p></div></div><hr /></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="index"><a href="#id3897521">Index</a></span></dt><dt><span class="chapter"><a href="#id3897555">1. Compiling, Running &amp; Testing</a></span></dt></dl></div><div class="index" title="Index"><div class="titlepage"><div><div><h2 class="title"><a id="id3897521"></a>Index</h2></div></div></div><div class="index"></div></div><div class="chapter" title="Chapter 1. Compiling, Running &amp; Testing"><div class="titlepage"><div><div><h2 class=
 "title"><a id="id3897555"></a>Chapter 1. Compiling, Running &amp; Testing</h2></div></div></div><p>
       A quick introduction to compiling and running:
       </p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p>
             Execute mvn install in hise directory

Modified: incubator/hise/site/author/src/documentation/content/xdocs/download.xml
URL: http://svn.apache.org/viewvc/incubator/hise/site/author/src/documentation/content/xdocs/download.xml?rev=906126&r1=906125&r2=906126&view=diff
==============================================================================
--- incubator/hise/site/author/src/documentation/content/xdocs/download.xml (original)
+++ incubator/hise/site/author/src/documentation/content/xdocs/download.xml Wed Feb  3 17:04:34 2010
@@ -22,8 +22,13 @@
   </header>
   <body>
       <p>
-          You can download SNAPSHOT release from here:<br/>
-          <a href="http://people.apache.org/~rr/apache-hise/">http://people.apache.org/~rr/apache-hise/</a>
+          You can download SNAPSHOT releases from here:<br/>
+          <a href="http://people.apache.org/~rr/apache-hise/">http://people.apache.org/~rr/apache-hise/</a><br/>
+          <br/>
+          <a href="http://people.apache.org/~rr/apache-hise/apache-hise-war-0.2.0-SNAPSHOT.zip">apache-hise-war-0.2.0-SNAPSHOT.zip</a><br/>
+          <a href="http://people.apache.org/~rr/apache-hise/apache-hise-osgi-0.2.0-SNAPSHOT.zip">apache-hise-osgi-0.2.0-SNAPSHOT.zip</a><br/>
+          <br/>
+          <a href="http://people.apache.org/~rr/apache-hise/apache-hise-0.1.0-SNAPSHOT.zip">apache-hise-0.1.0-SNAPSHOT.zip</a><br/>
       </p>
   </body>
 </document>

Modified: incubator/hise/site/author/src/documentation/content/xdocs/user-guide.xhtml
URL: http://svn.apache.org/viewvc/incubator/hise/site/author/src/documentation/content/xdocs/user-guide.xhtml?rev=906126&r1=906125&r2=906126&view=diff
==============================================================================
--- incubator/hise/site/author/src/documentation/content/xdocs/user-guide.xhtml (original)
+++ incubator/hise/site/author/src/documentation/content/xdocs/user-guide.xhtml Wed Feb  3 17:04:34 2010
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Apache HISE User Guide</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /></head><body><div class="book" title="Apache HISE User Guide"><div class="titlepage"><div><div><h1 class="title"><a id="id3382196"></a>Apache HISE User Guide</h1></div><div><p class="releaseinfo">0.1.0-SNAPSHOT</p></div></div><hr /></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="index"><a href="#id3382243">Index</a></span></dt><dt><span class="chapter"><a href="#id3382277">1. Quick Introduction</a></span></dt><dt><span class="chapter"><a href="#id3382424">2. Claims Handling Example</a></span></dt></dl></div><div class="index" title="Index"><div class="titlepage"><div><div><h2 class="title"><a id="id3382243"></a>Index</h2></div></div></div><div class="index"></div></div><div class="chapter" title="Chapter 1. Quick Introductio
 n"><div class="titlepage"><div><div><h2 class="title"><a id="id3382277"></a>Chapter 1. Quick Introduction</h2></div></div></div><p>
+<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Apache HISE User Guide</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /></head><body><div class="book" title="Apache HISE User Guide"><div class="titlepage"><div><div><h1 class="title"><a id="id3503732"></a>Apache HISE User Guide</h1></div><div><p class="releaseinfo">0.2.0-SNAPSHOT</p></div></div><hr /></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="index"><a href="#id3503796">Index</a></span></dt><dt><span class="chapter"><a href="#id3503830">1. Quick Introduction into WAR distibution</a></span></dt><dt><span class="chapter"><a href="#id3503960">2. Intoduction into OSGi distribution</a></span></dt><dt><span class="chapter"><a href="#id3503980">3. Claims Handling Example</a></span></dt></dl></div><div class="index" title="Index"><div class="titlepage"><div><div><h2 class="title"><a id="id3503796"></a>
 Index</h2></div></div></div><div class="index"></div></div><div class="chapter" title="Chapter 1. Quick Introduction into WAR distibution"><div class="titlepage"><div><div><h2 class="title"><a id="id3503830"></a>Chapter 1. Quick Introduction into WAR distibution</h2></div></div></div><p>
       In order to have something running, you need to do following steps:
       </p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p>Download HISE distribution</p></li><li class="listitem"><p>Then you need to unzip HISE WAR contents into your application server directory (like Apache Tomcat). Name it hise.</p></li><li class="listitem"><p>
             Copy example files from examples/claims-approval/* into WEB-INF/classes directory.
@@ -38,7 +38,15 @@
               Additionally, when WS Addressing reply-to field is specified in approve request, 
               HISE will send reply on task completion to a specified address. 
            </p></li></ul></div><p>
-    </p></div><div class="chapter" title="Chapter 2. Claims Handling Example"><div class="titlepage"><div><div><h2 class="title"><a id="id3382424"></a>Chapter 2. Claims Handling Example</h2></div></div></div><p>
+    </p></div><div class="chapter" title="Chapter 2. Intoduction into OSGi distribution"><div class="titlepage"><div><div><h2 class="title"><a id="id3503960"></a>Chapter 2. Intoduction into OSGi distribution</h2></div></div></div><p>
+      HISE OSGi distribution works out of box under Apach ServiceMix 4. 
+      It contains bundles directory with required dependencies. 
+      In order to run it, you need to put those artifacts into SMX4/deploy directory. 
+      Next, you can point your browser to http://localhost:8181/cxf address 
+      and see deployed Web Services.
+    </p><p>
+      This distribution was tested under apache-servicemix-4.1.0-psc-01-00RC1 (FUSE). 
+    </p></div><div class="chapter" title="Chapter 3. Claims Handling Example"><div class="titlepage"><div><div><h2 class="title"><a id="id3503980"></a>Chapter 3. Claims Handling Example</h2></div></div></div><p>
       HISE distribution contains claimsHandling example, which defines a single 
       Human Interaction with one potential owner (Task Operator).
     </p><p>

Modified: incubator/hise/site/publish/developer-guide.xhtml
URL: http://svn.apache.org/viewvc/incubator/hise/site/publish/developer-guide.xhtml?rev=906126&r1=906125&r2=906126&view=diff
==============================================================================
--- incubator/hise/site/publish/developer-guide.xhtml (original)
+++ incubator/hise/site/publish/developer-guide.xhtml Wed Feb  3 17:04:34 2010
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Apache HISE Developer Guide</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /></head><body><div class="book" title="Apache HISE Developer Guide"><div class="titlepage"><div><div><h1 class="title"><a id="id3880133"></a>Apache HISE Developer Guide</h1></div><div><p class="releaseinfo">0.1.0-SNAPSHOT</p></div></div><hr /></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="index"><a href="#id3880181">Index</a></span></dt><dt><span class="chapter"><a href="#id3880215">1. Compiling, Running &amp; Testing</a></span></dt></dl></div><div class="index" title="Index"><div class="titlepage"><div><div><h2 class="title"><a id="id3880181"></a>Index</h2></div></div></div><div class="index"></div></div><div class="chapter" title="Chapter 1. Compiling, Running &amp; Testing"><div class="titlepage"><div><div><h2 class=
 "title"><a id="id3880215"></a>Chapter 1. Compiling, Running &amp; Testing</h2></div></div></div><p>
+<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Apache HISE Developer Guide</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /></head><body><div class="book" title="Apache HISE Developer Guide"><div class="titlepage"><div><div><h1 class="title"><a id="id3897473"></a>Apache HISE Developer Guide</h1></div><div><p class="releaseinfo">0.2.0-SNAPSHOT</p></div></div><hr /></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="index"><a href="#id3897521">Index</a></span></dt><dt><span class="chapter"><a href="#id3897555">1. Compiling, Running &amp; Testing</a></span></dt></dl></div><div class="index" title="Index"><div class="titlepage"><div><div><h2 class="title"><a id="id3897521"></a>Index</h2></div></div></div><div class="index"></div></div><div class="chapter" title="Chapter 1. Compiling, Running &amp; Testing"><div class="titlepage"><div><div><h2 class=
 "title"><a id="id3897555"></a>Chapter 1. Compiling, Running &amp; Testing</h2></div></div></div><p>
       A quick introduction to compiling and running:
       </p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p>
             Execute mvn install in hise directory

Modified: incubator/hise/site/publish/download.html
URL: http://svn.apache.org/viewvc/incubator/hise/site/publish/download.html?rev=906126&r1=906125&r2=906126&view=diff
==============================================================================
--- incubator/hise/site/publish/download.html (original)
+++ incubator/hise/site/publish/download.html Wed Feb  3 17:04:34 2010
@@ -163,9 +163,23 @@
 <h1>Download</h1>
       
 <p>
-          You can download SNAPSHOT release from here:<br>
+          You can download SNAPSHOT releases from here:<br>
           
 <a href="http://people.apache.org/~rr/apache-hise/">http://people.apache.org/~rr/apache-hise/</a>
+<br>
+          
+<br>
+          
+<a href="http://people.apache.org/~rr/apache-hise/apache-hise-war-0.2.0-SNAPSHOT.zip">apache-hise-war-0.2.0-SNAPSHOT.zip</a>
+<br>
+          
+<a href="http://people.apache.org/~rr/apache-hise/apache-hise-osgi-0.2.0-SNAPSHOT.zip">apache-hise-osgi-0.2.0-SNAPSHOT.zip</a>
+<br>
+          
+<br>
+          
+<a href="http://people.apache.org/~rr/apache-hise/apache-hise-0.1.0-SNAPSHOT.zip">apache-hise-0.1.0-SNAPSHOT.zip</a>
+<br>
       
 </p>
   

Modified: incubator/hise/site/publish/user-guide.xhtml
URL: http://svn.apache.org/viewvc/incubator/hise/site/publish/user-guide.xhtml?rev=906126&r1=906125&r2=906126&view=diff
==============================================================================
--- incubator/hise/site/publish/user-guide.xhtml (original)
+++ incubator/hise/site/publish/user-guide.xhtml Wed Feb  3 17:04:34 2010
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Apache HISE User Guide</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /></head><body><div class="book" title="Apache HISE User Guide"><div class="titlepage"><div><div><h1 class="title"><a id="id3382196"></a>Apache HISE User Guide</h1></div><div><p class="releaseinfo">0.1.0-SNAPSHOT</p></div></div><hr /></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="index"><a href="#id3382243">Index</a></span></dt><dt><span class="chapter"><a href="#id3382277">1. Quick Introduction</a></span></dt><dt><span class="chapter"><a href="#id3382424">2. Claims Handling Example</a></span></dt></dl></div><div class="index" title="Index"><div class="titlepage"><div><div><h2 class="title"><a id="id3382243"></a>Index</h2></div></div></div><div class="index"></div></div><div class="chapter" title="Chapter 1. Quick Introductio
 n"><div class="titlepage"><div><div><h2 class="title"><a id="id3382277"></a>Chapter 1. Quick Introduction</h2></div></div></div><p>
+<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Apache HISE User Guide</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /></head><body><div class="book" title="Apache HISE User Guide"><div class="titlepage"><div><div><h1 class="title"><a id="id3503732"></a>Apache HISE User Guide</h1></div><div><p class="releaseinfo">0.2.0-SNAPSHOT</p></div></div><hr /></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="index"><a href="#id3503796">Index</a></span></dt><dt><span class="chapter"><a href="#id3503830">1. Quick Introduction into WAR distibution</a></span></dt><dt><span class="chapter"><a href="#id3503960">2. Intoduction into OSGi distribution</a></span></dt><dt><span class="chapter"><a href="#id3503980">3. Claims Handling Example</a></span></dt></dl></div><div class="index" title="Index"><div class="titlepage"><div><div><h2 class="title"><a id="id3503796"></a>
 Index</h2></div></div></div><div class="index"></div></div><div class="chapter" title="Chapter 1. Quick Introduction into WAR distibution"><div class="titlepage"><div><div><h2 class="title"><a id="id3503830"></a>Chapter 1. Quick Introduction into WAR distibution</h2></div></div></div><p>
       In order to have something running, you need to do following steps:
       </p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p>Download HISE distribution</p></li><li class="listitem"><p>Then you need to unzip HISE WAR contents into your application server directory (like Apache Tomcat). Name it hise.</p></li><li class="listitem"><p>
             Copy example files from examples/claims-approval/* into WEB-INF/classes directory.
@@ -38,7 +38,15 @@
               Additionally, when WS Addressing reply-to field is specified in approve request, 
               HISE will send reply on task completion to a specified address. 
            </p></li></ul></div><p>
-    </p></div><div class="chapter" title="Chapter 2. Claims Handling Example"><div class="titlepage"><div><div><h2 class="title"><a id="id3382424"></a>Chapter 2. Claims Handling Example</h2></div></div></div><p>
+    </p></div><div class="chapter" title="Chapter 2. Intoduction into OSGi distribution"><div class="titlepage"><div><div><h2 class="title"><a id="id3503960"></a>Chapter 2. Intoduction into OSGi distribution</h2></div></div></div><p>
+      HISE OSGi distribution works out of box under Apach ServiceMix 4. 
+      It contains bundles directory with required dependencies. 
+      In order to run it, you need to put those artifacts into SMX4/deploy directory. 
+      Next, you can point your browser to http://localhost:8181/cxf address 
+      and see deployed Web Services.
+    </p><p>
+      This distribution was tested under apache-servicemix-4.1.0-psc-01-00RC1 (FUSE). 
+    </p></div><div class="chapter" title="Chapter 3. Claims Handling Example"><div class="titlepage"><div><div><h2 class="title"><a id="id3503980"></a>Chapter 3. Claims Handling Example</h2></div></div></div><p>
       HISE distribution contains claimsHandling example, which defines a single 
       Human Interaction with one potential owner (Task Operator).
     </p><p>