[jboss-cvs] JBoss Messaging SVN: r7024 - in trunk/examples/core: microcontainer and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 26 10:49:32 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-05-26 10:49:31 -0400 (Tue, 26 May 2009)
New Revision: 7024

Added:
   trunk/examples/core/microcontainer/
Removed:
   trunk/examples/core/embedded-microcontainer/
Modified:
   trunk/examples/core/microcontainer/build.xml
   trunk/examples/core/microcontainer/readme.html
Log:
Tweaks on examples

Copied: trunk/examples/core/microcontainer (from rev 7022, trunk/examples/core/embedded-microcontainer)


Property changes on: trunk/examples/core/microcontainer
___________________________________________________________________
Name: svn:ignore
   + build

Name: svn:mergeinfo
   + 

Modified: trunk/examples/core/microcontainer/build.xml
===================================================================
--- trunk/examples/core/embedded-microcontainer/build.xml	2009-05-26 14:36:39 UTC (rev 7022)
+++ trunk/examples/core/microcontainer/build.xml	2009-05-26 14:49:31 UTC (rev 7024)
@@ -28,7 +28,7 @@
 <!-- =========================================================================================== -->
 
 
-<project default="run" name="JBoss Messaging Embedded Example">
+<project default="run" name="JBoss Messaging Example with Micro Container">
 
    <import file="../../common/build.xml"/>
 

Modified: trunk/examples/core/microcontainer/readme.html
===================================================================
--- trunk/examples/core/embedded-microcontainer/readme.html	2009-05-26 14:36:39 UTC (rev 7022)
+++ trunk/examples/core/microcontainer/readme.html	2009-05-26 14:49:31 UTC (rev 7024)
@@ -4,15 +4,10 @@
     <link rel="stylesheet" type="text/css" href="../../common/common.css"/>
   </head>
   <body>
-     <h1>Embedded Example Micro Container</h1>
+     <h1>Example Micro Container</h1>
      <br/>
-     <p>This examples shows how to setup and run JBoss Messaging embedded through the Micro Container.</p>
-     <p>JBoss Messaging was designed to use POJOs (Plain Old Java Objects), what makes embedding JBoss Messaging as simple as instantiating a few objects.</p>
+     <p>This examples shows how to setup and run JBoss Messaging through the Micro Container.</p>
      <p>Refer to the user's manual for the list of required Jars, since JBoss Micro Container requires a few jars.</p>
-     
-     <p>JBoss Messaging Embedded could be used from very simple use cases with only InVM support to very complex cases with clustering, persistence and fail over.</p>
-
-
      <h2>Example step-by-step</h2>     
      <p><i>To run the example, simply type <code>ant</code> from this directory</i></p>
      <p>In this we don't use any configuration files. (Everything is embedded). We simply instantiate ConfigurationImpl, MessagingServer, start it and operate on JMS regularly</p>
@@ -89,4 +84,4 @@
         </pre>
      </ol>
   </body>
-</html>
\ No newline at end of file
+</html>




More information about the jboss-cvs-commits mailing list