开发者

How to create a Web Server for asynchronous request from a Flex/Air client?

开发者 https://www.devze.com 2022-12-14 17:33 出处:网络
I have created a client with Flex Builder which works in a browser but also in an Air windowed application. I must connect it to a server and it has to do asynchrono开发者_如何学Cus request related to

I have created a client with Flex Builder which works in a browser but also in an Air windowed application. I must connect it to a server and it has to do asynchrono开发者_如何学Cus request related to changing data of the server. Because of the too much expensive cost of LiveCycleDS license, I was looking for other ways, maybe open source and i found the following solutions:

  • Adobe BlazeDS
  • Granite Data Services
  • WebORB Community Edition

I want to ask you which is the easy way to create the solution described above, expecially i want to use J2EE application server type. Thanks


There are many ways to connect to a server (XML, SOAP, AMF, etc). I'd recommend AMF through one of the products you mentioned. Give each of them a try and see which one works best for you. Also you can see some code samples in Tour de Flex. And you can watch a screencast I did that walks through how to use BlazeDS.

0

精彩评论

暂无评论...
验证码 换一张
取 消