Skip to content

Instantly share code, notes, and snippets.

<html>
<head>
<title>BeanShell scripting example</title>
<script type="text/javascript" src="http://github.com/vic/jwmscript/tree/master/core/src/main/resources/com/jwmsolutions/jwmscript/applet.js?raw=true"></script>
<script type="text/javascript">
JWMScript({
archive: "http://github.com/vborja/jwmscript-example/tree/master/signed/jwmscript-core-0.0.1.jar?raw=true",
types : ["text/java", "text/beanshell"],
setup : function(scripting) {
alert("Setting up JWMScript");
@vborja
vborja / README
Created October 14, 2008 07:20
JWMScript demo
JWMScript Demo
Hello