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 2007/01/27 19:46:23 UTC

svn commit: r500586 - in /incubator/servicemix/site: classloaders.html download.html getting-started-guide.html guides.html overview.html

Author: chirino
Date: Sat Jan 27 10:46:22 2007
New Revision: 500586

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

Modified:
    incubator/servicemix/site/classloaders.html
    incubator/servicemix/site/download.html
    incubator/servicemix/site/getting-started-guide.html
    incubator/servicemix/site/guides.html
    incubator/servicemix/site/overview.html

Modified: incubator/servicemix/site/classloaders.html
URL: http://svn.apache.org/viewvc/incubator/servicemix/site/classloaders.html?view=diff&rev=500586&r1=500585&r2=500586
==============================================================================
--- incubator/servicemix/site/classloaders.html (original)
+++ incubator/servicemix/site/classloaders.html Sat Jan 27 10:46:22 2007
@@ -14,10 +14,8 @@
 _uacct = "UA-398545-1";
 urchinTracker();
     </SCRIPT>
-<META name="keywords" content="business integration, enterprise service bus, enterprise application integration, ESB, EAI, SOA, Service Oriented Architecture, web services, SOAP, JBI, JMS, WSDL, business-to-business, b2b, XML, EDI, Electronic Data Interchange, standards support, integration standards, application integration, java message service, middleware, message broker, software, solutions, services, ActiveMQ, ServiceMix, open source, MQ, message queue, message bus">
-<META name="description" content="">
     <TITLE>
-Apache ServiceMix, the Agile Open Source ESB -- Classloaders
+Classloaders
     </TITLE>
   <META http-equiv="Content-Type" content="text/html;charset=UTF-8"></HEAD>
   <BODY onload="init()">
@@ -153,8 +151,7 @@
 </UL>
 
 
-<P>The container class loader contains: JRE + <TT>/conf</TT> + <TT>/lib/<B>.jar</TT> + <TT>/lib/optional/</B>.jar</TT>. ServiceMix 3.1, uses classworld project from <SPAN class="nobr"><A href="http://classworlds.codehaus.org/" title="Visit page outside Confluence" rel="nofollow">Codehaus<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 configure his classloader finding path. You can add your own path into servicemix.conf.</P>
-
+<P>The container class loader contains: JRE + <TT>/conf</TT> + <TT>/lib/&#42;.jar</TT> + <TT>/lib/optional/&#42;.jar</TT>.</P>
 
 <P>The components are libraries class loaders are defined in the JBI spec and contain the jars referenced in the jbi descriptor.  These class loaders can use a parent-first (default) or self-first delegation: when a class is loaded, the class loader will first ask its parent(s), or  will first load the class from its referenced jars.</P>
 
@@ -162,7 +159,7 @@
 
 <P>Let&apos;s say you deploy a pojo on the lwcontainer.  When building the configuration, xbean need to find the class.  It will ask the SU classloader to do so.  So the component may be inside this classloader, or one of its parent (servicemix-lwcontainer, servicemix-shared and the container classloader).  However, the component and SL classloaders are not easily modified (you need to repackage the artifact and redeploy it), so you can put this class in the SU or the container.</P>
 
-<P>If you put this class in the container, you will need to restart the container after having added the jar in the classpath, which is not what we want.  So usually, we put it in the SU.</P>
+<P>If you put this class in the container, you will need to restart the container after having added the jar in the classpath, which is not what we want.  So usually, we put it in the SU. </P>
 
 <P>The other benefit of using classloaders is that you can have isolated components.  You could deploy two components (or SU) which use different version of the same library without any problems.  This is not possible if you put all the dependencies in the container classpath.</P>
 
@@ -180,6 +177,7 @@
   [<SPAN class="code-tag">&lt;location&gt;</SPAN>xxx<SPAN class="code-tag">&lt;/location&gt;</SPAN>]*
 <SPAN class="code-tag">&lt;/classpath&gt;</SPAN></PRE>
 </DIV></DIV>
+
 <P>The <TT>inverse</TT> attribute can be set to <TT>true</TT> to use self-first delegation mode.</P>
 
 <P>The <TT>nonOverridable</TT> tag can be used to specify that classes with a name starting by the specified string can not be overriden by this classloader (the classloader will always use the parent classes).</P>
@@ -206,8 +204,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=keogaa">Gr&eacute;goire A.</A> on Jan 26, 2007
-                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=13870&originalId=15353">view change</A>)
+    last edited by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume Nodet</A> on Nov 03, 2006
+                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=13870&originalId=14555">view change</A>)
               
       (<A href="http://goopen.org/confluence/pages/editpage.action?pageId=13870">edit page</A>)
     </DIV>

Modified: incubator/servicemix/site/download.html
URL: http://svn.apache.org/viewvc/incubator/servicemix/site/download.html?view=diff&rev=500586&r1=500585&r2=500586
==============================================================================
--- incubator/servicemix/site/download.html (original)
+++ incubator/servicemix/site/download.html Sat Jan 27 10:46:22 2007
@@ -14,10 +14,8 @@
 _uacct = "UA-398545-1";
 urchinTracker();
     </SCRIPT>
-<META name="keywords" content="business integration, enterprise service bus, enterprise application integration, ESB, EAI, SOA, Service Oriented Architecture, web services, SOAP, JBI, JMS, WSDL, business-to-business, b2b, XML, EDI, Electronic Data Interchange, standards support, integration standards, application integration, java message service, middleware, message broker, software, solutions, services, ActiveMQ, ServiceMix, open source, MQ, message queue, message bus">
-<META name="description" content="">
     <TITLE>
-Apache ServiceMix, the Agile Open Source ESB -- Download
+Download
     </TITLE>
   <META http-equiv="Content-Type" content="text/html;charset=UTF-8"></HEAD>
   <BODY onload="init()">
@@ -168,7 +166,7 @@
 
 <H2><A name="Download-PreviousReleases"></A>Previous Releases</H2>
 
-<UL><LI><A href="servicemix-10-m1-release.html" title="ServiceMix 1.0 M1 Release">ServiceMix 1.0 M1 Release</A></LI><LI><A href="servicemix-10-m2-release.html" title="ServiceMix 1.0 M2 Release">ServiceMix 1.0 M2 Release</A></LI><LI><A href="servicemix-10-release.html" title="ServiceMix 1.0 Release">ServiceMix 1.0 Release</A></LI><LI><A href="servicemix-11-release.html" title="ServiceMix 1.1 Release">ServiceMix 1.1 Release</A></LI><LI><A href="servicemix-20-release.html" title="ServiceMix 2.0 Release">ServiceMix 2.0 Release</A></LI><LI><A href="servicemix-30.html" title="ServiceMix 3.0">ServiceMix 3.0</A></LI><LI><A href="servicemix-30-m1-release.html" title="ServiceMix 3.0-M1 Release">ServiceMix 3.0-M1 Release</A></LI><LI><A href="servicemix-30-m2-release.html" title="ServiceMix 3.0-M2 Release">ServiceMix 3.0-M2 Release</A></LI><LI><A href="servicemix-301.html" title="ServiceMix 3.0.1">ServiceMix 3.0.1</A></LI><LI><A href="servicemix-31.html" title="ServiceMix 3.1">ServiceMi
 x 3.1</A></LI></UL></DIV>
+<UL><LI><A href="servicemix-10-m1-release.html" title="ServiceMix 1.0 M1 Release">ServiceMix 1.0 M1 Release</A></LI><LI><A href="servicemix-10-m2-release.html" title="ServiceMix 1.0 M2 Release">ServiceMix 1.0 M2 Release</A></LI><LI><A href="servicemix-10-release.html" title="ServiceMix 1.0 Release">ServiceMix 1.0 Release</A></LI><LI><A href="servicemix-11-release.html" title="ServiceMix 1.1 Release">ServiceMix 1.1 Release</A></LI><LI><A href="servicemix-20-release.html" title="ServiceMix 2.0 Release">ServiceMix 2.0 Release</A></LI><LI><A href="servicemix-30.html" title="ServiceMix 3.0">ServiceMix 3.0</A></LI><LI><A href="servicemix-30-m1-release.html" title="ServiceMix 3.0-M1 Release">ServiceMix 3.0-M1 Release</A></LI><LI><A href="servicemix-30-m2-release.html" title="ServiceMix 3.0-M2 Release">ServiceMix 3.0-M2 Release</A></LI><LI><A href="servicemix-301.html" title="ServiceMix 3.0.1">ServiceMix 3.0.1</A></LI></UL></DIV>
           
         <!--
           <div class="tabletitle">
@@ -204,9 +202,6 @@
               <span class="smalltext">(ServiceMix)</span>
               <br>
                           <a href="http://goopen.org/confluence/display/SM/ServiceMix+3.0.1" title="ServiceMix 3.0.1">ServiceMix 3.0.1</a>
-              <span class="smalltext">(ServiceMix)</span>
-              <br>
-                          <a href="http://goopen.org/confluence/display/SM/ServiceMix+3.1" title="ServiceMix 3.1">ServiceMix 3.1</a>
               <span class="smalltext">(ServiceMix)</span>
               <br>
                       </div>

Modified: incubator/servicemix/site/getting-started-guide.html
URL: http://svn.apache.org/viewvc/incubator/servicemix/site/getting-started-guide.html?view=diff&rev=500586&r1=500585&r2=500586
==============================================================================
--- incubator/servicemix/site/getting-started-guide.html (original)
+++ incubator/servicemix/site/getting-started-guide.html Sat Jan 27 10:46:22 2007
@@ -14,10 +14,8 @@
 _uacct = "UA-398545-1";
 urchinTracker();
     </SCRIPT>
-<META name="keywords" content="business integration, enterprise service bus, enterprise application integration, ESB, EAI, SOA, Service Oriented Architecture, web services, SOAP, JBI, JMS, WSDL, business-to-business, b2b, XML, EDI, Electronic Data Interchange, standards support, integration standards, application integration, java message service, middleware, message broker, software, solutions, services, ActiveMQ, ServiceMix, open source, MQ, message queue, message bus">
-<META name="description" content="">
     <TITLE>
-Apache ServiceMix, the Agile Open Source ESB -- Getting Started Guide
+Getting Started Guide
     </TITLE>
   <META http-equiv="Content-Type" content="text/html;charset=UTF-8"></HEAD>
   <BODY onload="init()">
@@ -143,7 +141,7 @@
             <div class="pagetitle">Getting Started Guide</div>
 -->
             <DIV class="wiki-content"><TABLE cellpadding="5" width="85%" cellspacing="8px" class="warningMacro" border="0" align="center"><COLGROUP><COL width="24"><COL></COLGROUP><TR><TD valign="top"><IMG src="http://goopen.org/confluence/images/icons/emoticons/forbidden.gif" width="16" height="16" align="absmiddle" alt="" border="0"></TD><TD><B class="strong">Outdated</B><BR>
-<P>You will find an up to date page in the <A href="3-installation.html" title="3. Installation">User&apos;s Guide</A>.</P></TD></TR></TABLE>
+<P>You will find an up to date page in the <SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=3.%20Installation" title="Create Page in space SM30UG: 3. Installation" class="createlink">User&apos;s Guide<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN>.</P></TD></TR></TABLE>
 
 <H2><A name="GettingStartedGuide-Introduction"></A>Introduction</H2>
 
@@ -510,8 +508,8 @@
     </DIV>
     <DIV id="site-footer">
           Added by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=lmalgeri">Lisa Malgeri</A>,
-    last edited by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume Nodet</A> on Jan 26, 2007
-                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=1944&originalId=15354">view change</A>)
+    last edited by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume Nodet</A> on Nov 08, 2006
+                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=1944&originalId=14776">view change</A>)
               
       (<A href="http://goopen.org/confluence/pages/editpage.action?pageId=1944">edit page</A>)
     </DIV>

Modified: incubator/servicemix/site/guides.html
URL: http://svn.apache.org/viewvc/incubator/servicemix/site/guides.html?view=diff&rev=500586&r1=500585&r2=500586
==============================================================================
--- incubator/servicemix/site/guides.html (original)
+++ incubator/servicemix/site/guides.html Sat Jan 27 10:46:22 2007
@@ -14,10 +14,8 @@
 _uacct = "UA-398545-1";
 urchinTracker();
     </SCRIPT>
-<META name="keywords" content="business integration, enterprise service bus, enterprise application integration, ESB, EAI, SOA, Service Oriented Architecture, web services, SOAP, JBI, JMS, WSDL, business-to-business, b2b, XML, EDI, Electronic Data Interchange, standards support, integration standards, application integration, java message service, middleware, message broker, software, solutions, services, ActiveMQ, ServiceMix, open source, MQ, message queue, message bus">
-<META name="description" content="">
     <TITLE>
-Apache ServiceMix, the Agile Open Source ESB -- Guides
+Guides
     </TITLE>
   <META http-equiv="Content-Type" content="text/html;charset=UTF-8"></HEAD>
   <BODY onload="init()">
@@ -174,13 +172,13 @@
                           <a href="http://goopen.org/confluence/display/SM/Management" title="Management">Management</a>
               <span class="smalltext">(ServiceMix)</span>
               <br>
-                          <a href="http://goopen.org/confluence/display/SM/Configuration" title="Configuration">Configuration</a>
+                          <a href="http://goopen.org/confluence/display/SM/Classloaders" title="Classloaders">Classloaders</a>
               <span class="smalltext">(ServiceMix)</span>
               <br>
-                          <a href="http://goopen.org/confluence/display/SM/Getting+Started+Guide" title="Getting Started Guide">Getting Started Guide</a>
+                          <a href="http://goopen.org/confluence/display/SM/Configuration" title="Configuration">Configuration</a>
               <span class="smalltext">(ServiceMix)</span>
               <br>
-                          <a href="http://goopen.org/confluence/display/SM/Classloaders" title="Classloaders">Classloaders</a>
+                          <a href="http://goopen.org/confluence/display/SM/Getting+Started+Guide" title="Getting Started Guide">Getting Started Guide</a>
               <span class="smalltext">(ServiceMix)</span>
               <br>
                       </div>

Modified: incubator/servicemix/site/overview.html
URL: http://svn.apache.org/viewvc/incubator/servicemix/site/overview.html?view=diff&rev=500586&r1=500585&r2=500586
==============================================================================
--- incubator/servicemix/site/overview.html (original)
+++ incubator/servicemix/site/overview.html Sat Jan 27 10:46:22 2007
@@ -14,10 +14,8 @@
 _uacct = "UA-398545-1";
 urchinTracker();
     </SCRIPT>
-<META name="keywords" content="business integration, enterprise service bus, enterprise application integration, ESB, EAI, SOA, Service Oriented Architecture, web services, SOAP, JBI, JMS, WSDL, business-to-business, b2b, XML, EDI, Electronic Data Interchange, standards support, integration standards, application integration, java message service, middleware, message broker, software, solutions, services, ActiveMQ, ServiceMix, open source, MQ, message queue, message bus">
-<META name="description" content="">
     <TITLE>
-Apache ServiceMix, the Agile Open Source ESB -- Overview
+Overview
     </TITLE>
   <META http-equiv="Content-Type" content="text/html;charset=UTF-8"></HEAD>
   <BODY onload="init()">