
2008 JavaOne
SM
Conference | java.sun.com/javaone |
26
Java technology and Flex working together
Adobe sells a high-end Enterprise product that provides more infrastructure
for J2EE projects called Adobe LifeCycle ES. Included is a JSP tag library for
Flex among other services
Consider using JSP™ frameworks as your Java API to Flex
If you want Flex to call an EJB™ architecture, write a Java class that wraps
that call, and remote call that from Flex
Use BlazeDS as your entry point in Flex/Java technology integration. Install
the WAR files and configure your endpoints. Note it comes with an
administrator app and uses Tomcat 6.0 as a servlet container. Get BlazeDS at
http://opensource.adobe.com/wiki/display/blazeds/Release+Builds
•
Look at other RIA platform servers like WEBORB from Midnight coders at
http://www.themidnightcoders.com/weborb/
If you do not need direct access, use Flex mx:HttpService or XML/SOAP
access using mx:WebService calls instead
Commenti su questo manuale