From: Berlin B. <ber...@gm...> - 2005-09-09 12:34:44
|
If you do, do it, I would like to see the results. I suggest using the=20 Jython 2.2 (new release), because it has been out for a while and will=20 probably match future jython release. Also, I suggest jar'ing the python=20 code if you can as opposed to using pure java classes. I attempted to creat= e=20 a applet recently, but my web-hosted didnt like the java HTML framework and= =20 wouldn't let me upload jython.jar? On 9/9/05, Ken Seehart J <jy...@se...> wrote: >=20 > I have an idea: How about if we make a Wiki based Jython Applet > tutorial? It seems that the process of creating an applet in jython is > complicated enough that no individual would be able to make a good > tutorial. The basic problem is that there are two categories of people: > those who have successfully created an applet and those who have not. > Those who have, have completely forgotten the trouble they went through > the first time, and therefore consider the process trivial :-) >=20 > The initial version of the tutorial would have a step by step procedure > for geting the development environment up and running, and then writing > building an applet (Hello World) as a jar file, and invoking that applet > in a web page. >=20 > The wiki would then be edited by people who are in the process of > creating there first applet, showing the stumbilng blocks along the way. >=20 > I am not sure whether or not Wiki is the optimal format for this, as > long as the community can edit it. Opinions? >=20 > BTW, I have just launched my first jython applet. Yay! Now I'm in the > club! This is really easy. Tutorial? We don't need a tutorial. What > was I talking about. The whole process is completely trivial and self > evident. :-P >=20 > The last stumbling block I encountered was the fact that the jar file > gets cached. This means that modifying and rebuilding the jar file and > uploading the new version to my website has no effect until I close all > browser windows and re-launch my browser! Needless to say, this > confused the troubleshooting process significantly until I figured out > what was going on. Is there a better way to do this? (just one example > of a potential paragraph for the wiki). >=20 > - Ken >=20 >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle=20 > Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & Q= A > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Jython-users mailing list > Jyt...@li... > https://lists.sourceforge.net/lists/listinfo/jython-users > |