sanjiva     2003/11/03 05:45:31

  Modified:    docs     resources.html
  Log:
  committed patch from James Strachan <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.8       +26 -0     jakarta-bsf/docs/resources.html
  
  Index: resources.html
  ===================================================================
  RCS file: /home/cvs/jakarta-bsf/docs/resources.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- resources.html    27 Jun 2003 05:22:29 -0000      1.7
  +++ resources.html    3 Nov 2003 13:45:31 -0000       1.8
  @@ -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>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to