django & jython
I'm new to django and jython. So, I have a very basic question. Is it possible to run java applications using jython in django framework? I've got jython installed and djang开发者_运维知识库o running on my machine, and I'm trying to write an applet. Many thanks in advance.
The latest development documentation has a complete chapter covering Django and Jython: http://docs.djangoproject.com/en/dev/howto/jython/
And you can also check the python wiki on jython: http://wiki.python.org/jython/DjangoOnJython
精彩评论