Differences between revisions 1 and 2
Revision 1 as of 2008-10-20 16:16:25
Size: 817
Editor: FESS-107230-1251312-dp
Comment:
Revision 2 as of 2008-10-29 17:31:45
Size: 4376
Editor: FESS-107230
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
Happy Halloween Jython Enthusiasts! This is always a good time of year for me as I enjoy the fall weather, but it is also a busy time of the year. The schedules are getting booked with end of the year expectations and the holiday season that awaits. This distribution of Jython Monthly is a bit late, but it is full of good news and content and I hope you'll be pleased.

The results are in, and it is a bit of a mixed bag. More readers would prefer that the Jython Monthly distribution is turned into a podcast, but there are still a significant number of you who would like it to stay the same. With that being said, I am going to work on continuing the newsletter in it's current format and adding a short podcast each month to cover those of you who would prefer to listen. Please stay tuned in the coming weeks for more information.

If you have any ideas, suggestions, or tutorials/articles you'd like to add then please feel free to send them my way.
Line 13: Line 18:
'''Jython 2.5 Beta Any Day'''
 - 99.7% of tests are passing
 - Includes 2.6 Decorators
Line 15: Line 23:
'''Jython Interview with Java Posse'''
Listen to the Java Posse interview with some of the most prominent Jython developers.
[http://odeo.com/episodes/23451880-Java-Posse-209-Jython-Interview Listen Now]
Line 17: Line 28:
'''WSO2 Web Service Framework Released'''
WSO2 WSF/Jython provides a simple approach to creating and consuming web services in Jython.
[http://lwn.net/Articles/300029/ Read More]
Line 18: Line 33:

'''Getting Started with Django - My Experiences'''
''Submitted By: Josh Juneau''

You may ask why we need another web framework, or what a different web framework may do to make my applications or development life cycle better. Obviously the developers of the Django web framework had some key goals in mind when they set upon their journey to create Django. I believe that their goal was simplicity and ability. These are two of the key factors that come into play for many of today's web frameworks. Ruby on Rails was the one of the pioneers in this area. Not long after, many other great application development languages came up with similar powerful frameworks. For example, Grails is also gaining momentum in the Groovy/Java developer community.

[http://wiki.python.org/jython/JythonMonthly/Articles/October2008/1 Read More]
Line 22: Line 44:
[http://www.prasannatech.net/2008/10/jython-inheritance-java.html Jython Inheritance: Extending Java Classes from Jython - Prasanna Seshadri]

[http://www.fishandcross.com/blog/?page_id=214 Jython Master Resource List - Ed Taekema]
Line 24: Line 49:
== Books ==
Line 26: Line 50:
== Discussions ==
Line 27: Line 52:
[http://forums.parasoft.com/index.php?showtopic=358 Using Regular Expressions in Jython Methods]

[http://molmine.com/forum/index.php?PHPSESSID=4ac9a13b8ba330be0d741b716d1599c4&topic=26.0 Jython Scripting Challenge]

[http://situated.wordpress.com/2008/10/09/jython-and-mysql/ Jython and MySQL]

[http://www.fishandcross.com/blog/?p=503 Script webservices easily with Jython and Apache Axis - Ed Taekema]

[http://www.fishandcross.com/blog/?p=594 Python Django lxml and xslt ... Problems With Apache - Ed Taekema]

[http://blogs.deepal.org/2008/09/wso2-web-services-framework-for-jython.html WSO2 Web Services Framework for Jython using Axis2 - Deepal Jayasinghe]

[http://dunderboss.blogspot.com/2008/10/debugging-jython-compiler.html Debugging the Jython Compiler - Philip Jenvey]
Line 31: Line 69:

[http://wiki.netbeans.org/Python Netbeans Wiki: Python]

[http://netbeans.dzone.com/news/interview-allan-davis-nbpython Interview with Allan Davis, nbPython Developer]

[http://pydev.sourceforge.net/ Pydev 1.3.24 Released]

Jython Monthly

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

October 2008 -- Issue #23

Happy Halloween Jython Enthusiasts! This is always a good time of year for me as I enjoy the fall weather, but it is also a busy time of the year. The schedules are getting booked with end of the year expectations and the holiday season that awaits. This distribution of Jython Monthly is a bit late, but it is full of good news and content and I hope you'll be pleased.

The results are in, and it is a bit of a mixed bag. More readers would prefer that the Jython Monthly distribution is turned into a podcast, but there are still a significant number of you who would like it to stay the same. With that being said, I am going to work on continuing the newsletter in it's current format and adding a short podcast each month to cover those of you who would prefer to listen. Please stay tuned in the coming weeks for more information.

If you have any ideas, suggestions, or tutorials/articles you'd like to add then please feel free to send them my way.

My information is as follows:

Josh Juneau - http://www.gathereventplanning.com juneau001@gmail.com

News

Jython 2.5 Beta Any Day

  • - 99.7% of tests are passing - Includes 2.6 Decorators

Jython Interview with Java Posse Listen to the Java Posse interview with some of the most prominent Jython developers. [http://odeo.com/episodes/23451880-Java-Posse-209-Jython-Interview Listen Now]

WSO2 Web Service Framework Released WSO2 WSF/Jython provides a simple approach to creating and consuming web services in Jython. [http://lwn.net/Articles/300029/ Read More]

Articles

Getting Started with Django - My Experiences Submitted By: Josh Juneau

You may ask why we need another web framework, or what a different web framework may do to make my applications or development life cycle better. Obviously the developers of the Django web framework had some key goals in mind when they set upon their journey to create Django. I believe that their goal was simplicity and ability. These are two of the key factors that come into play for many of today's web frameworks. Ruby on Rails was the one of the pioneers in this area. Not long after, many other great application development languages came up with similar powerful frameworks. For example, Grails is also gaining momentum in the Groovy/Java developer community.

[http://wiki.python.org/jython/JythonMonthly/Articles/October2008/1 Read More]

Blogs

[http://www.prasannatech.net/2008/10/jython-inheritance-java.html Jython Inheritance: Extending Java Classes from Jython - Prasanna Seshadri]

[http://www.fishandcross.com/blog/?page_id=214 Jython Master Resource List - Ed Taekema]

Discussions

[http://forums.parasoft.com/index.php?showtopic=358 Using Regular Expressions in Jython Methods]

[http://molmine.com/forum/index.php?PHPSESSID=4ac9a13b8ba330be0d741b716d1599c4&topic=26.0 Jython Scripting Challenge]

[http://situated.wordpress.com/2008/10/09/jython-and-mysql/ Jython and MySQL]

[http://www.fishandcross.com/blog/?p=503 Script webservices easily with Jython and Apache Axis - Ed Taekema]

[http://www.fishandcross.com/blog/?p=594 Python Django lxml and xslt ... Problems With Apache - Ed Taekema]

[http://blogs.deepal.org/2008/09/wso2-web-services-framework-for-jython.html WSO2 Web Services Framework for Jython using Axis2 - Deepal Jayasinghe]

[http://dunderboss.blogspot.com/2008/10/debugging-jython-compiler.html Debugging the Jython Compiler - Philip Jenvey]

IDE

[http://wiki.netbeans.org/Python Netbeans Wiki: Python]

[http://netbeans.dzone.com/news/interview-allan-davis-nbpython Interview with Allan Davis, nbPython Developer]

[http://pydev.sourceforge.net/ Pydev 1.3.24 Released]

Links

[http://www.jython.org Jython Home]

[http://www.python.org Python Home]

[http://en.wikipedia.org/wiki/Jython Jython WikiPedia]

[http://freshmeat.net/projects/jython/ Freshmeat.net]

[http://www.pythonware.com/daily/ Python Daily News]

[http://planet.jython.org/ Planet Jython]

JythonMonthly/Newsletters/October2008 (last edited 2008-11-15 09:16:02 by localhost)