Author: sanka Date: Fri Aug 11 14:00:43 2006 New Revision: 430896 URL: http://svn.apache.org/viewvc?rev=430896&view=rev Log: Updating WWW-site
Modified: jakarta/bsf/trunk/docs/index.html jakarta/bsf/trunk/docs/manual.html jakarta/bsf/trunk/docs/projects.html jakarta/bsf/trunk/docs/resources.html jakarta/bsf/trunk/xdocs/index.xml jakarta/bsf/trunk/xdocs/manual.xml jakarta/bsf/trunk/xdocs/projects.xml jakarta/bsf/trunk/xdocs/resources.xml Modified: jakarta/bsf/trunk/docs/index.html URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/docs/index.html?rev=430896&r1=430895&r2=430896&view=diff ============================================================================== --- jakarta/bsf/trunk/docs/index.html (original) +++ jakarta/bsf/trunk/docs/index.html Fri Aug 11 14:00:43 2006 @@ -2,22 +2,22 @@ <!-- Content Stylesheet for Site --> - + <!-- start the processing --> <html> <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! --> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> - + <meta name="author" value="Chuck Murcko"> <meta name="email" value="[EMAIL PROTECTED]"> <meta name="author" value="Victor Orlikowski"> <meta name="email" value="[EMAIL PROTECTED]"> - + <title>Jakarta BSF - Bean Scripting Framework</title> </head> - - <body bgcolor="#ffffff" text="#000000" link="#525D76"> + + <body bgcolor="#ffffff" text="#000000" link="#525D76"> <table border="0" width="100%" cellspacing="0"> <!-- TOP IMAGE --> <tr> @@ -33,7 +33,7 @@ <tr><td colspan="2"> <hr noshade="" size="1"/> </td></tr> - + <tr> <!-- LEFT SIDE NAVIGATION --> <td valign="top" nowrap="true"> @@ -155,6 +155,10 @@ <li> Java (using BeanShell, from the BeanShell project) </li> + + <li> + <a href="http://www.ulfdittmer.com/jlog/index.html">JLog</a> + </li> <li> JRuby @@ -171,15 +175,15 @@ <li> <a href="http://objectscript.sourceforge.net/">ObjectScript</a> </li> - - <li> - <a href="http://www.ooRexx.org">Open Object Rexx (ooRexx)</a>, - using the <a href="http://wi.wu-wien.ac.at/rgf/rexx/bsf4rexx/rexxEngine.jar">BSF - Rexx engine</a> for BSF, and the precompiled JNI-interface - <a href="http://wi.wu-wien.ac.at/rgf/rexx/bsf4rexx/bsf4rexx-dist.zip">BSF4Rexx .DLL (Windows) - or .so (Linux) file together with the ooRexx wrapper class 'BSF.CLS'</a>, which camouflages - Java as ooRexx. - </li> + + <li> + <a href="http://www.oorexx.org/"> Open Object Rexx (ooRexx)</a>, using + the <a href="http://wi.wu-wien.ac.at/rgf/rexx/bsf4rexx/current/">BSF Rexx + engine</a> for BSF, and the precompiled JNI-interface BSF4Rexx .DLL + (Windows) or .so (Linux) file together with the ooRexx wrapper class + 'BSF.CLS', which camouflages Java as ooRexx. + </li> + </ul> </p> <p> @@ -202,7 +206,7 @@ <a href="manual.html">online</a> </p> <p> -Documentation and examples are included in the source and binary distributions. +Documentation and examples are included in the source and binary distributions. </p> </blockquote> </td></tr> @@ -277,7 +281,7 @@ <tr><td> <blockquote> <p> - If you wish to use the latest BSF features, you can try downloading a nightly + If you wish to use the latest BSF features, you can try downloading a nightly build from <a href="http://jakarta.apache.org/builds/jakarta-bsf/nightly/">here</a> </p> </blockquote> Modified: jakarta/bsf/trunk/docs/manual.html URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/docs/manual.html?rev=430896&r1=430895&r2=430896&view=diff ============================================================================== --- jakarta/bsf/trunk/docs/manual.html (original) +++ jakarta/bsf/trunk/docs/manual.html Fri Aug 11 14:00:43 2006 @@ -390,30 +390,6 @@ </blockquote> </td></tr> </table> - <table border="0" cellspacing="0" cellpadding="2" width="100%"> - <tr><td bgcolor="#525D76"> - <font color="#ffffff" face="arial,helvetica,sanserif"> - <a name="Debugging"><strong>Debugging</strong></a> - </font> - </td></tr> - <tr><td> - <blockquote> - <p> - Debugging support has been added to BSF over the last year. In its - current form, only debugging of Javascript in JSPs is supported. The - focus has been to design an API that would permit a generic debugging - framework for multiple scripting engines; however, this has remained - an goal for BSF 3.0. Included in the debugging support for BSF 2.3 is a - rudimentary command-line debugger named jsdb, which acts as a client - to a debugging server that is managed by the <code>BSFManager</code>. - </p> - <p> - An example of a production debugger using the BSF debugging engine is at - <a href="http://www.eclipse.org/">http://www.eclipse.org/</a>. - </p> - </blockquote> - </td></tr> - </table> </td> </tr> Modified: jakarta/bsf/trunk/docs/projects.html URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/docs/projects.html?rev=430896&r1=430895&r2=430896&view=diff ============================================================================== --- jakarta/bsf/trunk/docs/projects.html (original) +++ jakarta/bsf/trunk/docs/projects.html Fri Aug 11 14:00:43 2006 @@ -334,21 +334,14 @@ <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#828DA6"> <font color="#ffffff" face="arial,helvetica,sanserif"> - <a name="JPython"><strong>JPython</strong></a> + <a name="Jacl"><strong>Jacl</strong></a> </font> </td></tr> <tr><td> <blockquote> <p> - "JPython is a new implementation of the Python programming language - which is designed to run on SUN's Java(tm) Platform. It consists of - a compiler to compile Python source code down to Java bytecodes which - can run directly on a JVM, a set of support libraries which are used - by the compiled Java bytecodes, and extra support to make it trivial - to use Java packages from within JPython." - </p> - <p> - NOTE: new development has shifted to Jython + "Jacl, which stands for Java Command Language, is a Java implementation + of TCL 8.x." </p> <table> <tr> @@ -361,7 +354,7 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - JPython 1.03, with BSF 2.2 and above (succeeded by Jython) + Jacl 1.2.6, with BSF 2.2 and above </font> </td> </tr> @@ -375,7 +368,7 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - <a href="http://www.cs.bham.ac.uk/resources/ums/java/packages/JPython1.1/html/">http://www.cs.bham.ac.uk/resources/ums/java/packages/JPython1.1/html/</a> + <a href="http://tcl.activestate.com/software/java/">http://tcl.activestate.com/software/java/</a> </font> </td> </tr> @@ -389,7 +382,7 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - <a href="http://mail.python.org/pipermail/jpython-interest/">JPython mailing list archives</a> + <a href="http://tcljava.sourceforge.net/docs/website/mail.html">Tcl/Java Mailing Lists</a> </font> </td> </tr> @@ -403,7 +396,7 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - JPython Software License + Sun, ORO, and UCB licenses (see source) </font> </td> </tr> @@ -414,14 +407,15 @@ <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#828DA6"> <font color="#ffffff" face="arial,helvetica,sanserif"> - <a name="Jacl"><strong>Jacl</strong></a> + <a name="NetRexx"><strong>NetRexx</strong></a> </font> </td></tr> <tr><td> <blockquote> <p> - "Jacl, which stands for Java Command Language, is a Java implementation - of TCL 8.x." + "NetRexx is a <i>human-oriented</i> programming language which makes + writing and using Java classes quicker and easier than writing in + Java." </p> <table> <tr> @@ -434,7 +428,7 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - Jacl 1.2.6, with BSF 2.2 and above + NetRexx 2.0.2, with BSF 2.2 and above </font> </td> </tr> @@ -448,7 +442,7 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - <a href="http://tcl.activestate.com/software/java/">http://tcl.activestate.com/software/java/</a> + <a href="http://www2.hursley.ibm.com/netrexx/">http://www2.hursley.ibm.com/netrexx/</a> </font> </td> </tr> @@ -462,7 +456,7 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - <a href="news://comp.lang.tcl">comp.lang.tcl newsgroup</a> + <a href="http://www-306.ibm.com/software/awdtools/netrexx/mailinglist.html">NetRexx 2 mailing list</a> </font> </td> </tr> @@ -476,7 +470,7 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - Sun, ORO, and UCB licenses (see source) + IBM License Agreement for IBM Employee-Written Software </font> </td> </tr> @@ -487,15 +481,14 @@ <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#828DA6"> <font color="#ffffff" face="arial,helvetica,sanserif"> - <a name="NetRexx"><strong>NetRexx</strong></a> + <a name="JRuby"><strong>JRuby</strong></a> </font> </td></tr> <tr><td> <blockquote> <p> - "NetRexx is a <i>human-oriented</i> programming language which makes - writing and using Java classes quicker and easier than writing in - Java." + "JRuby is a pure Java implementation of the Ruby interpreter, + being developed by Jan Arne Petersen and others." </p> <table> <tr> @@ -508,7 +501,7 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - NetRexx 2.0.2, with BSF 2.2 and above + BSF 2.2 and above </font> </td> </tr> @@ -522,7 +515,7 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - <a href="http://www2.hursley.ibm.com/netrexx/">http://www2.hursley.ibm.com/netrexx/</a> + <a href="http://jruby.sourceforge.net/">http://jruby.sourceforge.net/</a> </font> </td> </tr> @@ -536,7 +529,7 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - <a href="http://www2.hursley.ibm.com/netrexx/nrmlist.html">NetRexx 2 mailing list</a> + <a href="mailto:[EMAIL PROTECTED]">Jan Arne Petersen</a> </font> </td> </tr> @@ -550,7 +543,7 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - IBM License Agreement for IBM Employee-Written Software + dual GPL/LGPL </font> </td> </tr> @@ -561,14 +554,16 @@ <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#828DA6"> <font color="#ffffff" face="arial,helvetica,sanserif"> - <a name="JRuby"><strong>JRuby</strong></a> + <a name="JudoScript"><strong>JudoScript</strong></a> </font> </td></tr> <tr><td> <blockquote> <p> - "JRuby is a pure Java implementation of the Ruby interpreter, - being developed by Jan Arne Petersen and others." + "Judoscript is a 3GL-and-4GL; it retains 3GL's powerful + programmability, and extends its reach into many of today's popular + applications areas with 4GL approach (figuratively, "WYSIWYG + programming"), making their uses easy, effective and elegant." </p> <table> <tr> @@ -595,7 +590,7 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - <a href="http://jruby.sourceforge.net/">http://jruby.sourceforge.net/</a> + <a href="http://www.judoscript.com/">http://www.judoscript.com/</a> </font> </td> </tr> @@ -609,7 +604,7 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - <a href="mailto:[EMAIL PROTECTED]">Jan Arne Petersen</a> + <a href="mailto:[EMAIL PROTECTED]">James Huang</a> </font> </td> </tr> @@ -623,7 +618,7 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - dual GPL/LGPL + LGPL </font> </td> </tr> @@ -634,16 +629,17 @@ <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#828DA6"> <font color="#ffffff" face="arial,helvetica,sanserif"> - <a name="JudoScript"><strong>JudoScript</strong></a> + <a name="Xalan"><strong>Xalan</strong></a> </font> </td></tr> <tr><td> <blockquote> <p> - "Judoscript is a 3GL-and-4GL; it retains 3GL's powerful - programmability, and extends its reach into many of today's popular - applications areas with 4GL approach (figuratively, "WYSIWYG - programming"), making their uses easy, effective and elegant." + "Xalan-Java is an XSLT processor for transforming XML documents into + HTML, text, or other XML document types. It implements the W3C + Recommendations for XSL Transformations (XSLT) and the XML Path + Language (XPath). It can be used from the command line, in an applet + or a servlet, or as a module in other program." </p> <table> <tr> @@ -656,7 +652,7 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - BSF 2.2 and above + Xalan 2.2 and above (XSLT), with BSF 2.3 and above </font> </td> </tr> @@ -670,7 +666,7 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - <a href="http://www.judoscript.com/">http://www.judoscript.com/</a> + <a href="http://xml.apache.org/xalan-j/index.html">http://xml.apache.org/xalan-j/index.html</a> </font> </td> </tr> @@ -684,7 +680,7 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - <a href="mailto:[EMAIL PROTECTED]">James Huang</a> + <a href="http://xml.apache.org/overview.html">Apache XML Project "Get Involved" page</a> </font> </td> </tr> @@ -698,7 +694,7 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - LGPL + Apache Software License </font> </td> </tr> @@ -709,17 +705,17 @@ <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#828DA6"> <font color="#ffffff" face="arial,helvetica,sanserif"> - <a name="Xalan"><strong>Xalan</strong></a> + <a name="Groovy"><strong>Groovy</strong></a> </font> </td></tr> <tr><td> <blockquote> <p> - "Xalan-Java is an XSLT processor for transforming XML documents into - HTML, text, or other XML document types. It implements the W3C - Recommendations for XSL Transformations (XSLT) and the XML Path - Language (XPath). It can be used from the command line, in an applet - or a servlet, or as a module in other program." + "Groovy is a powerful scripting language for the JVM which compiles down to Java bytecode and implements + various high level features for Java developers such as dynamic typing, powerful closures for neat object navigation, + native syntax for Maps and Lists, operator overloading, new extended JDK methods, AOP hooks and auto-boxing. + Groovy also features a markup language for working with structured data (XML, DOM, SAX, Ant tasks, Swing etc). + " </p> <table> <tr> @@ -732,7 +728,7 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - Xalan 2.2 and above (XSLT), with BSF 2.3 and above + BSF 2.3 and above </font> </td> </tr> @@ -746,7 +742,7 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - <a href="http://xml.apache.org/xalan-j/index.html">http://xml.apache.org/xalan-j/index.html</a> + <a href="http://groovy.codehaus.org/">http://groovy.codehaus.org/</a> </font> </td> </tr> @@ -760,7 +756,7 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - <a href="http://xml.apache.org/overview.html">Apache XML Project "Get Involved" page</a> + <a href="http://groovy.codehaus.org/mail-lists.html">Mailing lists</a> </font> </td> </tr> @@ -774,7 +770,7 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - Apache Software License + BSD (Apache-like) License </font> </td> </tr> @@ -785,17 +781,17 @@ <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#828DA6"> <font color="#ffffff" face="arial,helvetica,sanserif"> - <a name="Groovy"><strong>Groovy</strong></a> + <a name="ObjectScript"><strong>ObjectScript</strong></a> </font> </td></tr> <tr><td> <blockquote> <p> - "Groovy is a powerful scripting language for the JVM which compiles down to Java bytecode and implements - various high level features for Java developers such as dynamic typing, powerful closures for neat object navigation, - native syntax for Maps and Lists, operator overloading, new extended JDK methods, AOP hooks and auto-boxing. - Groovy also features a markup language for working with structured data (XML, DOM, SAX, Ant tasks, Swing etc). - " + "ObjectScript is a general purpose object-oriented programming language. It is designed to + be simple to learn, easy to use, yet still powerful, combining the convenience of an + interactive interpreter with many of the features of Java, plus operator overloading, + regular expressions, closures, XML-RPC support, etc. And a behind the scenes compiler + compiles script code to JVM bytecode for faster execution." </p> <table> <tr> @@ -822,7 +818,7 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - <a href="http://groovy.codehaus.org/">http://groovy.codehaus.org/</a> + <a href="http://objectscript.sourceforge.net/">http://objectscript.sourceforge.net/</a> </font> </td> </tr> @@ -836,7 +832,7 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - <a href="http://groovy.codehaus.org/mail-lists.html">Mailing lists</a> + <a href="mailto:[EMAIL PROTECTED]">Rob Clark</a> </font> </td> </tr> @@ -850,7 +846,7 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - BSD (Apache-like) License + LGPL </font> </td> </tr> @@ -861,17 +857,18 @@ <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#828DA6"> <font color="#ffffff" face="arial,helvetica,sanserif"> - <a name="ObjectScript"><strong>ObjectScript</strong></a> + <a name="Prolog"><strong>Prolog</strong></a> </font> </td></tr> <tr><td> <blockquote> <p> - "ObjectScript is a general purpose object-oriented programming language. It is designed to - be simple to learn, easy to use, yet still powerful, combining the convenience of an - interactive interpreter with many of the features of Java, plus operator overloading, - regular expressions, closures, XML-RPC support, etc. And a behind the scenes compiler - compiles script code to JVM bytecode for faster execution." + "Prolog is a logic-oriented language based on predicate calculus. While it is not + really a scripting language, there is a range of problems that are much easier to + express in it than in Java, and for these cases a Prolog BSF engine comes in handy. + It is also useful for adding a GUI to Prolog programs. + The underlying Prolog interpreter is JLog, which can be run as an applet, an application + or embedded through an API, and can be found at http://sf.net/projects/jlogic/. </p> <table> <tr> @@ -898,7 +895,7 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - <a href="http://objectscript.sourceforge.net/">http://objectscript.sourceforge.net/</a> + <a href="http://www.ulfdittmer.com/jlog/">http://www.ulfdittmer.com/jlog/</a> </font> </td> </tr> @@ -912,7 +909,7 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - <a href="mailto:[EMAIL PROTECTED]">Rob Clark</a> + <a href="mailto:[EMAIL PROTECTED]">Ulf Dittmer</a> </font> </td> </tr> @@ -926,7 +923,145 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - LGPL + GPL (same as JLog itself) + </font> + </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="ooRexx"><strong>ooRexx</strong></a> + </font> + </td></tr> + <tr><td> + <blockquote> + <p> + "Open Object Rexx (ooRexx, http://www.ooRexx.org) is a free + and opensource language, which was originally developed by IBM. + The non-profit SIG Rexx Language Association (http://www.RexxLA.org) + received the source code from IBM and released an opensource version + to the community in 2005. + + <br />The BSF engine for Rexx (BSF4Rexx) 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> + <table> + <tr> + <td bgcolor="#039acc" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + Compatibility: + </font> + </td> + <td bgcolor="#a0ddf0" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + BSF 2.3 and above + </font> + </td> + </tr> + <tr> + <td bgcolor="#039acc" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + URL (ooRexx): + </font> + </td> + <td bgcolor="#a0ddf0" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + <a href="http://www.ooRexx.org/">http://www.ooRexx.org/</a> + </font> + </td> + </tr> + <tr> + <td bgcolor="#039acc" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + URL (BSF4Rexx, temporary): + </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/bsf4rexx/current/">http://wi.wu-wien.ac.at/rgf/rexx/bsf4rexx/current/ (temporary)</a> + </font> + </td> + </tr> + <tr> + <td bgcolor="#039acc" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + URL (BSF4Rexx, planned home): + </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> + </font> + </td> + </tr> + <tr> + <td bgcolor="#039acc" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + Contact (ooRexx): + </font> + </td> + <td bgcolor="#a0ddf0" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + <a href="mailto:[EMAIL PROTECTED]">Ulf Dittmer</a> + </font> + </td> + </tr> + <tr> + <td bgcolor="#039acc" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + Contact (BSF4Rexx): + </font> + </td> + <td bgcolor="#a0ddf0" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + <a href="mailto:[EMAIL PROTECTED]">Ulf Dittmer</a> + </font> + </td> + </tr> + <tr> + <td bgcolor="#039acc" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + License: + </font> + </td> + <td bgcolor="#a0ddf0" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + ooRexx: IBM's opensource license CPL v 1.0 + + </font> + </td> + </tr> + <tr> + <td bgcolor="#039acc" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + License: + </font> + </td> + <td bgcolor="#a0ddf0" colspan="" rowspan="" + valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + BSF4Rexx: Apache v2.0 + </font> </td> </tr> Modified: jakarta/bsf/trunk/docs/resources.html URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/docs/resources.html?rev=430896&r1=430895&r2=430896&view=diff ============================================================================== --- jakarta/bsf/trunk/docs/resources.html (original) +++ jakarta/bsf/trunk/docs/resources.html Fri Aug 11 14:00:43 2006 @@ -372,7 +372,7 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - <a href="http://www.biztool.com/magazines/java/archives/0506/hightower/">http://www.biztool.com/magazines/java/archives/0506/hightower/</a> + <a href="http://jdj.sys-con.com/read/36422.htm">http://jdj.sys-con.com/read/36422.htm</a> </font> </td> </tr> @@ -417,7 +417,7 @@ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - <a href="www.judoscript.com/articles/embed.html">www.judoscript.com/articles/embed.html</a> + <a href="http://www.judoscript.com/articles/embed.html">http://www.judoscript.com/articles/embed.html</a> </font> </td> </tr> Modified: jakarta/bsf/trunk/xdocs/index.xml URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/xdocs/index.xml?rev=430896&r1=430895&r2=430896&view=diff ============================================================================== --- jakarta/bsf/trunk/xdocs/index.xml (original) +++ jakarta/bsf/trunk/xdocs/index.xml Fri Aug 11 14:00:43 2006 @@ -60,6 +60,10 @@ <li> Java (using BeanShell, from the BeanShell project) </li> + + <li> + <a href="http://www.ulfdittmer.com/jlog/index.html">JLog</a> + </li> <li> JRuby @@ -76,6 +80,15 @@ <li> <a href="http://objectscript.sourceforge.net/">ObjectScript</a> </li> + + <li> + <a href="http://www.oorexx.org/"> Open Object Rexx (ooRexx)</a>, using + the <a href="http://wi.wu-wien.ac.at/rgf/rexx/bsf4rexx/current/">BSF Rexx + engine</a> for BSF, and the precompiled JNI-interface BSF4Rexx .DLL + (Windows) or .so (Linux) file together with the ooRexx wrapper class + 'BSF.CLS', which camouflages Java as ooRexx. + </li> + </ul> </p> Modified: jakarta/bsf/trunk/xdocs/manual.xml URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/xdocs/manual.xml?rev=430896&r1=430895&r2=430896&view=diff ============================================================================== --- jakarta/bsf/trunk/xdocs/manual.xml (original) +++ jakarta/bsf/trunk/xdocs/manual.xml Fri Aug 11 14:00:43 2006 @@ -271,25 +271,6 @@ </section> - <section name="Debugging"> - - <p> - Debugging support has been added to BSF over the last year. In its - current form, only debugging of Javascript in JSPs is supported. The - focus has been to design an API that would permit a generic debugging - framework for multiple scripting engines; however, this has remained - an goal for BSF 3.0. Included in the debugging support for BSF 2.3 is a - rudimentary command-line debugger named jsdb, which acts as a client - to a debugging server that is managed by the <code>BSFManager</code>. - </p> - - <p> - An example of a production debugger using the BSF debugging engine is at - <a href="http://www.eclipse.org/">http://www.eclipse.org/</a>. - </p> - - </section> - </body> </document> Modified: jakarta/bsf/trunk/xdocs/projects.xml URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/xdocs/projects.xml?rev=430896&r1=430895&r2=430896&view=diff ============================================================================== --- jakarta/bsf/trunk/xdocs/projects.xml (original) +++ jakarta/bsf/trunk/xdocs/projects.xml Fri Aug 11 14:00:43 2006 @@ -104,41 +104,6 @@ </table> </subsection> - <subsection name="JPython"> - - <p> - "JPython is a new implementation of the Python programming language - which is designed to run on SUN's Java(tm) Platform. It consists of - a compiler to compile Python source code down to Java bytecodes which - can run directly on a JVM, a set of support libraries which are used - by the compiled Java bytecodes, and extra support to make it trivial - to use Java packages from within JPython." - </p> - - <p> - NOTE: new development has shifted to Jython - </p> - - <table> - <tr> - <th>Compatibility:</th> - <td>JPython 1.03, with BSF 2.2 and above (succeeded by Jython)</td> - </tr> - <tr> - <th>URL:</th> - <td><a href="http://www.cs.bham.ac.uk/resources/ums/java/packages/JPython1.1/html/">http://www.cs.bham.ac.uk/resources/ums/java/packages/JPython1.1/html/</a></td> - </tr> - <tr> - <th>Contact:</th> - <td><a href ="http://mail.python.org/pipermail/jpython-interest/">JPython mailing list archives</a></td> - </tr> - <tr> - <th>License:</th> - <td>JPython Software License</td> - </tr> - </table> - </subsection> - <subsection name="Jacl"> <p> @@ -157,7 +122,7 @@ </tr> <tr> <th>Contact:</th> - <td><a href ="news://comp.lang.tcl">comp.lang.tcl newsgroup</a></td> + <td><a href ="http://tcljava.sourceforge.net/docs/website/mail.html">Tcl/Java Mailing Lists</a></td> </tr> <tr> <th>License:</th> @@ -185,7 +150,7 @@ </tr> <tr> <th>Contact:</th> - <td><a href="http://www2.hursley.ibm.com/netrexx/nrmlist.html">NetRexx 2 mailing list</a></td> + <td><a href="http://www-306.ibm.com/software/awdtools/netrexx/mailinglist.html">NetRexx 2 mailing list</a></td> </tr> <tr> <th>License:</th> Modified: jakarta/bsf/trunk/xdocs/resources.xml URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/xdocs/resources.xml?rev=430896&r1=430895&r2=430896&view=diff ============================================================================== --- jakarta/bsf/trunk/xdocs/resources.xml (original) +++ jakarta/bsf/trunk/xdocs/resources.xml Fri Aug 11 14:00:43 2006 @@ -135,7 +135,7 @@ </tr> <tr> <th>URL:</th> - <td><a href="http://www.biztool.com/magazines/java/archives/0506/hightower/">http://www.biztool.com/magazines/java/archives/0506/hightower/</a></td> + <td><a href="http://jdj.sys-con.com/read/36422.htm">http://jdj.sys-con.com/read/36422.htm</a></td> </tr> </table> </subsection> @@ -154,7 +154,7 @@ </tr> <tr> <th>URL:</th> - <td><a href="www.judoscript.com/articles/embed.html">www.judoscript.com/articles/embed.html</a></td> + <td><a href="http://www.judoscript.com/articles/embed.html">http://www.judoscript.com/articles/embed.html</a></td> </tr> </table> </subsection> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]