Author: chirino
Date: Fri Sep 29 04:53:44 2006
New Revision: 451253
URL: http://svn.apache.org/viewvc?view=rev&rev=451253
Log:
Latest export from confluence
Modified:
incubator/servicemix/site/main/creating-a-standard-jbi-component.html
incubator/servicemix/site/main/notes-on-creating-jbi-component-using-maven2.html
incubator/servicemix/site/main/tutorials.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=451253&r1=451252&r2=451253
==============================================================================
--- incubator/servicemix/site/main/creating-a-standard-jbi-component.html
(original)
+++ incubator/servicemix/site/main/creating-a-standard-jbi-component.html Fri
Sep 29 04:53:44 2006
@@ -112,10 +112,10 @@
<!--
<div class="pagetitle">Creating a Standard JBI Component</div>
-->
- <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>
+ <DIV class="wiki-content"><P><B>Note:</B> The content of this
document is overlapping with <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> and <A href="hello-world-se.html" title="Hello World - SE">Hello
World - SE</A>. Any changes you might want to do for this document might be
relevant for them as well. Questions unanswered by this document may be
answered by the other documents.</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>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>First, we will use the servicemix-service-engine maven 2 archetype to
create the basis of our JBI component.</P>
@@ -226,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 26, 2006
- (<A
href="http://goopen.org/confluence/pages/diffpages.action?pageId=5293&originalId=13818">view
change</A>)
+ last edited by <A
href="http://goopen.org/confluence/users/viewuserprofile.action?username=georg_dembowski">Georg
Dembowski</A> on Sep 29, 2006
+ (<A
href="http://goopen.org/confluence/pages/diffpages.action?pageId=5293&originalId=13876">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>
- INS link to further reading<BR>
+ cross references<BR>
<SPAN class="smalltext"><A
href="http://goopen.org/confluence/pages/viewpreviouspageversions.action?pageId=5293">View
page history</A></SPAN>
</DIV>
Modified:
incubator/servicemix/site/main/notes-on-creating-jbi-component-using-maven2.html
URL:
http://svn.apache.org/viewvc/incubator/servicemix/site/main/notes-on-creating-jbi-component-using-maven2.html?view=diff&rev=451253&r1=451252&r2=451253
==============================================================================
---
incubator/servicemix/site/main/notes-on-creating-jbi-component-using-maven2.html
(original)
+++
incubator/servicemix/site/main/notes-on-creating-jbi-component-using-maven2.html
Fri Sep 29 04:53:44 2006
@@ -112,7 +112,9 @@
<!--
<div class="pagetitle">Notes on Creating JBI Component using
maven2</div>
-->
- <DIV class="wiki-content"><P><B>Introduction</B></P>
+ <DIV class="wiki-content"><P>Note: The content of this document is
overlapping with <A href="creating-a-standard-jbi-component.html"
title="Creating a Standard JBI Component">Creating a Standard JBI Component</A>
and <A href="hello-world-se.html" title="Hello World - SE">Hello World -
SE</A>. Any changes you might want to do for this document might be relevant
for them as well. Questions unanswered by this document may be answered by the
other documents.</P>
+
+<P><B>Introduction</B></P>
<P>Before you attempt at creating a JBI component using <SPAN class="nobr"><A
href="http://servicemix.org/site/creating-a-standard-jbi-component.html"
title="Visit page outside Confluence"
rel="nofollow">http://servicemix.org/site/creating-a-standard-jbi-component.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>;. My suggestion
is that you should visit Maven's home page and have a look at the getting
started page <SPAN class="nobr"><A
href="http://maven.apache.org/guides/getting-started/index.html" title="Visit
page outside Confluence"
rel="nofollow">http://maven.apache.org/guides/getting-started/index.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>;. Get
acquainted with the term archetype- going by definition it's more of &
quot;<EM>an original pattern or model from which all other things of the same
kind are made".</EM> So there you go, Servicemix already has a template
which you can use!</P>
@@ -126,7 +128,6 @@
<P><FONT color="#cc3300">Make sure that you're using
maven-archetype-plugin 1.0-alpha4 or above you can look in
(~/.m2/repository/org/apache/maven/plugins/maven-archetype-plugin). To install
it you can place a minimal pom.xml in the folder where you're calling the
mvn archetype:create goal in:</FONT></P>
-
<P><?xml version="1.0" encoding="UTF-8"?><BR>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 <SPAN
class="nobr"><A href="http://maven.apache.org/maven-v4_0_0.xsd" title="Visit
page outside Confluence"
rel="nofollow">http://maven.apache.org/maven-v4_0_0.xsd<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>
@@ -150,8 +151,6 @@
<P></project></P>
-
-
<P><B>1)</B> To create a JBI component as you might have guessed by now
- run the mvn command: (needless to say you should create a new
directory where you want all your stuff to be generated and you have to remove
the trailing backshlashes and make it one line)</P>
<DIV class="code"><DIV class="codeContent">
<PRE class="code-java">mvn archetype:create \
@@ -218,9 +217,35 @@
</DIV>
<DIV id="site-footer">
Added by <A
href="http://goopen.org/confluence/users/viewuserprofile.action?username=soumadeep">Soumadeep
Sen</A>,
- last edited by <A
href="http://goopen.org/confluence/users/viewuserprofile.action?username=jamie">Jamie
McCrindle</A> on Sep 29, 2006
- (<A
href="http://goopen.org/confluence/pages/diffpages.action?pageId=9560&originalId=13873">view
change</A>)
-
+ last edited by <A
href="http://goopen.org/confluence/users/viewuserprofile.action?username=georg_dembowski">Georg
Dembowski</A> on Sep 29, 2006
+ (<A
href="http://goopen.org/confluence/pages/diffpages.action?pageId=9560&originalId=13875">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>
+ cross references<BR>
+ <SPAN class="smalltext"><A
href="http://goopen.org/confluence/pages/viewpreviouspageversions.action?pageId=9560">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=9560">edit
page</A>)
</DIV>
Modified: incubator/servicemix/site/main/tutorials.html
URL:
http://svn.apache.org/viewvc/incubator/servicemix/site/main/tutorials.html?view=diff&rev=451253&r1=451252&r2=451253
==============================================================================
--- incubator/servicemix/site/main/tutorials.html (original)
+++ incubator/servicemix/site/main/tutorials.html Fri Sep 29 04:53:44 2006
@@ -132,10 +132,10 @@
<a
href="http://goopen.org/confluence/display/SM/Deploying+Lightweight+Components+Tutorial"
title="Deploying Lightweight Components Tutorial">Deploying Lightweight
Components Tutorial</a>
<span class="smalltext">(ServiceMix)</span>
<br>
- <a
href="http://goopen.org/confluence/display/SM/Creating+a+Standard+JBI+Component"
title="Creating a Standard JBI Component">Creating a Standard JBI Component</a>
+ <a
href="http://goopen.org/confluence/display/SM/Creating+a+protocol+bridge"
title="Creating a protocol bridge">Creating a protocol bridge</a>
<span class="smalltext">(ServiceMix)</span>
<br>
- <a
href="http://goopen.org/confluence/display/SM/Creating+a+protocol+bridge"
title="Creating a protocol bridge">Creating a protocol bridge</a>
+ <a
href="http://goopen.org/confluence/display/SM/Creating+a+Standard+JBI+Component"
title="Creating a Standard JBI Component">Creating a Standard JBI Component</a>
<span class="smalltext">(ServiceMix)</span>
<br>
</div>