Matt,

 

There are many ways to do this:

 

  1. FDS can run JYTHON code. JYTHON is the Python interpreter running in 100% Java. It is a handy way to author FDS application backends for RPC, Messaging(JMS), and Data Management.
  2. Create a CPython service using Twisted and expose it via RPC or JMS. http://www.twistedmatrix.org
  3. There is a Module for Python for communicating with JMS directly in either pub/sub. http://mail.python.org/pipermail/python-list/2004-November/249578.html

 

I think your best bet is Jython. They have ported every CPython library to Jython and you can use any existing Java library as well. Also you can develop using the interpreter and then compile to static java for performance.

 

Jython is an implementation of the high-level, dynamic, object-oriented language Python written in 100% Pure Java, and seamlessly integrated with the Java platform. It thus allows you to run Python on any Java platform.

 

http://www.jython.org

 

Cheers,

 

Ted Patrick

Flex Evangelist

Adobe Systems Incorporated

 

 


From: [email protected] [mailto:[email protected]] On Behalf Of matt wicks
Sent: Saturday, July 22, 2006 6:31 AM
To: [email protected]
Subject: [flexcoders] Python / Flex solution

 

Hi all,

 

What would any python expert out there advise as the best solution for integrating Flex with Python? Or even better FDS with Python? I’, pretty savvy about flsh / flex/cold fusion / asp but know not a nthing about python so advice v. gratefully received

 

Matt

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to