-
JClientPages
Hi everyone,
I'm happy to announce the second Beta release of (www) JClientPages (org)
JClientPages is intended to let you use full standard Java language together with JavaScript in your client-side scripts.
With JClientPages you can:
- write java code in your pages and execute it in the browser
- invoke java methods on html events (e.g. onclick="myJavaMethod()")
- mix Java and JavaScript (invoke Java methods from JavaScript and evaluate JavaScript from Java)
- access and modify page DOM with a simple Java API
- enrich your client-side scripts with your favourite java (.jar) third party libraries
And you don't need new browser plug-ins (only jre installed)!!!