Author: sanka Date: Wed Jun 8 20:13:10 2005 New Revision: 189693 URL: http://svn.apache.org/viewcvs?rev=189693&view=rev Log: adding BUILDING, README and TODO files
Added: jakarta/bsf/trunk/bsf3/BUILDING jakarta/bsf/trunk/bsf3/README jakarta/bsf/trunk/bsf3/TODO Added: jakarta/bsf/trunk/bsf3/BUILDING URL: http://svn.apache.org/viewcvs/jakarta/bsf/trunk/bsf3/BUILDING?rev=189693&view=auto ============================================================================== --- jakarta/bsf/trunk/bsf3/BUILDING (added) +++ jakarta/bsf/trunk/bsf3/BUILDING Wed Jun 8 20:13:10 2005 @@ -0,0 +1,22 @@ + + To build BSF3.0rc , one needs the followings: + + - Servlet API.jar via Tomcat or other source + + - Supporting language .jar files: + Rhino -> http://www.mozilla.org/rhino + + Make sure the .jars (and Ant) are in your CLASSPATH, and then + use the command + + ant [target] + + where [target] is one of the following: + + - compile -> creates the "bsf.jar" package in "./build/lib" + (default target) + - bindist -> creates the complete binary distribution + - srcdist -> creates the complete source distribution + - dist -> creates both binary and source distributions + - javadocs -> generates the docs for the whole package in + "./dist/javadocs" Added: jakarta/bsf/trunk/bsf3/README URL: http://svn.apache.org/viewcvs/jakarta/bsf/trunk/bsf3/README?rev=189693&view=auto ============================================================================== --- jakarta/bsf/trunk/bsf3/README (added) +++ jakarta/bsf/trunk/bsf3/README Wed Jun 8 20:13:10 2005 @@ -0,0 +1,17 @@ +Intorduction +------------ + +Bean Scripting Framework 3.0rc provides the Standardized Scripting +API specified in JSR223 which can be used to execute or to evaluate +scripts in scripting engines and bind application objects into the +namespaces of scripts. + +In addition to that, it also provides the Web Scripting Framework +(which again specified in JSR223) which allow programs written in +scripting languages to generate web content. It is usable in any +container implementing the Servlet Specification. + +BSF 3.0rc currently supports: + * JavaScripts 1.5 + + \ No newline at end of file Added: jakarta/bsf/trunk/bsf3/TODO URL: http://svn.apache.org/viewcvs/jakarta/bsf/trunk/bsf3/TODO?rev=189693&view=auto ============================================================================== --- jakarta/bsf/trunk/bsf3/TODO (added) +++ jakarta/bsf/trunk/bsf3/TODO Wed Jun 8 20:13:10 2005 @@ -0,0 +1,14 @@ + +TODO list for BSF3.0rc + + adding backward compatibility for earlier versions of BSF + + add support for other scripting languages (e.g. Jython, NetRexx + .. etc) + + provide a testing framework + + improve document generation and distribution + + + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]