jstrachan 01/11/13 02:41:06
Modified: docs messenger.html
xdocs messenger.xml
Log:
Improved the Messenger documentation a little, mentioning the request scope
attributes for the originating message and messenger and adding a link to the nightly
download
Revision Changes Path
1.12 +9 -4 jakarta-commons/docs/messenger.html
Index: messenger.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/messenger.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- messenger.html 2001/11/13 09:50:45 1.11
+++ messenger.html 2001/11/13 10:41:06 1.12
@@ -192,12 +192,13 @@
<tr><td>
<blockquote>
<p>
-You can browse the
-<a
href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons-sandbox/messenger/STATUS.html">status
document</a>.
-or the initial <a
href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons-sandbox/messenger/PROPOSAL.html">proposal</a>.
+The <a href="messenger/api/index.html">JavaDoc</a> is available online
+or you can download a <a
href="http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-messenger/">nightly
build</a>.
</p>
<p>
-The <a href="messenger/api/index.html">JavaDoc API documents</a> are available
online.
+There is also the
+<a
href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons-sandbox/messenger/STATUS.html">status
document</a>.
+or the initial <a
href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons-sandbox/messenger/PROPOSAL.html">proposal</a>.
</p>
</blockquote>
</p>
@@ -557,6 +558,8 @@
available via the ServletRequest.getReader() method, in the normal Servlet way.
Any output written to the ServletResponse.getWriter() will be converted into a
TextMessage
and sent back to the originator.
+ All servlets and JSP pages have access to the originating JMS message and
Messenger objects via
+ the "message" and "messenger" request attributes respectively.
</li>
<li>
@@ -572,6 +575,8 @@
<li>
A JSP page can be any piece of JSP, for example the standard JSP tag library can
be used
to perform JavaScript, XPath, XSLT or SQL operations on the incoming message.
+ The request scope "message" and "messenger" attributes can be used to access the
originating
+ JMS Message and Messenger objects.
</li>
</ul>
1.6 +10 -4 jakarta-commons/xdocs/messenger.xml
Index: messenger.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/xdocs/messenger.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- messenger.xml 2001/11/13 09:50:48 1.5
+++ messenger.xml 2001/11/13 10:41:06 1.6
@@ -75,14 +75,16 @@
<section name="Documentation">
<p>
-You can browse the
-<a
href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons-sandbox/messenger/STATUS.html">status
document</a>.
-or the initial <a
href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons-sandbox/messenger/PROPOSAL.html">proposal</a>.
+The <a href="messenger/api/index.html">JavaDoc</a> is available online
+or you can download a <a
href="http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-messenger/">nightly
build</a>.
</p>
<p>
-The <a href="messenger/api/index.html">JavaDoc API documents</a> are available
online.
+There is also the
+<a
href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons-sandbox/messenger/STATUS.html">status
document</a>.
+or the initial <a
href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons-sandbox/messenger/PROPOSAL.html">proposal</a>.
</p>
+
</section>
<section name="Example Config">
@@ -305,6 +307,8 @@
available via the ServletRequest.getReader() method, in the normal Servlet way.
Any output written to the ServletResponse.getWriter() will be converted into a
TextMessage
and sent back to the originator.
+ All servlets and JSP pages have access to the originating JMS message and
Messenger objects via
+ the "message" and "messenger" request attributes respectively.
</li>
<li>
@@ -320,6 +324,8 @@
<li>
A JSP page can be any piece of JSP, for example the standard JSP tag library can
be used
to perform JavaScript, XPath, XSLT or SQL operations on the incoming message.
+ The request scope "message" and "messenger" attributes can be used to access the
originating
+ JMS Message and Messenger objects.
</li>
</ul>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>