- Cam wants to use some parts of Django as a glue for it JEE stack. He's doing it on Jython 2.2
- Marty tested templates and newforms with Jython 2.2, and they seem to work. He is also a prolific contributor of Django (he's the author of dbsettings, django-modular and pluggable FileField backends), and has already submitted patches for Jython compatibility.
- Frank is the lead developer of Jython! He'd like to use Django as a test case for finding holes in the Jython 2.3 implementation, and already fixed one of such holes (missing pop method on PyStringMap). He also started a wiki page detailing the gaps between Django a Jython.
- Tristan came up recently with excellent news: he got the reloading server and readline autocompleter working on Jython 2.2, among other things. And has a public repository with this code
Simon Wittber: Python + Wiimote + 30 tonnes of Steel
47 minutes ago


1 comments:
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!
Post a Comment