 |
As the new Java.net infrastructure contains project-level wikis, this main wiki will be shut down in the near future. For wiki page export and general wiki questions please contact the site admin at communitymanager@java.net.
JudoScript? is a general-purpose, Java scripting, multi-domain language. It is a general-purpose programming language, fully capable of Java scripting, and supports many domain-specific features such as [JDBC] scripting, XML/HTML scripting, [J2EE] scripting ([RMI] calls from outside container), [Swing]/[AWT] [GUI] prototyping, Mail processing, [SSH] access, ActiveX? scripting and many more.
The focus of JudoScript is on making typical control structures into language syntax. For example, any function might be converted into thread by changing single word. Making Swing event listener takes about 10 chars etc.
Relative drawback of this scripting language is slow execution. JDBC loop took 10 times longer than Java version.
Simple HTTP processing is perfectly integrated into language. Login / cookies / redirect are not (as of 0.9).
JudoScript can be loaded in Judo home
|