Expand my Community achievements bar.

Django and Flex python

Avatar

Level 1

I have a web application running on Django. I would like to use flex as a front end. I know there exisits PyAMF which does the remoting between flex and python backend.

Could I be possibly using livecycle data services for data push/synchronization with my exisiting backend ?

Since livecycle is based on a J2ee backend so I am confused as to how would my python backend interact with it or may be possibly not.

1 Reply

Avatar

Level 3

As far as I know LiveCycle can interact with Java Classes so if Django generates java classes you can use it for your project, maybe in the internet you'll find a good tutorial.