« Return to Thread: Groovy Applets

Re: Groovy Applets

by Erik Husby :: Rate this Message:

Reply to Author | View in Thread

It may or may not be related but I have a Java program in which I use  
Rhino javascript. I was unable to get this to work in a JNLP  
environment because of security issues. Signing the jars was not  
sufficient, because it was a personal project I did not delve deeply  
into it.  I suspect that similar problems would be faced by Groovy.

Plus, I agree Applets != Web deployment


On Sep 19, 2006, at 7:39 PM, Jochen Theodorou wrote:

> backspaces schrieb:
> [...]
>> If Groovy can't build applets, it will face huge problems  
>> attempting to
>> define itself as a seamless Java/Agile system.
>> We gotta fix this.
>
> Groovy can have Applets. The problem is that Groovy generates  
> classes at runtime and this does make problems here. This and maybe  
> the Classloaders, the access to private/protected methods and some  
> other things. You can sign the applet, but you would have to grant  
> very widegoing access rights.
>
> bye blackdrag
>
> --
> Jochen Theodorou
> Groovy Tech Lead
> http://blackdragsview.blogspot.com/
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>    http://xircles.codehaus.org/manage_email
>

---
Erik Husby
Senior Software Engineer
Broad Institute of MIT and Harvard
Rm. 2267, 320 Charles St, Cambridge, MA 02141-2023
mobile: 781.354.6669, office: 617.258.9227
email: mhusby@... AIM: ErikAtBroad



---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

 « Return to Thread: Groovy Applets