RemoteObject

RemoteObject

Hi........

Just tell me about
How do I get Flex to query my database?
Please give me an example so i can clearly understand.

Thanks
View Answers

October 16, 2010 at 2:45 PM

Ans:
Flex does not have any native database intergration functionality because flex works on client side. For database interaction we have to need the server-side technology like J2EE, PHP, ASP.NET etc. Flex has a server-side tier architecture which uses the following protocoles with databse.
1. RemoteObject
2. HTTPService
3. WebService









Related Tutorials/Questions & Answers:
RemoteObject
. RemoteObject 2. HTTPService 3. WebService
RemoteObject in flex
RemoteObject in flex  Hi..... Why are my ValueObject member variables undefined in the results from my RemoteObjects requests? Please give me the answer Thanks
Advertisements
RemoteObject in flex
RemoteObject in flex  Hi..... Please give me the solution of this problem How do I get access to the J2EE session from my RemoteObjects? please give the answer with example ASAP Thanks
RemoteObject Data Calls
RemoteObject Data Calls  Hi..... please tell me about How do I make synchronous data calls? please give me an example for that...... Thanks
Difference between httpService and Data Service
use RPC services this applies to all application that use RemoteObject
IResponder interface
="init();"> <fx:Declarations> <s:RemoteObject id="...;); } ]]> </fx:Script> <s:Panel title="RemoteObject Example"
Problem in Blazeds with Jboss Clustering ( Mod_JK with SSL )
the RemoteObject for communicating with Java. The Application is running fine when we
J2EE Tutorial - RMI Example
class file (Skeleton is the proxy for the RemoteObject in the server side... sends it to the Skeleton.The skeleton sends it to the remoteobject

Ads