Pylons on JVM's (and other VMs) 1

Posted by ben Wed, 07 May 2008 18:40:20 GMT

Phil Jenvey has been making some great progress getting all the components of Pylons running on Jython, and posted a good write-up of the remaining work being done. It’s interesting to note that one of the big issues will affect any web framework on Jython, not just Pylons. That is, the reload time when used in development to restart the server.

While I don’t plan on deploying Pylons apps in WAR files anytime soon, its nice to see Jython emerging as a candidate for deployment.

Comments

Leave a comment

  1. Avatar
    Martin about 5 hours later:

    The reload problem might be solved by http://www.zeroturnaround.com/ – don’t know, I don’t do Java but this is hip currently.

Comments