Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Air working with BlazeDS?

Avatar

Level 2
Hi,



I have done Flex application with BlazeDS.



Now I plan to develop a AIR application and using BlazeDS
message "push" feature.the BlazeDS is working on Tomcat now.I do
not have a idea how to working with it from AIR.



Please give me a idea.



Thanks





Mark
2 Replies

Avatar

Level 2
Hi,



You will be doing exactly same you did in Flex based web
application, when you are developing an AIR application which
communicates with BlazeDS.

Only change i could see is in the Flex based web application,
the tokens in the services-config.xml like {server.root} and
{server.port} are substituted either at run time based on the URL
you use to access the application. Now in AIR application these
might have to be modified to have the hard coded URL to the web
server you are trying to access.



Hope this helps.

Avatar

Level 2


LCDS adds features for occasionally connected clients, namely
AIR applications. Your app can synchronize with the Data Management
Services on LCDS when you connect again.