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 in flexRemoteObject 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 flexRemoteObject 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 CallsRemoteObject Data Calls Hi.....
please tell me about
How do I make synchronous data calls?
please give me an example for that......
Thanks
IResponder interface="init();">
<fx:Declarations>
<s:
RemoteObject id="...;);
}
]]>
</fx:Script>
<s:Panel title="
RemoteObject Example"
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