Prabhu M
Prabhu M

Reputation: 3574

flex mobile project : using Blazeds to access data from java class

I know how to create a flex web application that uses blazeds for back end data connectivity. Now I need to use blazeds in flex mobile application for accessing data from java classes. I am searching it in internet for two days but I didnt find any solutions. Please help me to use blazeds in flex mobile app

Upvotes: 0

Views: 1094

Answers (1)

Cornel Creanga
Cornel Creanga

Reputation: 5308

On Coenraets blog you have a couple of examples relates to connection mobile flex applications to a java backend (both remoting and messaging).

In order to detect if the file was modified you can have a timer in java checking for that at a specified interval. When detecting any changes you can send a message to your Flex application using the messaging services from BlazeDS.

Upvotes: 1

Related Questions