The current trunk WORKS with Jython including zxJDBC (sqlite *tested* and postgresql *not tested yet*)
download jython-2.5rc3.jar download qlite-jdbc-3.6.14.2.jar java -jar jython-xxx.jar export CLASSPATH=$CLASSPATH:/Users/mdipierro/jython2.5rc3/sqlite- jdbc-3.6.14.2.jar cd web2py ../jython2.5rc3/jython web2py.py that's is and you can run any web2py app including admin. make sure you run form the web2py folder and not the jython folder. (SQLite JDBC does not support db.table.field.year(), month, day, hour, minutes, seconds.) Massimo On Jun 8, 11:55 am, mdipierro <[email protected]> wrote: > I looked at the source. > > there is a war.py file hat would need to be modified to work with > web2py > there is an application.py file that needs to be replace with > wsgihandler.py > that's it. > > The license is BSD so we can port it to web2py. Anyway, once done I > will contact the author to make sure we acknowledge him properly. > > I can take care of posting sql.py to jdbc but I still need help on the > rest of the work. I am not a jython expert. > > Massimo > > On Jun 8, 11:21 am, mdipierro <[email protected]> wrote: > > > I think this is a great feature of Django: > > >http://code.google.com/p/django-jython/wiki/WarDeployment > > > Anybody willing to work on building a war builder for web2py? > > > web2py already runs on Jython although the JDBC adapter needs work. > > This should not be too difficult but requires spending some time > > installing jython. > > > Massimo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

