Re: ColdFusion components calling Django-Jython objects

2009-04-23 Thread EhVK9OAlL9oT
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 --~--~-~--~~

ColdFusion components calling Django-Jython objects

2009-04-23 Thread EhVK9OAlL9oT
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 --~--~-~--~~

models.py -- Convert a Web page with form controls to field definitions

2008-12-29 Thread EhVK9OAlL9oT
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