jstrachan 02/05/21 02:30:17
Modified: xdocs sandbox.xml components.xml messenger.xml
xdocs/stylesheets project.xml
Removed: xdocs jelly.xml
Log:
Changed link to Jelly to new Maven generated site
Revision Changes Path
1.15 +6 -0 jakarta-commons/xdocs/sandbox.xml
Index: sandbox.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/xdocs/sandbox.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sandbox.xml 8 May 2002 17:51:45 -0000 1.14
+++ sandbox.xml 21 May 2002 09:30:16 -0000 1.15
@@ -50,6 +50,12 @@
proposal from James Strachan.
</li>
<li>
+ <a href="http://jakarta.apache.org/commons/sandbox/jelly/">
+ Jelly</a>
+ a Java and XML scripting engine proposal from James Strachan.
+ </li>
+
+ <li>
<a href="messenger.html">
Messenger</a>
proposal from James Strachan.
1.29 +1 -1 jakarta-commons/xdocs/components.xml
Index: components.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- components.xml 9 May 2002 13:48:50 -0000 1.28
+++ components.xml 21 May 2002 09:30:16 -0000 1.29
@@ -226,7 +226,7 @@
<!-- /Email -->
<!-- Jelly -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/jelly.html">Jelly</a></big></b></dt>
+ <dt><b><big><a
href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a></big></b></dt>
<dd>
Jelly is an XML based scripting and processing engine. Jelly borrows many
good ideas from both JSP custom tags, Velocity, Cocoon and the
1.8 +4 -6 jakarta-commons/xdocs/messenger.xml
Index: messenger.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/xdocs/messenger.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- messenger.xml 20 Feb 2002 01:59:32 -0000 1.7
+++ messenger.xml 21 May 2002 09:30:16 -0000 1.8
@@ -229,13 +229,11 @@
<section name="Messagelets">
<p>
- The Messenger project provides a Messagelet Engine which is
- a JMS based Container which runs in any Servlet Engine
+ The Messenger project provides a Messagelet Engine which is
a JMS based
Container which runs in any Servlet Engine
such as Tomcat 4.0.
- The Messagelet Engine provides a simple framework for processing JMS messages in
- a variety of ways using either regular JMS MessageListeners, Servlets or even
JSP.
-</p>
-
+ The Messagelet Engine provides a simple framework for processing JMS messages in
+ a variety of ways using either regular JMS MessageListeners, Message Driven
Objects, Servlets or even JSP.
</p>
+
<p>
In addition the Messagelet engine provides a Bridge mechanism which allows
messages
to be consumed from one destination and connection and sent to another
destination,
possibly using a different JMS connection and provider.
This allows,
for example, messages to be consumed on SpiritWave and sent to MQSeries,
possibly
applying some custom transformation along the way.
</p>
<p>
The Bridge mechanism
is provided via the
<a
href="messenger/api/org/apache/commons/messagelet/BridgeMDO.html">BridgeMDO</a>
and
using the <bridge> element inside a subscription deployment descriptor.
</p>
<p>
To deploy a Messagelet Container you need to add the ManagerServlet in a web
application giving it an XML configuration file describing all the various JMS
connections
1.32 +1 -1 jakarta-commons/xdocs/stylesheets/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/xdocs/stylesheets/project.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- project.xml 1 May 2002 00:47:46 -0000 1.31
+++ project.xml 21 May 2002 09:30:17 -0000 1.32
@@ -106,7 +106,7 @@
<item name="CLI" href="/cli.html"/>
- <item name="Jelly" href="/jelly.html"/>
+ <item name="Jelly"
href="http://jakarta.apache.org/commons/sandbox/jelly/"/>
<item name="JJar"
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>