Author: chirino
Date: Mon Jan 15 21:29:54 2007
New Revision: 496595
URL: http://svn.apache.org/viewvc?view=rev&rev=496595
Log:
Latest export from confluence
Modified:
incubator/servicemix/site/creating-a-standard-jbi-component.html
incubator/servicemix/site/ideas-concerning-documentation.html
incubator/servicemix/site/notes-on-creating-jbi-component-using-maven2.html
Modified: incubator/servicemix/site/creating-a-standard-jbi-component.html
URL:
http://svn.apache.org/viewvc/incubator/servicemix/site/creating-a-standard-jbi-component.html?view=diff&rev=496595&r1=496594&r2=496595
==============================================================================
--- incubator/servicemix/site/creating-a-standard-jbi-component.html (original)
+++ incubator/servicemix/site/creating-a-standard-jbi-component.html Mon Jan 15
21:29:54 2007
@@ -140,7 +140,7 @@
<!--
<div class="pagetitle">Creating a Standard JBI Component</div>
-->
- <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>
+ <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-bc.html" title="Hello World - BC">Hello
World - BC</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>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>
@@ -257,8 +257,8 @@
</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 Nov 08, 2006
- (<A
href="http://goopen.org/confluence/pages/diffpages.action?pageId=5293&originalId=14624">view
change</A>)
+ last edited by <A
href="http://goopen.org/confluence/users/viewuserprofile.action?username=bsnyder">Bruce
Snyder</A> on Jan 16, 2007
+ (<A
href="http://goopen.org/confluence/pages/diffpages.action?pageId=5293&originalId=15312">view
change</A>)
(<A
href="http://goopen.org/confluence/pages/editpage.action?pageId=5293">edit
page</A>)
</DIV>
Modified: incubator/servicemix/site/ideas-concerning-documentation.html
URL:
http://svn.apache.org/viewvc/incubator/servicemix/site/ideas-concerning-documentation.html?view=diff&rev=496595&r1=496594&r2=496595
==============================================================================
--- incubator/servicemix/site/ideas-concerning-documentation.html (original)
+++ incubator/servicemix/site/ideas-concerning-documentation.html Mon Jan 15
21:29:54 2007
@@ -184,7 +184,7 @@
<P>Those tutorials, descriptions etc. exist but are not (any more) complete.
If possible, a {note} shall be placed where content is missing, so readers get
aware of the missing parts.</P>
<UL>
- <LI><A href="hello-world-se.html" title="Hello World - SE">Hello World
- SE</A> is started but needs some contribution to be completed</LI>
+ <LI><A href="hello-world-bc.html" title="Hello World - BC">Hello World
- BC</A> and <A href="hello-world-se.html" title="Hello World - SE">Hello
World - SE</A> are nearly complete but need a bit more content to be
complete.</LI>
<LI><A href="cimero-editor.html" title="CIMERO Editor">CIMERO
Editor</A> plugin has nearly no docu (except for 2 very good SWFs). Some
troubleshooting help needed.</LI>
<LI>Nearly all example pages do not help / describe enough for
newbies.</LI>
<LI>Many examples lack <B>comments in the source code</B> (what does a
method/XML-entity do? Why is it needed? Was it created manually or by
archetypes?). <B>List todo items here.</B></LI>
@@ -222,8 +222,8 @@
</DIV>
<DIV id="site-footer">
Added by <A
href="http://goopen.org/confluence/users/viewuserprofile.action?username=georg_dembowski">Georg
Dembowski</A>,
- last edited by <A
href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume
Nodet</A> on Nov 08, 2006
- (<A
href="http://goopen.org/confluence/pages/diffpages.action?pageId=13899&originalId=14612">view
change</A>)
+ last edited by <A
href="http://goopen.org/confluence/users/viewuserprofile.action?username=bsnyder">Bruce
Snyder</A> on Jan 16, 2007
+ (<A
href="http://goopen.org/confluence/pages/diffpages.action?pageId=13899&originalId=15315">view
change</A>)
(<A
href="http://goopen.org/confluence/pages/editpage.action?pageId=13899">edit
page</A>)
</DIV>
Modified:
incubator/servicemix/site/notes-on-creating-jbi-component-using-maven2.html
URL:
http://svn.apache.org/viewvc/incubator/servicemix/site/notes-on-creating-jbi-component-using-maven2.html?view=diff&rev=496595&r1=496594&r2=496595
==============================================================================
--- incubator/servicemix/site/notes-on-creating-jbi-component-using-maven2.html
(original)
+++ incubator/servicemix/site/notes-on-creating-jbi-component-using-maven2.html
Mon Jan 15 21:29:54 2007
@@ -140,7 +140,7 @@
<!--
<div class="pagetitle">Notes on Creating JBI Component using
maven2</div>
-->
- <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>
+ <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>, <A href="hello-world-bc.html" title="Hello World - BC">Hello
World - BC</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>
@@ -241,35 +241,9 @@
</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=georg_dembowski">Georg
Dembowski</A> on Sep 29, 2006
- (<A
href="http://goopen.org/confluence/pages/diffpages.action?pageId=9560&originalId=13879">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<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>
-
+ last edited by <A
href="http://goopen.org/confluence/users/viewuserprofile.action?username=bsnyder">Bruce
Snyder</A> on Jan 16, 2007
+ (<A
href="http://goopen.org/confluence/pages/diffpages.action?pageId=9560&originalId=15313">view
change</A>)
+
(<A
href="http://goopen.org/confluence/pages/editpage.action?pageId=9560">edit
page</A>)
</DIV>