You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by js...@apache.org on 2006/06/23 18:54:38 UTC

svn commit: r416766 - /incubator/servicemix/site/maven-jbi-plugin.html

Author: jstrachan
Date: Fri Jun 23 09:54:38 2006
New Revision: 416766

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

Modified:
    incubator/servicemix/site/maven-jbi-plugin.html

Modified: incubator/servicemix/site/maven-jbi-plugin.html
URL: http://svn.apache.org/viewvc/incubator/servicemix/site/maven-jbi-plugin.html?rev=416766&r1=416765&r2=416766&view=diff
==============================================================================
--- incubator/servicemix/site/maven-jbi-plugin.html (original)
+++ incubator/servicemix/site/maven-jbi-plugin.html Fri Jun 23 09:54:38 2006
@@ -232,7 +232,7 @@
 <DIV class="code"><DIV class="codeContent">
 <PRE class="code-xml">&lt;project xmlns=<SPAN class="code-quote">&quot;http://maven.apache.org/POM/4.0.0&quot;</SPAN> <SPAN class="code-keyword">xmlns:xsi</SPAN>=<SPAN class="code-quote">&quot;http://www.w3.org/2001/XMLSchema-instance&quot;</SPAN>
   xsi:schemaLocation=<SPAN class="code-quote">&quot;http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd&quot;</SPAN>&gt;
-  ...  <SPAN class="code-tag">&lt;pluginRepositories&gt;</SPAN>
+  ...    <SPAN class="code-tag">&lt;pluginRepositories&gt;</SPAN>
     <SPAN class="code-tag">&lt;pluginRepository&gt;</SPAN>
       <SPAN class="code-tag">&lt;id&gt;</SPAN>apache.snapshots<SPAN class="code-tag">&lt;/id&gt;</SPAN>
       <SPAN class="code-tag">&lt;name&gt;</SPAN>Maven Central Plugins Development Repository<SPAN class="code-tag">&lt;/name&gt;</SPAN>
@@ -256,7 +256,23 @@
   <SPAN class="code-tag">&lt;/build&gt;</SPAN>
 <SPAN class="code-tag">&lt;/project&gt;</SPAN></PRE>
 </DIV></DIV>
-<P>Once this plugin has been added to your POM you can start using the capabilities.</P>
+<P>Once this plugin has been added to your POM you can start using the capabilities.&nbsp; In order to understand all the things you can do we have broken downs its functionality by the type of artifact you wish to create.&nbsp; JBI covers the creation of four different types of artifact these are:</P>
+
+<H4><A name="MavenJBIplugin-BindingComponents%2FServiceEngines%26nbsp%3B"></A>Binding Components/Service Engines&nbsp;</H4>
+
+<P>These artifacts are the installers for components,&nbsp; allowing you to register a Component that can either start and operate immediately or can wait for the deployment of a service unit.</P>
+
+<H4><A name="MavenJBIplugin-SharedLibraries%26nbsp%3B"></A>Shared Libraries&nbsp;</H4>
+
+<P>These are bundles of code or JAR&apos;s that you can install onto a server (with a given version) to allow components (BC/SE&apos;s) to share physical code.</P>
+
+<H4><A name="MavenJBIplugin-ServiceUnits%26nbsp%3B"></A>Service Units&nbsp;</H4>
+
+<P>These are zip archives created to contain configuration information of an instance of a service unit that can be deployed to a component (BC/SE)</P>
+
+<H4><A name="MavenJBIplugin-ServiceAssembly%26nbsp%3B"></A>Service Assembly&nbsp;</H4>
+
+<P>A service assembly is a collection service units that can be deployed together,&nbsp; it creates a zip archive containing each of the service units (SU&apos;s)&nbsp;</P>
 
 <H3><A name="MavenJBIplugin-Maven1.xSupport%26nbsp%3B"></A>Maven 1.x Support&nbsp;</H3>
 
@@ -285,7 +301,7 @@
     <DIV id="site-footer">
           Added by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=pdodds%2540unity-systems.com">pdodds@unity-systems.com</A>,
     last edited by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=philip.dodds%2540gmail.com">Philip Dodds</A> on Jun 23, 2006
-                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=1948&originalId=8871">view change</A>)
+                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=1948&originalId=8872">view change</A>)
               
       (<A href="http://goopen.org/confluence/pages/editpage.action?pageId=1948">edit page</A>)
     </DIV>