Differences between revisions 3 and 4
Revision 3 as of 2011-02-04 12:36:20
Size: 8037
Editor: tsa2-wan
Comment:
Revision 4 as of 2011-02-04 12:52:33
Size: 5933
Editor: JoshJuneau
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
January 2011 Newsletter in progress...stay tuned! ||<tablewidth="100%"rowbgcolor="#ffffe8"> '''''Jython Monthly''''' ||<style="text-align: center;"> {{http://www.jython.org/css/jython.png}} ||
||<style="vertical-align: top;">'''December 2010/January 2011 -- Issue #47''' ||<style="vertical-align: top;"> ||
Line 3: Line 4:
||<tablewidth="100%"rowbgcolor="#ffffe8"> '''''Jython Monthly''''' ||<style="text-align: center;"> {{http://www.jython.org/css/jython.png}} ||
||<style="vertical-align: top;">'''
December 2010\January 2011 -- Issue #47''' ||<style="vertical-align: top;"> ||

This is the Jython Monthly newsletter for the months of December 2010 and January of 2011
. Jython 2.5.2 RC3 has been released to the Jython community for review. Please download and test now if you haven't done so already! There is a significant amount of material to cover for this issue. I will be unable to record a podcast due to some timing issues, so I apologize for that. I am hoping to get back into the monthly schedule for releasing the newsletter and podcast at some point.
This is the Jython Monthly newsletter for the months of December 2010 and January of 2011. Jython 2.5.2 RC3 has been released to the Jython community for review. Please download and test now if you haven't done so already! There is a significant amount of material to cover for this issue. I will be unable to record a podcast due to some timing issues, so I apologize for that. I am hoping to get back into the monthly schedule for releasing the newsletter and podcast at some point in the near future.
Line 38: Line 36:
[[http://extremestjython.blogspot.com/2011/01/jython-252-rc3-released.html|Jython 2.5.3 RC3 Released]]
Line 42: Line 42:
[[http://www.blueleftistconstructor.com/?p=76|Jython, Building Project with Multiple Jars]]
Line 43: Line 44:
== Articles == [[http://dev.bostone.us/2010/12/01/python-pygments-in-java-with-jython/#awp::2010/12/01/python-pygments-in-java-with-jython/|Python Pygments in Java with Jython]]

[[http://www.stevencharlesrobinson.com/sites/scrobinson.nsf/docs/How%20to%20create%20JVM%20parameters%20%20%20WebSphere%20Application%20Server%20using%20Jython|How to Create JVM Parameters for Websphere Application Server Using Jython]]

[[http://pyright.blogspot.com/2011/01/jython-and-javautilproperties.html|Jython and java.util.Properties]]

[[http://jj-blogger.blogspot.com/2010/12/oracle-plsql-recipes.html|Oracle PL/SQL Recipes - Including a Jython Recipe]]

[[http://drumcoder.co.uk/blog/2011/jan/24/specifying-alternate-settings-django-jython-war/|Specifyng Alternate Settings with Django-Jython WAR]]
Line 46: Line 55:
== Plugins ==

[[http://griffon.codehaus.org/Jython+Plugin|Griffon Jython Plugin]]

[[http://code.google.com/p/google-refine/source/browse/wiki/Jython.wiki?r=1986|Google Refine - Using Jython as Your Expression Language]]
Line 54: Line 68:
[[http://stackoverflow.com/questions/4279560/accessing-static-java-methods-in-python-through-jython|Accessing Static Java Methods in Python Through Jython]]
Line 55: Line 70:
== Videos == [[http://stackoverflow.com/questions/4310446/getting-started-pylint-for-jython-jython2-5-1|Getting Started with Pylint for Jython 2.5.1]]
Line 57: Line 72:
[[http://stackoverflow.com/questions/tagged/jython%2Bdebugging?sort=active&pagesize=15|Jython Debugging]]
Line 58: Line 74:
[[http://stackoverflow.com/questions/4564721/how-to-remove-py-from-urls-for-pyservlet-using-jython|How to remove .py from urls for pyservlet using jython]]
Line 59: Line 76:
[[http://nsupathy.wordpress.com/2010/12/25/jython-django-and-wmq/|jython django and WMQ]]

[[http://stackoverflow.com/questions/4756809/jython-problem-bytes-to-str|Jython Problem bytes to str]]

[[http://comments.gmane.org/gmane.comp.lang.jython.user/9250|Using Ivy/Maven2 Dependencies]]

[[http://comments.gmane.org/gmane.comp.lang.jython.user/9247|Using Jython to Compile a Script and Run It From A Jar]]

[[http://stackoverflow.com/questions/4618710/jython-script-implementing-a-class-isnt-initialized-correctly-from-java|Jython script implementing a class isn't initialized correctly from Java]]

[[https://answers.launchpad.net/sikuli/+question/141302|Sikuli X - Want to Use Jython 2.5.2]]
Line 68: Line 96:
== Tutorials == == PyCon ==
Line 70: Line 98:
[[http://us.pycon.org/2011/schedule/sessions/228/|Jython Concurrency]] - Jim Baker

== Code ==

[[http://websphere-automation.blogspot.com/2011/01/jython-script-to-start-cluster.html|Jython Script to Start Cluster]]

[[http://websphere-automation.blogspot.com/2011/01/jython-script-to-deploy-application.html|jython script to uninstall , install Application and sync nodes]]
Line 87: Line 122:






Jython, building project with multiple jars: http://www.blueleftistconstructor.com/?p=76

http://dev.bostone.us/2010/12/01/python-pygments-in-java-with-jython/#awp::2010/12/01/python-pygments-in-java-with-jython/

Griffon plugin - http://www.google.com/url?sa=X&q=http://griffon.codehaus.org/Jython%2BPlugin&ct=ga&cad=CAcQARgAIAEoATAAOABAz4mP6QRIAlgBYgVlbi1VUw&cd=KHX7Wm8JkZc&usg=AFQjCNGcRaRY5f5oDoC-v4o7w_lSaWlo-Q

How to create JVM parameters WebSphere Application Server using Jython-
http://www.stevencharlesrobinson.com/sites/scrobinson.nsf/docs/How%20to%20create%20JVM%20parameters%20%20%20WebSphere%20Application%20Server%20using%20Jython

Jython and j.ava.util.properties (Carl Trache) - http://pyright.blogspot.com/2011/01/jython-and-javautilproperties.html

Google Refine - http://code.google.com/p/google-refine/source/browse/wiki/Jython.wiki?r=1986

Blogs

http://jj-blogger.blogspot.com/2010/12/oracle-plsql-recipes.html

discussions

http://stackoverflow.com/questions/4279560/accessing-static-java-methods-in-python-through-jython

http://stackoverflow.com/questions/4310446/getting-started-pylint-for-jython-jython2-5-1

http://stackoverflow.com/questions/tagged/jython%2Bdebugging?sort=active&pagesize=15

http://stackoverflow.com/questions/4564721/how-to-remove-py-from-urls-for-pyservlet-using-jython

http://nsupathy.wordpress.com/2010/12/25/jython-django-and-wmq/

http://stackoverflow.com/questions/4756809/jython-problem-bytes-to-str

Using Ivy/Maven 2 Dependencies - http://comments.gmane.org/gmane.comp.lang.jython.user/9250

Using ?jython to Compile a Script and Run it fromm a JAR - http://comments.gmane.org/gmane.comp.lang.jython.user/9247

Jython 2.5.2 RC3 -
http://extremestjython.blogspot.com/2011/01/jython-252-rc3-released.html

http://stackoverflow.com/questions/4618710/jython-script-implementing-a-class-isnt-initialized-correctly-from-java

Code

Websphere Automation - Jython Script to Start Cluster : http://websphere-automation.blogspot.com/2011/01/jython-script-to-start-cluster.html

Websphere Jython Script to Deploy Application - http://websphere-automation.blogspot.com/2011/01/jython-script-to-deploy-application.html

Specifying Alternate Settings in Django-Jython WAR http://drumcoder.co.uk/blog/2011/jan/24/specifying-alternate-settings-django-jython-war/

Sikuli X - Want To Use Jython 2.5.2 : https://answers.launchpad.net/sikuli/+question/141302

PyCon

Jython Concurrency http://us.pycon.org/2011/schedule/sessions/228/


Conflicting modification on January 5, 2011 7:36:15 AM:
http://abharku.blogspot.com/2010/11/use-log4j-in-wsadmin-and-jython.html

http://www.google.com/url?sa=X&q=http://www.finchrobot.com/content/jython&ct=ga&cad=CAcQARgAIAEoATAAOABAkvK35wRIAlCeAVgAYgVlbi1VUw&cd=Ao-AuX4Yvh8&usg=AFQjCNGsBR_x1l8HJXD5T24qTZB_E7S55Q

http://www.google.com/url?sa=X&q=http://stackoverflow.com/questions/4111595/sneaking-unsigned-values-from-jython-through-java-to-c-and-back-again%3Futm_source%3Dtwitterfeed%26utm_medium%3Dtwitter&ct=ga&cad=CAcQARgAIAEoATAAOABAkvK35wRIAlCeAVgAYgVlbi1VUw&cd=Ao-AuX4Yvh8&usg=AFQjCNEgg1Q8fKB7b-fwPO78l_Mm_tAiPg

http://www.google.com/url?sa=X&q=http://aholzner.wordpress.com/2010/11/26/using-jython-as-a-configuration-language-for-java-programs/&ct=ga&cad=CAcQARgAIAIoATAAOABAzpvB5wRIAlCeAVgAYgVlbi1VUw&cd=Am0Mk4mRi_Q&usg=AFQjCNHLWxGsYsuCbjBgyhKguctxya_VTA

Jython with pygments:  http://www.google.com/url?sa=X&q=http://stackoverflow.com/questions/4308434/jython-using-pygments-in-java-project&ct=ga&cad=CAcQARgAIAEoATAAOABA14TR5wRIAlCeAVgAYgVlbi1VUw&cd=33ngU2A_YF0&usg=AFQjCNGHPNv6ULfyvCCFERnBRk06eWBU6w

Jython, building project with multiple jars: http://www.blueleftistconstructor.com/?p=76

http://dev.bostone.us/2010/12/01/python-pygments-in-java-with-jython/#awp::2010/12/01/python-pygments-in-java-with-jython/

Griffon plugin - http://www.google.com/url?sa=X&q=http://griffon.codehaus.org/Jython%2BPlugin&ct=ga&cad=CAcQARgAIAEoATAAOABAz4mP6QRIAlgBYgVlbi1VUw&cd=KHX7Wm8JkZc&usg=AFQjCNGcRaRY5f5oDoC-v4o7w_lSaWlo-Q

How to create JVM parameters WebSphere Application Server using Jython-
http://www.stevencharlesrobinson.com/sites/scrobinson.nsf/docs/How%20to%20create%20JVM%20parameters%20%20%20WebSphere%20Application%20Server%20using%20Jython

Blogs

http://jj-blogger.blogspot.com/2010/12/oracle-plsql-recipes.html


discussions

[[http://stackoverflow.com/questions/4279560/accessing-static-java-methods-in-python-through-jython]]

[[http://stackoverflow.com/questions/4310446/getting-started-pylint-for-jython-jython2-5-1]]

[[http://stackoverflow.com/questions/tagged/jython%2Bdebugging?sort=active&pagesize=15]]

[[http://stackoverflow.com/questions/4564721/how-to-remove-py-from-urls-for-pyservlet-using-jython]]

[[http://nsupathy.wordpress.com/2010/12/25/jython-django-and-wmq/]]

Jython Monthly

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

December 2010/January 2011 -- Issue #47

This is the Jython Monthly newsletter for the months of December 2010 and January of 2011. Jython 2.5.2 RC3 has been released to the Jython community for review. Please download and test now if you haven't done so already! There is a significant amount of material to cover for this issue. I will be unable to record a podcast due to some timing issues, so I apologize for that. I am hoping to get back into the monthly schedule for releasing the newsletter and podcast at some point in the near future.

If you have any questions or suggestions for the newsletter, please feel free to send them to jythonpodcast@gmail.com. I appreciate the feedback!

Thanks

My information is as follows:

Josh Juneau

News

Jython 2.5.2 RC3 Has Been Released

The Jython development team has released the third release candidate for the 2.5.2 release.

Please go download the release and test today! Report any issues to the Jython bug tracker. Congrats to the development team on another excellent release.

Blogs

Jython 2.5.3 RC3 Released

Use log4j In WSASMIN and Jython

Using Jython As A Configuration Language for Java Programs

Jython, Building Project with Multiple Jars

Python Pygments in Java with Jython

How to Create JVM Parameters for Websphere Application Server Using Jython

Jython and java.util.Properties

Oracle PL/SQL Recipes - Including a Jython Recipe

Specifyng Alternate Settings with Django-Jython WAR

Plugins

Griffon Jython Plugin

Google Refine - Using Jython as Your Expression Language

Discussions

Sneaking Unsigned Values

Jython - Using Pygments in Java Project

Accessing Static Java Methods in Python Through Jython

Getting Started with Pylint for Jython 2.5.1

Jython Debugging

How to remove .py from urls for pyservlet using jython

jython django and WMQ

Jython Problem bytes to str

Using Ivy/Maven2 Dependencies

Using Jython to Compile a Script and Run It From A Jar

Jython script implementing a class isn't initialized correctly from Java

Sikuli X - Want to Use Jython 2.5.2

Frameworks

Django-Jython Project

Pylons on Jython

Web2Py

PyCon

Jython Concurrency - Jim Baker

Code

Jython Script to Start Cluster

jython script to uninstall , install Application and sync nodes

IDE

Field Project

PyDev 1.6.3

Netbeans 7.0 Beta

jHepWork

Intellij

Jython Processor with Swing GUI

Links

Jython Home

Python Home

Jython WikiPedia

Freshmeat.net

Python Daily News

Planet Jython

JythonMonthly/Newsletters/January2011 (last edited 2011-02-05 21:23:06 by JoshJuneau)