Author: chirino
Date: Tue Sep 26 04:55:39 2006
New Revision: 450007

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

Modified:
    incubator/servicemix/site/main/creating-a-standard-jbi-component.html

Modified: incubator/servicemix/site/main/creating-a-standard-jbi-component.html
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/site/main/creating-a-standard-jbi-component.html?view=diff&rev=450007&r1=450006&r2=450007
==============================================================================
--- incubator/servicemix/site/main/creating-a-standard-jbi-component.html 
(original)
+++ incubator/servicemix/site/main/creating-a-standard-jbi-component.html Tue 
Sep 26 04:55:39 2006
@@ -115,6 +115,8 @@
             <DIV class="wiki-content"><P>This document is a tutorial that 
describes the steps involved in the creation of a standard JBI Component using 
servicemix-common module.<BR>
 We will write a full XSLT Service Engine.</P>
 
+<P>See also <A href="notes-on-creating-jbi-component-using-maven2.html" 
title="Notes on Creating JBI Component using maven2">Notes on Creating JBI 
Component using maven2</A>.</P>
+
 <P>First, we will use the servicemix-service-engine maven 2 archetype to 
create the basis of our JBI component.</P>
 
 <H2><A name="CreatingaStandardJBIComponent-Usingthemaven2archetype"></A>Using 
the maven2 archetype</H2>
@@ -130,7 +132,6 @@
 </DIV></DIV>
 <P>The first three parameters identify the maven 2 archetype to use, while the 
last two parameters are used for the generated maven 2 project. The version 
information &quot;3.0-incubating&quot; may have to be changed; just look at any 
of ServiceMix&apos; <EM>pom.xml</EM> for the version you are using.</P>
 
-
 <P>This will create the following files:</P>
 <DIV class="code"><DIV class="codeContent">
 <PRE class="code-java">servicemix-xslt\
@@ -225,13 +226,13 @@
     </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=georg_dembowski";>Georg
 Dembowski</A> on Sep 25, 2006
-                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=5293&originalId=13801";>view
 change</A>)
+    last edited by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=georg_dembowski";>Georg
 Dembowski</A> on Sep 26, 2006
+                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=5293&originalId=13818";>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>
-      updated command + extended information<BR>
+      INS link to further reading<BR>
       <SPAN class="smalltext"><A 
href="http://goopen.org/confluence/pages/viewpreviouspageversions.action?pageId=5293";>View
 page history</A></SPAN>
   </DIV>
 


Reply via email to