LiveCycle Data Services overview
LiveCycle Data Services, formerly known as Flex Data Services, is a powerful Adobe product that allows seamless interaction between a Flex client and any Java EE based server or most J2EE servers.
These services allow Java object or services to be called directly from the Flex client, in a transparent way: all the developer has to do, in the Flex code, is call remote services just like they were Flex functions or methods. All the problems related to marshalling / unmarshalling, mapping Flex and Java classes and types are solved internally by LiveCycle Data Services. For all of this to work, LiveCycle Data Services only requires some configuration to be provided, that will define the required behavior.
Using LiveCycle Data Services is, without doubt, one of the best approaches to consider in developing enterprise RIA applications, as it takes care, in an efficient and scalable way, of all the information exchanged by the Flex client and the Java server.
An eye on the server side
Connecting the client to the server being taken cared of, the development can just focus on creating a client and a server layer that handles any required business logic and persistence. LiveCycle Data Services is a Java EE web application, that has to be deployed into a Java EE container. From there it can access whatever server side required functionality and provide it to the Flex client. This kind of deploy ensures compatibility with existing Java EE application as well as with newly created applications. Connecting a LiveCycle application with an existing Java EE or J2EE application requires a little work, but we’ll cover it up in a future post.
The Java EE applications covered in the following blog posts will be the ones that use either Hibernate as a persistence manager or EJB3 in Java enterprise applications. We will see how to access Hibernate or EJB3 from LiveCycle Data Services, how to keep the data services separated from the Java business logic, using clean, modular and distinct components.
The world behind LiveCycle Data Service and Java
LiveCycle Data Services offers many possibilities, like accessing remote Java objects, binding client to server data sources, using publisher/subscribe messaging to communicate with the server, with or without JMS. Aside all these it’s also possible to configure a LiveCycle Data Services EE application to allow a controlled Flex client access to areas like Hibernate’s named queries, JNDI lookup or web server custom login.
LiveCycle Data Services offers numerous possibilities and can be configured and understood to get the outmost out of this potential.
Web resources
LiveCycle Data Services can be found here, http://www.adobe.com/products/livecycle/dataservices/, Hibernate http://www.hibernate.org/ contains all required resources and libraries. A commonly used Java EE web servers is Tomcat http://tomcat.apache.org/, while JBoss http://labs.jboss.com/ is an enterprise application container.
Comments (2)
Does anyone know if they plan to release/support LDS for Mac OS X? This really looks interesting to my company, but our requirements are that it needs to be deployed on an Xserve.
Posted by Robert Stark | July 2, 2007 7:39 PM
Posted on July 2, 2007 19:39
Hi Robert,
unfortunately LiveCycle Data Services ES does not support Mac OSX.
These are the LiveCycle ES system requirements
Operating systems
* Microsoft Windows 2000 Server, Windows XP Professional, Windows Server 2003 (32- and 64-bit)
* Red Hat Advanced Server 3.x and 4.x
* SUSE™ Linux® Enterprise Server 9
* SUSE Linux Enterprise Server 9 on zSeries
* Solarisâ„¢ SPARC 9 and 10
* AIX® 5.3
* HP-UX 11i v2 (Itanium only)
Memory/disk space
* 512MB of RAM
* 400MB of available hard-disk space
Java Virtual Machines
* Sun 1.4.2_08 or later
* Sun 1.5
* BEA JRockit 1.4.2_08 (for BEA WebLogic 8.1 only)
* BEA JRockit 1.5 (for BEA WebLogic 9 only)
* IBM 1.4.2 (for IBM WebSphere only)
* IBM 1.5 (for IBM Websphere 6.1.x only)
Application servers
* JRun 4 Updater 6 (included in integrated installation option)
* Apache Tomcat 5.5.x
* BEA WebLogic 8.1 (SP2 or higher), 9.1 and 9.2
* IBM WebSphere 5.1.1.x or 6.1.x
* JBoss 4.0.3 SP1, 4.0.4 and 4.0.5
* Oracle 10G AS (10.1.3)
* SAP Web Application Server 6.40 and 7
* Fujitsu Interstage 7 (Japanese version only)
* Hitachi Cosminexus 7 (Japanese version only)
See the page : http://www.adobe.com/products/livecycle/systemreqs.html
Posted by Marco Casario | July 3, 2007 3:39 PM
Posted on July 3, 2007 15:39