Jython Monthly / Newsletters / July 2010¶
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.
There will be no podcast distribution for this month, sorry for the inconvenience.
Thanks
My information is as follows:
Josh Juneau
Podcast Website: http://www.jythonpodcast.com
Podcast Feed: http://feeds.feedburner.com/JythonPodcast
News¶
New Blog Series - Jython and Swing By: Bob Gibson
Check out the new blog series on Jython and Swing available at DeveloperWorks Blogs. Excellent work done by Bob Gibson, author of Websphere Application Server Administration Using Jython.
Django-Jython Oracle Backend Now Works With Django 1.2.1
The Django-Jython project has been updating recently. The Oracle backend has been updated to work with Django 1.2.1. For more information, head over to the project site.
The JayDeBeApi module allows you to connect from Python code to databases using Java JDBC. It provides a Python DB-API v2.0 to that database.
It works on ordinary Python (cPython) using the JPype Java integration or on Jython to make use of the Java JDBC driver.
Blogs¶
Using JSON From Jython - Andre Holzner
Pycon Ireland 2010 - Alan Kennedy
Serializing Compiled Jython Code - Cliff Hill
Making ZOGI XML RPC Calls - OpenGroupware
Easily Optimizing Python Extending With Java - Juergen.brendel