Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

JFAM
JFAM
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
5

Discussions

Discussions
4

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by JFAM
Customize the badges you want to showcase on your profile
Re: synching data from the server to the client - Adobe LiveCycle 13-07-2006
quote:Originally posted by: Newsgroup UserSee documentation of FDS classflex.data.DataServiceTransaction.--J�rgen FailenschmidGreat ! I missed this one. Thanks.

Views

266

Likes

0

Replies

0
synching data from the server to the client - Adobe LiveCycle 12-07-2006
Take a look at this article : IntroFlex Messaging Service

Views

266

Likes

0

Replies

0
Re: synching data from the server to the client - Adobe LiveCycle 12-07-2006
The "fill/sync" mecanism provided by data management servicesis a sort of RPC implementation that streamlines client-to-serverdata retrieval and update. Its purpose is not real-time datasyncing between your client and server.If you want the server to keep client-data up-to-date, youwill need to use messaging services provided by flex and/or JMS, sothe server can push a message to the clients each time a bunch ofdata is updated. In this scenario, the server will be messageprovider, and your clien...

Views

266

Likes

0

Replies

0
Re: Coldfusion and FDS - Adobe LiveCycle 05-07-2006
Did you install the CFFlexConnector update ?

Views

133

Likes

0

Replies

0
Re: Remote object with java. - Adobe LiveCycle 05-07-2006
If you compile your MXML application locally in Flex Builder,maybe you should define the channelSet property of yourRemoteObject instance, using ChannelSet and AMFChannel classes. Ifyou don't, your client app will not be able to reach the remote AMFbroker (the flex remoting gateway).Hope this helps.

Views

628

Likes

0

Replies

0