From: Rasjid W. <ra...@gm...> - 2010-01-26 11:08:47
|
2010/1/26 Francis Pieraut <fr...@qm...> > Hi Rasjid, > > You can download the example I have created in that blog: > http://fraka6.blogspot.com/2010/01/power-of-python-within-tomcat-for.html > Let me know if you have problems. > > Thanks Francis, but (unless I'm mistaken) that is for a servlet (I think that is the right terminology - I'm not from the Java world) to run within tomcat, where as I'm after an example of running a Jython applet in a browser (the code runs client side in the browser, not server side in tomcat). http://www.jython.org/applets/ says the page has been retired. The docs for Jython 2.1 are at http://www.jython.org/archive/21/applets/index.html but I have no idea if the approach given for Jython 2.1 still holds for Jython 2.5. Cheers, Rasjid. |