Jython Journeys

Notes about my work with jython and python

A list of open source HTTP proxies written in Java.

without comments

A few years ago, as an aide to python web programers, I compiled a database of open source HTTP proxies written in python, which became surprisingly popular.

So I’ve decided to expand the database to encompass the other language that I regularly use, java, and publish a database of open source HTTP proxies written in java.

Read the rest of this entry »

Written by alan.kennedy

July 2nd, 2009 at 3:48 pm

Posted in java, open source

Tagged with ,

Jython 2.5; it’s a beautiful day!

with one comment

A fantastic thing happened today: Jython 2.5 was released! I’ve anticipated this day a long time, as have many others; it’s great that it’s finally happened.

Read the rest of this entry »

Written by alan.kennedy

June 16th, 2009 at 6:39 pm

Posted in jython

Tagged with

How to run jython WSGI applications on Google AppEngine with modjy.

without comments

As you can see from our last blog post, we were delighted to get jython WSGI applications running on Google AppEngine for java using modjy. We promised in that we’d write a tutorial on how to do do that.

Read the rest of this entry »

Written by alan.kennedy

April 12th, 2009 at 9:36 pm

Posted in jython

Tagged with ,

Modjy running on Google AppEngine.

without comments

So, after the announcement by Google that their AppEngine could run other JVM languages, including jython, I had to have a go at getting modjy, our jython WSGI to java servlet bridge, running on it.

Read the rest of this entry »

Written by alan.kennedy

April 12th, 2009 at 8:25 am

Posted in jython

Tagged with ,

Jython runs on Google AppEngine!

without comments

It is now possible to run Jython on Google AppEngine!

Read the rest of this entry »

Written by alan.kennedy

April 8th, 2009 at 1:05 pm

Posted in jython

Tagged with ,

Announce: jyson, a pure java JSON codec for jython.

without comments

I’m delighted to announce the publication of jyson, a fast codec for JavaScript Object Notation (JSON), a lightweight and easy-to-use data interchange format.

Read the rest of this entry »

Written by alan.kennedy

March 17th, 2009 at 10:19 pm

Posted in jython, open source

Tagged with ,

New xhaus.com open source software portal.

with one comment

I’m delighted to announce the opening of the xhaus.com open source software portal.

On the portal you will find source code, documentation, issue trackers, etc, for open source software that we have published.

Read the rest of this entry »

Written by alan.kennedy

March 15th, 2009 at 6:05 pm

Posted in jruby, jython, open source

Tagged with

Modjy now fully integrated into jython.

without comments

I’m delighted to announce that modjy, the java servlet to python WSGI gateway that I originally wrote to track the WSGI spec, has now finally been fully integrated into the jython source base.

Read the rest of this entry »

Written by alan.kennedy

March 7th, 2009 at 3:40 pm

Posted in jython

Tagged with ,

Socket shutdown versus socket close on cpython, jython and java.

with 2 comments

So, here we are again with translating cpython socket semantics to java socket semantics, in order to correctly implement the cpython socket API on jython.

The latest issue is socket shutdown.
Read the rest of this entry »

Written by alan.kennedy

January 29th, 2009 at 6:16 pm

Posted in jython

Tagged with , ,

Modjy to be distributed with jython.

without comments

I’m delighted to announce that, modjy, our jython WSGI gateway for Java Servlets, was checked into the jython source repository today, and will be distributed with jython from today forth.

Read the rest of this entry »

Written by alan.kennedy

October 31st, 2008 at 5:00 pm

Posted in jython

Tagged with ,