| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| easylibs-jscrawl-0.8.jar | 2017-03-05 | 65.5 kB | |
| easylibs-jscrawl-javadocs-0.8.zip | 2017-03-05 | 137.8 kB | |
| README | 2017-03-05 | 1.6 kB | |
| Totals: 3 Items | 204.9 kB | 0 |
README
======
EasyLibs jScrawl API
------------------------------
Welcome to jScrawl, a bean scripting library
jScrawl provides easy way to export beans and other
entities into jScrawls domain (a namespace) and use a simple
scripting language at runtime to execute against. Easily
evaluate expressions (as runtime strings) or execute
statements such as assignments which modify backing beans
at runtime.
JDK Version notes
-----------------
The jScrawl API supports JDK 1.7 or higher.
Download
--------
Please download compiled binary distribution packages from
sourceforge.net project website.
https://sourceforge.net/projects/jScrawl/files
Source is available from the following sites using github
https://github.com/voytechs/jScrawl
https://sourceforge.net/p/jScrawl/code/ref/master/
Requirements
------------
None
Installation
------------
Unzip or untar distribution package and add jScrawl.jar to your CLASSPATH
Problems?
---------
Please report bugs with sourceforge.net bug tracker or forum.
https://sourceforge.net/projects/jScrawl/support
Getting Started
---------------
The best place to get started is by looking at the examples.
src/examples/java
Another good place to look at various other forms are the Unit tests.
src/test/java
Lastly for a real-life usecase, please look at the EasyLibs Args project.
The Args project utilizes jScrawl to provide scripting capabilities to the
command line parser that is Args library.
https://sourceforge.net/projects/args/