jstrachan 02/05/30 12:22:36
Modified: jelly/xdocs overview.xml
Log:
Tidied up a little
Revision Changes Path
1.3 +2 -2 jakarta-commons-sandbox/jelly/xdocs/overview.xml
Index: overview.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/jelly/xdocs/overview.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- overview.xml 21 May 2002 11:13:57 -0000 1.2
+++ overview.xml 30 May 2002 19:22:36 -0000 1.3
@@ -12,7 +12,7 @@
<section name="Jelly Overview">
<p>Jelly is an XML based <i>processing engine</i>. The basic idea is that XML
-elements can be bound to a Java <i>action</i> which is a Java bean that performs
+elements can be bound to a Java <i>Tag</i> which is a Java bean that performs
some function. Here's an example action</p>
<pre>public class FooTag extends TagSupport {
@@ -35,7 +35,7 @@
</f:foo></pre>
<p>Jelly is totally extendable
-via custom actions (in a similar way to JSP custom tags) as well as cleanly
integrating with scripting
+via custom actions (in a similar way to JSP custom tags) as well as cleanly
integrating with scripting
languages such as Jexl, Velocity, pnuts, beanshell and via BSF (Bean Scripting
Framework)
languages like JavaScript & JPython</p>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>