| WSRP generation |
- Allows easy deployment and management of Flex applications inside a JSR-168-compliant portal application server.
- Makes it easy for a Flex developer to deploy an application as a portlet in a portal server without having to do any portal-specific programming.
|
| Ajax Data Services |
- Library allows developers to integrate application clients built using Ajax technologies with the same back-end data services used by Flex application clients, including remoting, messaging, and data management.
|
| Flex-Ajax Bridge (FABridge) |
- Unobtrusive code library can be inserted into a Flex application, a Flex component, or even an empty SWF file to expose it to scripting in the browser without any additional coding.
|
| Runtime configuration |
- Provides server-side API's to let developers create and delete data services, adapters, and destinations (which can be modified even after the server is started).
- This dynamic component creation at runtime makes it easy to integrate existing code in a LiveCycle Data Services ES application.
|
| Open adapter architecture |
- Data Services ES provides an open adapter architecture to easily integrate with JMS, Hibernate, EJB, and other data persistence mechanisms.
- Adapter architecture allows you to integrate with any kind of messaging or back-end persistence system.
|
| Java Message Service adapter |
- Allows Flex applications to publish and subscribe to JMS topics and queues. Java applications can publish messages to Flex, and Java code can respond to messages that Flex applications send.
|
| Server-side component framework integration |
- Developers can directly expose components in their frameworks, such as Spring or EJB, to Flex clients without writing any code.
|
| ColdFusion® integration |
- ColdFusion integration utilizes messaging and a Data Management Service adapter to allow a Flex application to interact with ColdFusion (including two-way data push work and improved latency).
|