The Jython interpreter can be embedded in a ColdFusion page. So I can
instantiate Django objects instead of serializing them, right?
http://www.jython.org/docs/embedding.html
http://www.jython.org/docs/javadoc/org/python/util/PythonInterpreter.html
Thanks!
Mike
--~--~-~--~~
Hi,
Can ColdFusion components call Django objects? Do I need to install
Django on the ColdFusion server? Or can I use Django + Jython to
provide ColdFusion with my Django objects?
http://code.google.com/p/django-jython/wiki/WarDeployment
Thanks,
Mike
--~--~-~--~~
Hi,
Is there a tool that will import an HTML page with form controls and
export model.py field definitions? The form controls' attribute
values, such as ID and size, would determine the field definitions.
# The tool would transform the HTML form controls into field
properties:
class databaseOb
3 matches
Mail list logo