Here's another minor patch; this time to link another article on the
resources page for a little article on how to integrate BSF with Groovy.
Index: resources.html
===================================================================
RCS file: /home/cvs/jakarta-bsf/docs/resources.html,v
retrieving revision 1.7
diff -u -r1.7 resources.html
--- resources.html 27 Jun 2003 05:22:29 -0000 1.7
+++ resources.html 31 Oct 2003 16:35:56 -0000
@@ -210,6 +210,32 @@
<table border="0" cellspacing="0" cellpadding="2"
width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
+ <a name="Embed Groovy in Java"><strong>Embed Groovy in Java</strong></a>
+ </font>
+ </td></tr>
+ <tr><td>
+ <blockquote>
+ <p>
+ There are two ways to embed Groovy scripting inside Java code.
+ One is to compile Groovy using the Groovy-specific API then use the objects
+ as normal POJOs. The other is to use BSF instead.
+ </p>
+ #table (<table>
+ <tr>
+ <th>Author:</th>
+ <td><a href="mailto:[EMAIL PROTECTED]">James Strachan</a></td>
+ </tr>
+ <tr>
+ <th>URL:</th>
+ <td><a
href="http://groovy.codehaus.org/bsf.html">http://groovy.codehaus.org/bsf.html</a></td>
+ </tr>
+ </table>)
+ </blockquote>
+ </td></tr>
+ </table>
+ <table border="0" cellspacing="0" cellpadding="2"
width="100%">
+ <tr><td bgcolor="#828DA6">
+ <font color="#ffffff" face="arial,helvetica,sanserif">
<a name="JRuby Documentation"><strong>JRuby Documentation</strong></a>
</font>
</td></tr>
James
-------
http://radio.weblogs.com/0112098/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]