Thursday, September 13, 2007

Django on Jython: Links

Fortunately, I'm far from being the only guy trying to run Django on Jython. Cam, Frank, Marty and Tristan King are working on it too. So, here goes a summary of our progress and goals as far as I know:On related news: H. Eriksson is working on CherryPy + Jython. He already got the classic "hello world" running.

1 comments:

Marty Alchin said...

For what it's worth, an end goal for me is somehow injecting it into a J2EE stack we use at work. If nothing else, if I can set up a servlet to use Django's URL dispatcher and a generic view to trigger the company's existing code, that would be a huge win.

But if I can manage to get add in newforms and templates in the mix as well, all the better!