How do I run flex as a service? : adobe flex action script
Answer / Vijay Rana
To run Flex applications as a service, you can use a tool like Adobe AIR or BlazeDS. With Adobe AIR, you can package your Flex application as an executable file that can be installed and started like any other program on the user's computer. With BlazeDS, you can create a server-side gateway for your Flex application, allowing it to communicate with the backend data services and potentially run continuously as a service.
| Is This Answer Correct ? | 0 Yes | 0 No |
How does item renderer work? How do we add item renderer at runtime in flex? : adobe flex action script
Ow binding works in mxml components in flex? : adobe flex action script
Differences between defining bindings in mxml and actionscript? : adobe flex action script
When I have only a single record, why does not it appear in my datagrid?
What keyword allows you to refer to private variables of a class in flex?
What are Arrays in flex?
Can I upgrade from flex builder 3 standard edition to flex builder 3 professional edition?
Will I need to upgrade my air sdk along with flex 3 beta 3?
How much will flex builder 3 cost?
What is the model-view-controller (mvc) pattern?
Can I dynamically instantiate a webservice or httpservice in actionscript? : adobe flex action script
What are sealed classes in flex? : adobe flex action script