[flexcoders] Reg:Controller

2008-09-08 Thread vidhuparthi
In Server Side a Controller will be there to validate all the actions there itself, and then it allows to perform actions in server, this can be done if using HttpService, Incase of remoteObject, its directly communicating between ActionScript and Java Objects, and where or How this controller

[flexcoders] Reg:Data Tranfer

2008-09-05 Thread vidhuparthi
To transfer data between Flex and Java, Which would be better, either Http-Service or Remote Object? Pls help me, its urgent.. Thanks in advance.

[flexcoders] Reg: Data Model

2008-08-21 Thread vidhuparthi
I want to wrap all the data from a form, from UI to server, so it cannot be sent as parameters when its a huge data. So what can be done to resolve this prob? can any data model can be used? I m using DAO and DTO in business layer. I am new to J2EE. Hope someone will help. Thanks in advance

[flexcoders] flex taglibs

2008-08-20 Thread vidhuparthi
In J2EE project we use taglibs for custom actions during the execution of JSP pages, In flex is there any way to use taglibs or is there anyother way to control the flow instead of hard coding it in all places. can anyone help me please??? Thanks in advance