You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by se...@apache.org on 2010/06/07 03:33:48 UTC

svn commit: r952056 - in /jakarta/bsf/trunk/docs: projects.html resources.html

Author: sebb
Date: Mon Jun  7 01:33:48 2010
New Revision: 952056

URL: http://svn.apache.org/viewvc?rev=952056&view=rev
Log:
Html version of changes committed in r925992

Modified:
    jakarta/bsf/trunk/docs/projects.html
    jakarta/bsf/trunk/docs/resources.html

Modified: jakarta/bsf/trunk/docs/projects.html
URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/docs/projects.html?rev=952056&r1=952055&r2=952056&view=diff
==============================================================================
--- jakarta/bsf/trunk/docs/projects.html (original)
+++ jakarta/bsf/trunk/docs/projects.html Mon Jun  7 01:33:48 2010
@@ -942,7 +942,7 @@
         received the source code from IBM at the end of 2004 and released an opensource version
         to the community in the spring of 2005.
 
-        <br /><a href="http://wi.wu-wien.ac.at/rgf/rexx/bsf4rexx/current/">The BSF engine for Rexx (BSF4Rexx) </a> comes with an ooRexx wrapper
+        <br /><a href="http://wi.wu-wien.ac.at/rgf/rexx/bsf4oorexx/current/">The BSF engine for ooRexx (BSF4ooRexx) </a> comes with an ooRexx wrapper
         program (BSF.CLS) which camouflages Java as ooRexx, easying programming
         considerably (e.g. no need for type information/casting)."
         </p>
@@ -1034,7 +1034,7 @@
                       <td bgcolor="#a0ddf0" colspan="" rowspan=""
       valign="top" align="left">
     <font color="#000000" size="-1" face="arial,helvetica,sanserif">
-          <em>BSF4Rexx</em>
+          <em>BSF4ooRexx</em>
         </font>
   </td>
       </tr>
@@ -1062,7 +1062,7 @@
                       <td bgcolor="#a0ddf0" colspan="" rowspan=""
       valign="top" align="left">
     <font color="#000000" size="-1" face="arial,helvetica,sanserif">
-          <a href="http://wi.wu-wien.ac.at/rgf/rexx/bsf4rexx/current/">http://wi.wu-wien.ac.at/rgf/rexx/bsf4rexx/current/</a> (temporary home)
+          <a href="http://wi.wu-wien.ac.at/rgf/rexx/bsf4oorexx/current/">http://wi.wu-wien.ac.at/rgf/rexx/bsf4oorexx/current/</a> (temporary home)
         </font>
   </td>
       </tr>
@@ -1070,13 +1070,13 @@
                   <td bgcolor="#039acc" colspan="" rowspan=""
       valign="top" align="left">
     <font color="#000000" size="-1" face="arial,helvetica,sanserif">
-          URL:
+          (future) URL:
         </font>
   </td>
                       <td bgcolor="#a0ddf0" colspan="" rowspan=""
       valign="top" align="left">
     <font color="#000000" size="-1" face="arial,helvetica,sanserif">
-          <a href="http://bsf4rexx.sourceforge.net/">http://bsf4rexx.sourceforge.net (starting at the end of April 2006)</a>  (planned home)
+          <a href="http://bsf4rexx.sourceforge.net/">http://bsf4rexx.sourceforge.net</a>  (planned home)
         </font>
   </td>
       </tr>

Modified: jakarta/bsf/trunk/docs/resources.html
URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/docs/resources.html?rev=952056&r1=952055&r2=952056&view=diff
==============================================================================
--- jakarta/bsf/trunk/docs/resources.html (original)
+++ jakarta/bsf/trunk/docs/resources.html Mon Jun  7 01:33:48 2010
@@ -540,7 +540,8 @@
     <tr><td>
       <blockquote>
                         <p>
-          <a href="http://wi.wu-wien.ac.at/rgf/rexx/bsf4rexx/current/">"BSF4Rexx", the Bean Scripting Framework for Rexx</a>, allows one to use the Rexx
+          <a href="http://wi.wu-wien.ac.at/rgf/rexx/bsf4oorexx/current/">"BSF4ooRexx",
+        the Bean Scripting Framework for Rexx</a>, allows one to use the Rexx
          and Object Rexx programming languages with the open source Bean Scripting
          Framework (BSF) which enables Java programs to easily invoke scripts and
          programs written in another language than Java. This article introduces the
@@ -602,8 +603,11 @@
             technology thereby making bleeding edge software concepts available to Java
             programmers. For that reason the JRE has been an attractive target for making its
             functionality available to Rexx programs in the form of external Rexx functions, notably
-            with the <a href="http://wi.wu-wien.ac.at/rgf/rexx/bsf4rexx/current/">"BSF4Rexx" (Bean Scripting Framework for Rexx)</a> technology introduced at
-            past International Rexx Symposiae. BSF4Rexx supplies a procedural interface to Java,
+            with the
+            <a href="http://wi.wu-wien.ac.at/rgf/rexx/bsf4oorexx/current/">"BSF4ooRexx" (Bean Scripting Framework for ooRexx)</a>
+            (old: <a href="http://wi.wu-wien.ac.at/rgf/rexx/bsf4rexx/current/">"BSF4Rexx"
+(Bean Scripting Framework for Rexx)</a>) technology introduced at
+            past International Rexx Symposiae. BSF4[oo]Rexx supplies a procedural interface to Java,
             such that Rexx programs need to simply use CALL-statements or function-calls to
             bridge into Java.
         </p>
@@ -612,7 +616,7 @@
             as this may reduce the complexity to refer to Java. This article introduces and
             discusses the architecture and the implementation of Object Rexx wrapper classes that
             hide the procedural interfaces from Object Rexx programmers by embedding the
-            procedural interfaces of BSF4Rexx in Object Rexx methods, allowing e.g. the
+            procedural interfaces of BSF4ooRexx in Object Rexx methods, allowing e.g. the
             invocation of Java methods transparently via Object Rexx messages.
       </p>
                                 <p>
@@ -680,7 +684,7 @@
                                 <p>
                 For the programming language Java, OpenOffice supplies a Java interface to
                 UNO, which can also be exploited in rather innovative ways, e.g.  using
-                <a href="http://wi.wu-wien.ac.at/rgf/rexx/bsf4rexx/current/">BSF4Rexx (Bean Scripting Framework for Rexx)</a> to bridge between OpenOffice
+                <a href="http://wi.wu-wien.ac.at/rgf/rexx/bsf4oorexx/current/">BSF4ooRexx (Bean Scripting Framework for ooRexx)</a> to bridge between OpenOffice
                 and ooRexx.  Such a solution would allow for the driving/scripting of
                 OpenOffice in a platform independent way, allowing customers to eventually
                 break out of possibly undesired lock-ins (e.g.  Windows operating system
@@ -778,7 +782,7 @@
                         <p>
                 This work explores and implements scripts which allow driving the source
                 code version control system "subversion" from <a href="http://www.ooRexx.org">ooRexx</a>.  As there are Java
-                implementations for subversion it is possible to employ <a href="http://wi.wu-wien.ac.at/rgf/rexx/bsf4rexx/current/">BSF4Rexx</a> to drive
+                implementations for subversion it is possible to employ <a href="http://wi.wu-wien.ac.at/rgf/rexx/bsf4oorexx/current/">BSF4ooRexx</a> to drive
                 the application.
         </p>
                                   <table>
@@ -839,7 +843,7 @@
                         <p>
             This work explores and demonstrates how <a href="http://www.OpenOffice.org">OpenOffice.org</a> can be automated
             via Object REXX by using the Java programming interfaces of OpenOffice.org
-            and <a href="http://wi.wu-wien.ac.at/rgf/rexx/bsf4rexx/current/">BSF4Rexx</a>.
+            and <a href="http://wi.wu-wien.ac.at/rgf/rexx/bsf4oorexx/current/">BSF4ooRexx</a>.
           </p>
                                 <p>
             This time specific <a href="http://www.ooRexx.org">ooRexx</a> support for OpenOffice (module "UNO.CLS" by
@@ -906,7 +910,7 @@
                         <p>
                 This work builds on the work of Mr.  Ahammer (above).  It explores and
                 demonstrates how <a href="http://www.OpenOffice.org">OpenOffice.org</a> can be automated via Object REXX by using
-                the Java programming interfaces of OpenOffice.org and <a href="http://wi.wu-wien.ac.at/rgf/rexx/bsf4rexx/current/">BSF4Rexx</a>.
+                the Java programming interfaces of OpenOffice.org and <a href="http://wi.wu-wien.ac.at/rgf/rexx/bsf4oorexx/current/">BSF4ooRexx</a>.
         </p>
                                 <p>
                 This time the OpenOffice.org 2.0 scripting framework (written in Java) is
@@ -970,7 +974,7 @@
       <blockquote>
                         <p>
                 This seminar paper introduces the easy to learn syntax of <a href="http://www.ooRexx.org">Open Object Rexx
-                (ooRexx)</a> and the <a href="http://wi.wu-wien.ac.at/rgf/rexx/bsf4rexx/current/">BSF4Rexx</a> external Rexx function package, which allows the
+                (ooRexx)</a> and the <a href="http://wi.wu-wien.ac.at/rgf/rexx/bsf4oorexx/current/">BSF4ooRexx</a> external Rexx function package, which allows the
                 weakly typed language ooRexx to interface with (strictly typed) Java.
         </p>
                                 <p>
@@ -1244,7 +1248,7 @@
     <tr><td>
       <blockquote>
                         <p>
-                    This presentation introduces the "The Vienna Version of <a href="http://wi.wu-wien.ac.at/rgf/rexx/bsf4rexx/current/">BSF4Rexx</a>",
+                    This presentation introduces the "The Vienna Version of <a href="http://wi.wu-wien.ac.at/rgf/rexx/bsf4orexx/current/">BSF4ooRexx</a>",
                     International Rexx Symposium 2006, Austin, Texas.
             </p>
                                   <table>
@@ -1289,7 +1293,7 @@
     <tr><td>
       <blockquote>
                         <p>
-                    "The Vienna Version of <a href="http://wi.wu-wien.ac.at/rgf/rexx/bsf4rexx/current/">BSF4Rexx</a>", allows open-platform scripting of
+                    "The Vienna Version of <a href="http://wi.wu-wien.ac.at/rgf/rexx/bsf4oorexx/current/">BSF4ooRexx</a>", allows open-platform scripting of
                     <a href="http://www.OpenOffice.org">OpenOffice.org (OOo)</a> with the help of BSF. This is done by using the Java APIs of OOo via BSF to
                     address the OOo "Universal Network Objects (UNO)" components, which are used to assemble OOo.
                     <br />
@@ -1372,6 +1376,59 @@
                     </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="The 2009 Edition of BSF4Rexx"><strong>The 2009 Edition of BSF4Rexx</strong></a>
+      </font>
+    </td></tr>
+    <tr><td>
+      <blockquote>
+                        <p>
+                    With the advent of the ooRexx 4.0 in the summer of 2009 a new, fully object-oriented kernel has been made available, which allows
+                    to close an important gap between ooRexx and Java, namely synchroneous callbacks from Java into ooRexx and allowing Java
+                    methods to be implemented in Rexx.
+            </p>
+                                <p>
+                    The article <a href="http://wi.wu.ac.at/rgf/rexx/orx20/2009_orx20_BSF4Rexx-20091031-article.pdf">"The 2009 Edition of BSF4Rexx"</a>
+                    gives an overview of the new features made available in the
+                    BSF4<em>oo</em>Rexx package (note the change in the name of the package from
+                    "BSF4Rexx" to "BSF4<em>oo</em>Rexx").  Self-explanatory
+                    nutshell examples are used to stress the discussed features.
+            </p>
+                                  <table>
+              <tr>
+                  <td bgcolor="#039acc" colspan="" rowspan=""
+      valign="top" align="left">
+    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+          Author:
+        </font>
+  </td>
+                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
+      valign="top" align="left">
+    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+          <a href="mailto:rony@apache.org">Rony G. Flatscher</a>
+        </font>
+  </td>
+      </tr>
+                  <tr>
+                  <td bgcolor="#039acc" colspan="" rowspan=""
+      valign="top" align="left">
+    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+          URL:
+        </font>
+  </td>
+                      <td bgcolor="#a0ddf0" colspan="" rowspan=""
+      valign="top" align="left">
+    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+          <a href="http://wi.wu-wien.ac.at/rgf/rexx/orx17/2006_orx17_BSF_ViennaEd.pdf">http://wi.wu-wien.ac.at/rgf/rexx/orx17/2006_orx17_BSF_ViennaEd.pdf</a>
+        </font>
+  </td>
+      </tr>
+        </table>
+                    </blockquote>
+    </td></tr>
+  </table>
                     </blockquote>
     </td></tr>
   </table>



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org