Differences between revisions 35 and 36
Revision 35 as of 2009-03-16 20:03:32
Size: 1027
Editor: PhilipJenvey
Comment: link to SQLAlchemy's page
Revision 36 as of 2009-09-14 22:04:24
Size: 899
Editor: PhilipJenvey
Comment: jinja 2.2.1 now supports jython
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
Jinja2 `may work on Jython now <http://dev.pocoo.org/projects/jinja/ticket/320>`_. Its tests need to be converted to nosetests so the test suite can run on Jython to ensure this Jinja2 is supported on Jython as of version 2.2.1

Pylons on Jython

Status: Jython is supported as of Pylons 0.9.7

Pending Improvements

Support more of the out of the box optional components, such as:

SQLAlchemy

See SqlAlchemyOnJython

Jinja2

Jinja2 is supported on Jython as of version 2.2.1

Genshi

Jim Baker and Ariane Paola have played around with Genshi on Jython. Its use of pyexpat is the biggest roadblock. Jython now includes a pyexpat, but it's not fully compatible with CPython's (and doesn't support all the features Genshi uses).

Turbogears 2

Ariane Paola made some progress porting TurboGears 2 components to Jython for Google's Summer of Code. Genshi and SQLAlchemy are the most important pieces that need porting

Older details: PylonsOnJythonOld

PylonsOnJython (last edited 2009-09-14 22:04:24 by PhilipJenvey)