Differences between revisions 4 and 5
Revision 4 as of 2007-11-13 21:18:01
Size: 3926
Editor: JoshJuneau
Comment:
Revision 5 as of 2008-11-15 09:16:02
Size: 3957
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
||<tablestyle="width: 100%" rowstyle="background-color: #FFFFE0" style="width: 80%"> '''''Jython Monthly''''' ||<:>http://www.jython.org/css/jython.png || ||<tablestyle="width: 100%" rowstyle="background-color: #FFFFE0" style="width: 80%"> '''''Jython Monthly''''' ||<:>{{http://www.jython.org/css/jython.png}} ||
Line 28: Line 28:
[http://wiki.python.org/jython/JythonMonthly/Articles/November2007/NC Read Entire Article] [[http://wiki.python.org/jython/JythonMonthly/Articles/November2007/NC|Read Entire Article]]
Line 33: Line 33:
[http://fwierzbicki.blogspot.com/2007/10/jython-221-released.html Frank Wierzbicki on Jython 2.2.1] [[http://fwierzbicki.blogspot.com/2007/10/jython-221-released.html|Frank Wierzbicki on Jython 2.2.1]]
Line 35: Line 35:
[http://labs.trolltech.com/blogs/2007/11/06/qt-jambi-and-jython/ Qt Jambi and Jython] [[http://labs.trolltech.com/blogs/2007/11/06/qt-jambi-and-jython/|Qt Jambi and Jython]]
Line 37: Line 37:
[http://blogs.sun.com/sandoz/entry/annotated_scala_groovy_jruby_rhino Annotated Scala, Groovy, JRuby, Rhino, Jython ...] [[http://blogs.sun.com/sandoz/entry/annotated_scala_groovy_jruby_rhino|Annotated Scala, Groovy, JRuby, Rhino, Jython ...]]
Line 42: Line 42:
If you are interested in developing Jython, please take a look at the [http://sourceforge.net/tracker/?func=browse&group_id=12867&atid=112867 current bug listing] and submit patches for items which you can repair. If you are interested in developing Jython, please take a look at the [[http://sourceforge.net/tracker/?func=browse&group_id=12867&atid=112867|current bug listing]] and submit patches for items which you can repair.
Line 46: Line 46:
[http://www.thescripts.com/forum/thread724546.html  HTML Parser for Jython] [[http://www.thescripts.com/forum/thread724546.html|HTML Parser for Jython]]
Line 50: Line 50:
[http://pydev.sf.net/ Pydev 1.3.10 Released] [[http://pydev.sf.net/|Pydev 1.3.10 Released]]
Line 70: Line 70:
[http://graphexploration.cond.org/ Guess - Graph Exploration System] [[http://graphexploration.cond.org/|Guess - Graph Exploration System]]
Line 76: Line 76:
|| [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] ||
|| [[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]] ||

Jython Monthly

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

November 2007 -- Issue #12

This month the newsletter is a bit slim as there were not many new articles or Jython topics to report. However, there has been a new release of Jython which contains many bug fixes...Jython 2.2.1 has been released.

There has been lots of hype in the Java community regarding JavaFX technology. I was going to try and create some Jython/JavaFX demos for this month, but time unfortunately time ran away from me. I think it would be great to see some articles or tutorials showing Jython's interaction with the new JavaFX libraries. In the least, it would be nice to write a Jython applet which invokes a JavaFX script. I would like to encourage anyone who is interested to write about this topic for next month's newsletter.

Thanks for reading this month's newsletter. Let's keep the Jython community growing by writing more blogs and articles about this excellent language.

Enjoy-

Josh Juneau

juneau001@gmail.com

Articles

Newbie Notes

Submitted By: Rob Andrews

Jython is more than just an implementation of Python syntax in Java. It actually makes available access to a library of resources from both environments.

In my first article, I emphasized syntax and ideas I felt would be of value to Java developers new to Jython's syntax and to novice programmers in general.

This month, I set out to balance the scales a bit, introducing the import of Java library resources and a more Java-oriented way to handle files.

Read Entire Article

Jython Blogs

Frank Wierzbicki on Jython 2.2.1

Qt Jambi and Jython

Annotated Scala, Groovy, JRuby, Rhino, Jython ...

Interested in Developing Jython?

If you are interested in developing Jython, please take a look at the current bug listing and submit patches for items which you can repair.

Online Discussions

HTML Parser for Jython

IDE

Pydev 1.3.10 Released

Symlinks supported in the system pythonpath configuration. Egg/zip files are now supported. The creation of a project in a non-default location is now allowed within the workspace JDT used to get completions from jars (but referencing other java projects is still not supported). Configuration of pythonpath allows multiple selection for removal. Configuration of pythonpath allows multiple jars/zips to be added at once. When configuring the pythonpath, the paths are sorted for selection. The file extensions that pydev recognizes for python can now be customized. Patch by Carl Robinson: Code-folding for elements such as for, try, while, etc. Removed the go to next/previous problem annotation (Eclipse 3.3 already provides a default implementation for it).

Interesting Facts

Jython - Average Job Salary & Stats in UK http://www.itjobswatch.co.uk/jobs/uk/jython.do

Projects Utilizing Jython

Guess - Graph Exploration System

Useful Links

Links

Jython Home

Python Home

Jython WikiPedia

Freshmeat.net

Python Daily News

Planet Jython

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