Differences between revisions 1 and 2
Revision 1 as of 2009-04-28 12:33:03
Size: 2118
Editor: FESS-107230
Comment:
Revision 2 as of 2009-04-30 12:40:03
Size: 8071
Editor: FESS-107230-1429815-dp
Comment:
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
'''Jython 2.5b4 Released'''

The fifth beta for the 2.5 version of Jython has been released.

Per Frank Wierzbicki:

Jython 2.5b4 is available for download here:
http://downloads.sourceforge.net/jython/jython_installer-2.5b4.jar.
See the installation instructions here:
http://www.jython.org/Project/installation.html.

While no new features have been added since Beta 3, we have fixed a
number of bugs. One of the bugs prompted an almost total re-write of
our Tuple and List implementations, which is the reason that this is
another beta and not a release candidate. Expect a release candidate
real soon now.

We also applied a patch that allows Jython to function in a system
that does not have write access to the filesystem so that Jython can
run unpatched in Google App Engine. See here for more:
http://groups.google.com/group/google-appengine-java/web/will-it-play-in-app-engine.

This is a beta release so be careful.

'''Django-Jython 1.0b1 Released'''

This is a great milestone for the Django-Jython project. This project is focused on implementing Django on the Jython language and ensuring that the databases function correctly with Django on Jython. Release notes state that modjy integration and war management command are updated to work with Jython 2.5b2 and later. Added junitxmlrunner, a Django test runner for producing JUnit compatible XML output. WAR command has been updated changing --include-py-libs option by renaming it to --include-py-path-entries to avoid misinterpretations. Also, numerous bug fixes have been made.

Currently supporting only PostgreSQL database, but look for more in the near future.

[[http://code.google.com/p/django-jython/|Django-Jython Home]]

'''JavaOne 2009 Conference'''

The JavaOne conference will be held June 2nd through 5th at the Moscone center in San Francisco, CA. You can register online now.

Highlights for Jython include:

  * BoF entitled 'Language Interoperability on the JVM Made Simple' - Tobias Ivarsson


  * Tech Session entitled 'Exploiting Concurrency with Dynamic Languages' - Tobias Ivarsson


  * Panel entitled 'Script Bowl 2009: A Scripting Languages Shootout' - Roberto Chinnici, Sun Microsystems, Inc.; Thomas Enebo, Sun Microsystems, Inc. ; Rich Hickey, Clojure; Guillaume Laforge, SpringSource; Martin Odersky, EPFL; Raghavan Srinivas, Self; Frank Wierzbicki, Sun Microsystems, Inc.

  * Tech Session entitled 'Toward a Renaissance VM' - Brian Goetz, Sun Microsystems, Inc.; John Rose, Sun Microsystems

  * Tech Session entitled 'Dynamic Languages Powered by Glassfish AS V3' - Jacob Kessler, Sun Microsystems; Vivek Pandey, Sun Microsystems, Inc.


  * Tech Session entitled 'Alternative Languages on the JVM Machine' - Cliff Click, Azul Systems


[[http://java.sun.com/javaone/2009/registration.jsp|Register for JavaOne]]
Line 34: Line 89:
== PyCon 2009 - Jython Video and Slides ==

Panel VMS - http://us.pycon.org/2009/conference/schedule/event/21/

A Better Python for the JVM - Tobias Ivvarssonhttp://us.pycon.org/2009/conference/schedule/event/32/

Jython Progress - Frank Wierzbicki http://us.pycon.org/2009/conference/schedule/event/46/

Pylons on Jython - Philip Jenvey http://us.pycon.org/2009/conference/schedule/event/50/

Django on Jython 101 - Leo and Jim http://us.pycon.org/2009/conference/schedule/event/54/
Line 37: Line 104:
Unfortunately, I found no articles for this month's newsletter.
Line 42: Line 109:
Blogs noted in '''bold''' are only presented in newsletter, not on podcast.

[[http://fwierzbicki.blogspot.com/2009/04/pycon-2009.html|PyCon 2009]] - Frank Wierzbicki

[[http://www.sauria.com/blog/2009/04/03/best-pycon-evar/|Best PyCon Evar]] - Ted Leung

[[http://percious.com/blog/archives/28|PyCon 2009 Summary]] - Percious.com

[[http://bexhuff.com/2009/04/scripting-oracle-ucm-with-jython|Scripting Oracle UCM with Jython]] - Bex Huff

[[http://techparade.blogspot.com/2009/04/jython-programming.html|Jython Programming]] - Thomas Beek

[[http://metapep.wordpress.com/2009/04/04/python-browser-games-possible-or-fantasy/|Python Browser Games]] - Meta Pepsite

[[http://niyunjiu.javaeye.com/blog/361732|Load Runner vs The Grinder vs Apache JMeter]] - niyunjiu

[[http://tovganesh.blogspot.com/2009/03/another-reason-to-fool-around-with-meta.html|Another Reason to Fool Around with Meta]] - V. Ganesh

[[http://jython.xhaus.com/?p=88|Jython on Google App Engine]] - Alan Kennedy

[[http://jython.xhaus.com/modjy-running-on-google-appengine/|Modjy Running on GAE]] - Alan Kennedy

[[http://jython.xhaus.com/how-to-run-jython-wsgi-applications-on-google-appengine-with-modjy/|WSGI Apps on Google App Engine with Modjy]] - Alan Kennedy

[[http://blog.leosoto.com/2009/04/django-jython-10b1-released.html|Django-Jython 1.0b1 Released]] - Leo Soto

[[http://yangyan5.blogspot.com/2009/04/gsoc-application-accepted.html|GSoC Application Accepted]] - Yang Yang

[[http://blog.headius.com/2009/04/future-part-one.html|The Future: Part I]] - Charles Nutter

[[http://robilad.livejournal.com/47962.html|JDK7 Adaptation of Jython]] - Robilad

'''[[http://nullpointers.wordpress.com/2009/04/05/is-jave-the-new-cobol/|Is Java the new COBOL?]]'''

'''[[http://www.booktraining.net/2009/04/python-programming-with-javatm-class.html|Python Programming with JavaTM Class]]'''

'''[[http://kennethhansenhp.livejournal.com/2856.html|Python and Jython: They're the Main Two]]'''

'''[[http://d-dixit.blogspot.com/2009/04/using-jython-scruit-to-deploy-and.html|Using Jython Script to Deploy and Undeploy Apps in Weblogic 10]]'''

'''[[http://www.bemasher.net/archives/317|Compiling Python with Jython]]'''


== Examples ==

[[http://gist.github.com/99571|Jython + Processing Example]]
Line 48: Line 161:
[[http://www.netbeans.org|Netbeans 6.5]]

== Discussions ==
[[http://www.netbeans.org|Netbeans 6.5 and 6.7 beta]]
Line 55: Line 165:
What would you like to see out of Jython the most? What would you like to see out of Jython the most?  - RESULTS ARE IN!!!
Line 57: Line 167:
 * Better Performance  * Better Performance - 30.8%
Line 59: Line 169:
 * Better Java Integration  * Better Java Integration - 38.5%
Line 61: Line 171:
 * More Features  * More Features - 30.8%
Line 63: Line 173:
[[http://www.surveymonkey.com/s.aspx?sm=PQWhsiEwtHFjuGS9bkS8ig_3d_3d|Click Here to Take Poll]] NEW POLL - Which database are you interested in using with Django on Jython? - NEW POLL

 * MySQL
 
 * PostgreSQL

 * Oracle

 * MS-SQL

 * Other

[[http://www.surveymonkey.com/s.aspx?sm=3IJG1BKCStT4Wq_2fz4zZi_2fQ_3d_3d|Click Here to Take Poll]]

Jython Monthly

http://www.jython.org/css/jython.png

April 2009 -- Issue #29

The podcast is also available at the podcast site: http://www.jythonpodcast.com

I hope that you enjoy this month's issue, and please feel free to send me suggestions, questions, or feedback.

Thanks

My information is as follows:

Josh Juneau

News

Jython 2.5b4 Released

The fifth beta for the 2.5 version of Jython has been released.

Per Frank Wierzbicki:

Jython 2.5b4 is available for download here: http://downloads.sourceforge.net/jython/jython_installer-2.5b4.jar. See the installation instructions here: http://www.jython.org/Project/installation.html.

While no new features have been added since Beta 3, we have fixed a number of bugs. One of the bugs prompted an almost total re-write of our Tuple and List implementations, which is the reason that this is another beta and not a release candidate. Expect a release candidate real soon now.

We also applied a patch that allows Jython to function in a system that does not have write access to the filesystem so that Jython can run unpatched in Google App Engine. See here for more: http://groups.google.com/group/google-appengine-java/web/will-it-play-in-app-engine.

This is a beta release so be careful.

Django-Jython 1.0b1 Released

This is a great milestone for the Django-Jython project. This project is focused on implementing Django on the Jython language and ensuring that the databases function correctly with Django on Jython. Release notes state that modjy integration and war management command are updated to work with Jython 2.5b2 and later. Added junitxmlrunner, a Django test runner for producing JUnit compatible XML output. WAR command has been updated changing --include-py-libs option by renaming it to --include-py-path-entries to avoid misinterpretations. Also, numerous bug fixes have been made.

Currently supporting only PostgreSQL database, but look for more in the near future.

Django-Jython Home

JavaOne 2009 Conference

The JavaOne conference will be held June 2nd through 5th at the Moscone center in San Francisco, CA. You can register online now.

Highlights for Jython include:

  • BoF entitled 'Language Interoperability on the JVM Made Simple' - Tobias Ivarsson
  • Tech Session entitled 'Exploiting Concurrency with Dynamic Languages' - Tobias Ivarsson
  • Panel entitled 'Script Bowl 2009: A Scripting Languages Shootout' - Roberto Chinnici, Sun Microsystems, Inc.; Thomas Enebo, Sun Microsystems, Inc. ; Rich Hickey, Clojure; Guillaume Laforge, SpringSource; Martin Odersky, EPFL; Raghavan Srinivas, Self; Frank Wierzbicki, Sun Microsystems, Inc.

  • Tech Session entitled 'Toward a Renaissance VM' - Brian Goetz, Sun Microsystems, Inc.; John Rose, Sun Microsystems
  • Tech Session entitled 'Dynamic Languages Powered by Glassfish AS V3' - Jacob Kessler, Sun Microsystems; Vivek Pandey, Sun Microsystems, Inc.
  • Tech Session entitled 'Alternative Languages on the JVM Machine' - Cliff Click, Azul Systems

Register for JavaOne

EuroPython 2009 Conference

Registration is now open for EuropPython, Europe's Premier Python Conference, which will take place from 28th June to 4th July 2009 in Birmingham, UK. For more details, please visit the website at www.europython.eu

The Definitive Guide To Jython (with Django) to be Published by Apress

Look for The Definitive Guide to Jython (with Django) to be published by Apress later this year. The book will include beginner to advanced materials covering the Jython language in entirety. Authors include Jim Baker, Frank Wierzbicki, Leo Soto, Victor Ng, and Josh Juneau. More details to follow...

PyCon 2009 - Jython Video and Slides

Panel VMS - http://us.pycon.org/2009/conference/schedule/event/21/

A Better Python for the JVM - Tobias Ivvarssonhttp://us.pycon.org/2009/conference/schedule/event/32/

Jython Progress - Frank Wierzbicki http://us.pycon.org/2009/conference/schedule/event/46/

Pylons on Jython - Philip Jenvey http://us.pycon.org/2009/conference/schedule/event/50/

Django on Jython 101 - Leo and Jim http://us.pycon.org/2009/conference/schedule/event/54/

Articles

Unfortunately, I found no articles for this month's newsletter.

Blogs

Blogs noted in bold are only presented in newsletter, not on podcast.

PyCon 2009 - Frank Wierzbicki

Best PyCon Evar - Ted Leung

PyCon 2009 Summary - Percious.com

Scripting Oracle UCM with Jython - Bex Huff

Jython Programming - Thomas Beek

Python Browser Games - Meta Pepsite

Load Runner vs The Grinder vs Apache JMeter - niyunjiu

Another Reason to Fool Around with Meta - V. Ganesh

Jython on Google App Engine - Alan Kennedy

Modjy Running on GAE - Alan Kennedy

WSGI Apps on Google App Engine with Modjy - Alan Kennedy

Django-Jython 1.0b1 Released - Leo Soto

GSoC Application Accepted - Yang Yang

The Future: Part I - Charles Nutter

JDK7 Adaptation of Jython - Robilad

Is Java the new COBOL?

Python Programming with JavaTM Class

Python and Jython: They're the Main Two

Using Jython Script to Deploy and Undeploy Apps in Weblogic 10

Compiling Python with Jython

Examples

Jython + Processing Example

IDE

PyDev

Netbeans 6.5 and 6.7 beta

Poll

What would you like to see out of Jython the most? - RESULTS ARE IN!!!

  • Better Performance - 30.8%
  • Better Java Integration - 38.5%
  • More Features - 30.8%

NEW POLL - Which database are you interested in using with Django on Jython? - NEW POLL

  • MySQL
  • PostgreSQL
  • Oracle
  • MS-SQL
  • Other

Click Here to Take Poll

Links

Jython Home

Python Home

Jython WikiPedia

Freshmeat.net

Python Daily News

Planet Jython

JythonMonthly/Newsletters/April2009 (last edited 2009-05-01 03:49:45 by pool-71-186-1-107)