Jython Monthly / Newsletters / Oct 2011¶
Legacy Wiki Page
This page was migrated from the old MoinMoin-based wiki. Information may be outdated or no longer applicable. For current documentation, see python.org.
This is the Jython Monthly newsletter for the months of September and October 2011. Stay tuned for details regarding an upcoming Jython coding contest for the newsletter! Thanks for reading, and I hope you enjoy this edition of the newsletter.
If you have any questions or suggestions for the newsletter, please feel free to send them to jythonpodcast@gmail.com. I appreciate the feedback!
My information is as follows:
Josh Juneau
Podcast Website: http://www.jythonpodcast.com
Podcast Feed: http://feeds.feedburner.com/JythonPodcast
News¶
JDK 7 Released for Windows, Linux, and Solaris…developer preview released for Mac OSX
- Jython tested and verified to run on Java SE 7 ( using Oracle JDK 7 Developer Preview on Mac OS X)
- Django-Jython tested and verified to run on Java SE 7 (using Oracle JDK 7 Developer Preview on Mac OS X)
JavaFX 2.0.1 Now Available For Download
The JavaFX SDK includes the JavaFX libraries, the JavaFX Runtime and project files you need to get started. You may use the JavaFX SDK by itself, or with your favorite Java IDE to leverage debugging, profiling, and other IDE features.
Dowload today and start writing JavaFX applications using Jython!
Articles¶
Books¶
Projects¶
Scripts¶
Discussions¶
Changing Default tmpdir Used by Jython at Startup
When using Java classes from Jython, do you bother to use getters and setters?