Differences between revisions 3 and 4
Revision 3 as of 2007-11-13 03:01:09
Size: 3295
Editor: JoshJuneau
Comment:
Revision 4 as of 2007-11-13 21:18:01
Size: 3926
Editor: JoshJuneau
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:

= 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.

[http://wiki.python.org/jython/JythonMonthly/Articles/November2007/NC Read Entire Article]

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.

[http://wiki.python.org/jython/JythonMonthly/Articles/November2007/NC Read Entire Article]

Jython Blogs

[http://fwierzbicki.blogspot.com/2007/10/jython-221-released.html Frank Wierzbicki on Jython 2.2.1]

[http://labs.trolltech.com/blogs/2007/11/06/qt-jambi-and-jython/ Qt Jambi and Jython]

[http://blogs.sun.com/sandoz/entry/annotated_scala_groovy_jruby_rhino Annotated Scala, Groovy, JRuby, Rhino, Jython ...]

Interested in Developing Jython?

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.

Online Discussions

[http://www.thescripts.com/forum/thread724546.html HTML Parser for Jython]

IDE

[http://pydev.sf.net/ 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

[http://graphexploration.cond.org/ Guess - Graph Exploration System]

Useful Links

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/November2007 (last edited 2008-11-15 09:16:02 by localhost)