You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ch...@apache.org on 2006/10/05 21:44:49 UTC

svn commit: r453332 - in /incubator/servicemix/site/main: component-matrix.html roadmap-for-a-perspective-servicemix-developer.html

Author: chirino
Date: Thu Oct  5 12:44:45 2006
New Revision: 453332

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

Modified:
    incubator/servicemix/site/main/component-matrix.html
    incubator/servicemix/site/main/roadmap-for-a-perspective-servicemix-developer.html

Modified: incubator/servicemix/site/main/component-matrix.html
URL: http://svn.apache.org/viewvc/incubator/servicemix/site/main/component-matrix.html?view=diff&rev=453332&r1=453331&r2=453332
==============================================================================
--- incubator/servicemix/site/main/component-matrix.html (original)
+++ incubator/servicemix/site/main/component-matrix.html Thu Oct  5 12:44:45 2006
@@ -156,6 +156,10 @@
 
 <P>The <SPAN class="nobr"><A href="http://www.w3.org/TR/2005/WD-wsdl20-adjuncts-20050803/" title="Visit page outside Confluence" rel="nofollow">WSDL 2.0 Extensions<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> spec defines a <B>Message Exchange Pattern</B> (MEP) as: &quot;the sequence and cardinality of abstract messages listed in an operation.&quot; JBI uses this concept to define interactions between two nodes: the consumer node, and the provider node. The pattern is defined in terms of message type (normal or fault), and message direction. MEPs always reflect the provider&apos;s point of view. For example, in a request-response interaction, the MEP is in-out, which reflects the flow of messages as seen by the provider. From the consumer&apos;s perspective, the direction of message flow is reversed, but the MEP used by the <A href="nmr.html" title="NMR">NMR
 </A> in its interactions with the consumer will always reflect the provider&apos;s perspective. This is a conventional practice when dealing with WSDL MEPs.</P>
 
+<TABLE cellpadding="5" width="85%" cellspacing="8px" class="tipMacro" border="0" align="center"><COLGROUP><COL width="24"><COL></COLGROUP><TR><TD valign="top"><IMG src="http://goopen.org/confluence/images/icons/emoticons/check.gif" width="16" height="16" align="absmiddle" alt="" border="0"></TD><TD><B class="strong">Handy Hint</B><BR>
+<P>If you want to see how a component is used in the examples shipping with ServiceMix, try such a&nbsp; <SPAN class="nobr"><A href="http://google.com/codesearch?hl=en&lr&q=file:.xml%20TraceComponent%20package:%22http:%2F%2Fsvn.apache.org%2Frepos%2Fasf%2Fincubator%2Fservicemix%2Ftrunk%22&btnG=Search" title="Visit page outside Confluence" rel="nofollow">Google Codesearch<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> to find out wich sample uses the component. It&apos;s a lot faster than looking on the local hard drive unless you use a specialised desktop search engine.</P></TD></TR></TABLE>
+
+
 <P>Below is a matrix of ServiceMix components and the JBI MEPs supported by each.</P>
 <TABLE class="confluenceTable"><TBODY>
 <TR>
@@ -642,8 +646,8 @@
     </DIV>
     <DIV id="site-footer">
           Added by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=bsnyder">Bruce Snyder</A>,
-    last edited by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=bsnyder">Bruce Snyder</A> on Jul 25, 2006
-                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=1970&originalId=9248">view change</A>)
+    last edited by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=georg_dembowski">Georg Dembowski</A> on Oct 06, 2006
+                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=1970&originalId=13991">view change</A>)
               
       (<A href="http://goopen.org/confluence/pages/editpage.action?pageId=1970">edit page</A>)
     </DIV>

Modified: incubator/servicemix/site/main/roadmap-for-a-perspective-servicemix-developer.html
URL: http://svn.apache.org/viewvc/incubator/servicemix/site/main/roadmap-for-a-perspective-servicemix-developer.html?view=diff&rev=453332&r1=453331&r2=453332
==============================================================================
--- incubator/servicemix/site/main/roadmap-for-a-perspective-servicemix-developer.html (original)
+++ incubator/servicemix/site/main/roadmap-for-a-perspective-servicemix-developer.html Thu Oct  5 12:44:45 2006
@@ -220,7 +220,7 @@
 
 <P>One great benefit to JBI and Smix are the monitoring capabilities. Using the jconsole application packaged with the Java SDK you can tap into your Smix instance. In doing so you can get all sorts of information on things like thread and memory usage, and have the ability to configure the Smix environment dynamically. Lets use jconsole&#33; Open a terminal session and type &apos;nohup jconsole &amp;&apos;. If your machine has the Java SDK&apos;s /bin folder in it&apos;s path then this should launch the jconsole application. If the application has launched then you should be able to close the terminal window now.</P>
 
-<P>You should see a window titled &apos;JConsole: Connect to Agent&apos;. In the &apos;Local&apos; tab&apos;s window you should see an entry. Select this entry and press the &apos;Connect&apos; button. You should now be connected to your local Smix instance. Take some time to play around. </P>
+<P>You should see a window titled &apos;JConsole: Connect to Agent&apos;. In the &apos;Local&apos; tab&apos;s window you should see an entry. Select this entry and press the &apos;Connect&apos; button. You should now be connected to your local Smix instance. Take some time to play around.</P>
 
 <P>Done? Alright, now lets do some maintanance to the Smix environment. We are going to shut down the wsdl-first SA, then start it back up.</P>
 <UL>
@@ -240,7 +240,9 @@
 
 <H4><A name="RoadmapforaperspectiveServicemixdeveloper-Nextupthebridgeexample"></A>Next up - the bridge example</H4>
 
-<P>coming soon....<DIV align="center"><IMG src="roadmap-for-a-perspective-servicemix-developer.data/bridge.jpg" border="0"></DIV></P></DIV>
+<P>coming soon....<DIV align="center"><IMG src="roadmap-for-a-perspective-servicemix-developer.data/bridge.jpg" border="0"></DIV><BR>
+<TABLE cellpadding="5" width="85%" cellspacing="8px" class="tipMacro" border="0" align="center"><COLGROUP><COL width="24"><COL></COLGROUP><TR><TD valign="top"><IMG src="http://goopen.org/confluence/images/icons/emoticons/check.gif" width="16" height="16" align="absmiddle" alt="" border="0"></TD><TD><B class="strong">Handy Hint</B><BR>
+<P>If you want to see how a component is used in the examples shipping with ServiceMix, try such a&nbsp; <SPAN class="nobr"><A href="http://google.com/codesearch?hl=en&lr&q=file:.xml%20TraceComponent%20package:%22http:%2F%2Fsvn.apache.org%2Frepos%2Fasf%2Fincubator%2Fservicemix%2Ftrunk%22&btnG=Search" title="Visit page outside Confluence" rel="nofollow">Google Codesearch<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> to find out wich sample uses the component. It&apos;s a lot faster than looking on the local hard drive unless you use a specialised desktop search engine.</P></TD></TR></TABLE>&nbsp; </P></DIV>
           
                   </DIV>
         </TD>
@@ -250,8 +252,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 Oct 02, 2006
-                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=13814&originalId=13912">view change</A>)
+    last edited by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=georg_dembowski">Georg Dembowski</A> on Oct 06, 2006
+                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=13814&originalId=13992">view change</A>)
               
       (<A href="http://goopen.org/confluence/pages/editpage.action?pageId=13814">edit page</A>)
     </DIV>