Author: chirino
Date: Fri Sep 22 07:01:07 2006
New Revision: 448939

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

Modified:
    incubator/servicemix/site/sm30ug/2-introduction.html

Modified: incubator/servicemix/site/sm30ug/2-introduction.html
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/site/sm30ug/2-introduction.html?view=diff&rev=448939&r1=448938&r2=448939
==============================================================================
--- incubator/servicemix/site/sm30ug/2-introduction.html (original)
+++ incubator/servicemix/site/sm30ug/2-introduction.html Fri Sep 22 07:01:07 
2006
@@ -54,6 +54,7 @@
   <LI><A href="#2.Introduction-Conclusion">Conclusion</A></LI>
 </UL></LI>
   <LI><A href="#2.Introduction-FeaturesOverview">Features Overview</A></LI>
+  <LI><A href="#2.Introduction-Books%252CArticlesandotherreadings">Books, 
Articles and other readings</A></LI>
 </UL></DIV>
 
 <H2><A name="2.Introduction-IntroductiontoESB"></A>Introduction to ESB</H2>
@@ -174,6 +175,12 @@
 <P>Other J2EE application servers ServiceMix has been integrated with include 
<SPAN class="nobr"><A 
href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=JBoss%20Deployer&linkCreation=true&fromPageId=13488";
 title="Create Page: JBoss Deployer" class="createlink">JBoss<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>, 
<SPAN class="nobr"><A 
href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=JOnAS%20Integration&linkCreation=true&fromPageId=13488";
 title="Create Page: JOnAS Integration" class="createlink">JOnAS<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> with 
more to follow.</P>
 
 <P><A href="#2.Introduction-top" title="top on 2. Introduction">top</A></P>
+
+<H2><A name="2.Introduction-Books%2CArticlesandotherreadings"></A>Books, 
Articles and other readings</H2>
+
+<P>Just have a look at <A href="../SM/books.html" title="Books">Books</A> and 
at <A href="../SM/articles.html" title="Articles">Articles</A>; they list 
several works. In case you are aware of other good resources, please drop a 
notice (see <A href="../SM/contributing.html" 
title="Contributing">Contributing</A>).</P>
+
+<P>top</P>
 <STYLE type="text/css">/*<![CDATA[*/
 table.ScrollbarTable  {border: none;padding: 3px;width: 100%;padding: 
3px;margin: 0px;background-color: #f0f0f0}
 table.ScrollbarTable td.ScrollbarPrevIcon {text-align: center;width: 
16px;border: none;}
@@ -191,9 +198,35 @@
     </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 Sep 06, 2006
-                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=13488&originalId=13508";>view
 change</A>)
-              
+    last edited by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=georg_dembowski";>Georg
 Dembowski</A> on Sep 22, 2006
+                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=13488&originalId=13783";>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 Books + articles<BR>
+      <SPAN class="smalltext"><A 
href="http://goopen.org/confluence/pages/viewpreviouspageversions.action?pageId=13488";>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=13488";>edit 
page</A>)
     </DIV>
 


Reply via email to