Home

Awesome

http://cajuscript.googlecode.com/svn/trunk/cajuscript_final.png

===Goals===

===Contribute=== You can contribute to the development of CajuScript by sending feedback and bug reports.

VERSION 0.4 - [changelog Changelog]

[tutorialCajuNet CajuScript .Net]

Subscribe to our [http://groups.google.com/group/cajuscript official mailing list].

Simple and powerful script to use with Java.

Easy create newly instances of class and invocation of methods.

Tuning using [tutorialCache cache] and [tutorialCompile compile].

For know how you can use CajuScript on Java please see [http://cajuscript.googlecode.com/svn/trunk/javadoc/index.html Javadoc].

CajuScript implements Script Interfaces of the Java 6: {{{ javax.script.ScriptEngine caju = new org.cajuscript.CajuScriptEngine(); String javaHello = "Java: Hello!"; caju.put("javaHello", javaHello); String script = "$java.lang;"; script += "System.out.println(javaHello);"; script += "cajuHello = 'Caju: Hi!';"; caju.eval(script); System.out.println(caju.get("cajuHello")); }}}

See about [sampleSyntax customizable syntax]:

===CajuScript is very faster===

http://cajuscript.googlecode.com/svn/trunk/scriptstester/cajuscript035executionmodes.png

[testCajuScript035ExecutionModes See more about this test]

http://cajuscript.googlecode.com/svn/trunk/scriptstester/scriptstester.png

[testScriptsTester See more about this test]

===Samples===

<hr/>

[credits Credits and special thanks]