I can't say anything regarding FDS, but from my experience with
HTTPService, you can pass what you would call hidden variables by
simply adding them to the request using Actionscript, just before
sending the request to the server. You can modify the request
parameters like you would when adding properties to an object. 

Handling exceptions is rather simple, much like Java in that respect.
You should be able to just use simple try catch blocks. Checking the
LiveDocs should help if you get stuck.

Session handling is a bit tricky, but you can handle most of it
through Apache or IIS. Flex retains the browser's session state, as
far as I can tell, when using HTTPService. We've used HTTPService to
authenticate on a user's cookie before returning our XML data. The
trick is that Flex has to request and retrieve the session data
through another script. It isn't aware of the session variables at
runtime.

Hope that helps,
- William

--- In [email protected], "siva.flex" <[EMAIL PROTECTED]> wrote:
>
> Hi All,
> 
>   I have developed prototype . When I am implementing this one , 
> getting lot of doubts. 
> 
> 1. How to pass hidden variables using flex.(In jsp we pass it throuth 
> hidden field, is there any mechanism similar to that one)
> 
> 2. How to handle exceptions in flex ofcourse we get excptions at 
> server side, Suppose if I get any exception I want to disply/forward 
> to new screen showing this exceptions / errors.
> 
> 3. How to do session handling in Flex.
> 
> 
>      I am trying to implement prototype both based on FDS and 
> HTTPService. I want to check performance, integration of flex with 
> our own framework. After that we decide which I mean httpservice / 
> FDS.
> 
>     So how can I do above things using FDS and without FDS.
>   
>     I am not excepting answers to all questions. Anybody suggest me 
> to solve these issue / issues . Really I will be greatful to them.
> 
> Thanks & Regards,
> Siva Kumar
>


Reply via email to