From: Marcos S. P. <msa...@gr...> - 2010-01-26 14:04:10
|
Hi there But you can use a pythoninterpreter in your applet classes, can't you? You just have to include your py sources as resources. I have a test applet that adds 2+2 and show sys.version. In theory, you could add your jython java object factory to this mix... By the way, what is the minimal set of permissions for jython to work? I am testing with grant { permission java.security.AllPermission; }; Rasjid, is that close to what you wanted? El mar, 26-01-2010 a las 23:39 +1100, Rasjid Wilcox escribió: > 2010/1/26 Josh Juneau <jun...@gm...> > Although coding traditional applets in Jython 2.5.x is not yet > possible, it is easy to develop Java web start applications > using the latest version of Jython. The development of > applets using Jython requires a compiler such as jythonc. The > jythonc compiler has not been brought forward into 2.5.x > due incompatibilities with some of the newer language > features. However, web start applications are a viable > alternative to applets, although they will not run directly > within the web browser. For more information on how to get > started, you may wish to take a look here: > http://jythonpodcast.hostjava.net/jythonbook/chapter13.html#applets-and-java-web-start > > > > Ah. I don't think webstart will do what I had in mind in this > instance. I'll keep it in mind for other things though. > > So thanks for the info, even if it is not what I wanted to hear. :-) > > Cheers, Rasjid. > > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ Jython-users mailing list Jyt...@li... https://lists.sourceforge.net/lists/listinfo/jython-users |