« Return to Thread: Groovy Applets

Re: Groovy Applets

by Russel Winder :: Rate this Message:

Reply to Author | View in Thread

On Wed, 2006-09-20 at 21:08 -0700, backspaces wrote:

> Just FYI: Jython allows applets, although I think you can't use eval().
>   http://www.nabble.com/Jython-Applets-tf2302986.html

Presumably the eval function causes bytecode generation (and a pyc or
class file) so is the same problem that Groovy has, i.e. it cannot play
in the sandbox.  Is Jython a pure interpreted version of Python?
 
[ . . . ]

> So although I'm (reluctantly) willing to agree that web deployable !=
> applets, I think we need a good alternative, rather than just sneering at
> applets.

I don't think anyone was sneering at applets, just saying that most
people are using other solutions.  Because of the conflict between the
applet sandbox and dynamic programming language philosophy and
implementation, Java may well still be the best language of
implementation for applets.  Though if Jython can do it, then go for it!
--
Russel.
====================================================
Dr Russel Winder                +44 20 7585 2200
41 Buckmaster Road              +44 7770 465 077
London SW11 1EN, UK             russel@...


signature.asc (198 bytes) Download Attachment

 « Return to Thread: Groovy Applets