[flexcoders] Re: BlazeDS - Best practice for determining if server session is invalid.

2009-02-02 Thread rydellfinn
[mailto:flexcod...@yahoogroups.com] On Behalf Of rydellfinn Sent: Wednesday, November 05, 2008 6:15 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] BlazeDS - Best practice for determining if server session is invalid. Currently I am running BlazeDS on Tomcat, and I have a flex client

[flexcoders] Re: BlazeDS - Best practice for determining if server session is invalid.

2009-01-06 Thread rydellfinn
[mailto:flexcod...@yahoogroups.com] On Behalf Of rydellfinn Sent: Wednesday, November 05, 2008 6:15 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] BlazeDS - Best practice for determining if server session is invalid. Currently I am running BlazeDS on Tomcat, and I have a flex client

[flexcoders] Graceful handling of server timeout

2008-11-11 Thread rydellfinn
I have a flex client that makes service calls to a tomcat server running BlazeDS. I would like to gracefully handle server session timeouts in this environment. I do have security constraints on the service, so the client authenticates against a remote object by initializing a ChannelSet based

[flexcoders] BlazeDS - Best practice for determining if server session is invalid.

2008-11-06 Thread rydellfinn
Currently I am running BlazeDS on Tomcat, and I have a flex client that is authenticating against a set of Remote Objects using channelset.login(). As expected, if I walk away from the client for 30 minutes, the Tomcat server invalidates the session, which of course effectively logs out the

[flexcoders] Re: Authentication against a RESTful web service

2008-05-13 Thread rydellfinn
with just GET and POST requests, keep forging ahead. Seth From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rydellfinn Sent: Monday, May 12, 2008 12:38 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Authentication against a RESTful web service Hi all - I have

[flexcoders] Authentication against a RESTful web service

2008-05-12 Thread rydellfinn
Hi all - I have written a RESTful web service using Java (Jersey). I would like to have write a Flex 3 front end to make use of this service. What is the best way to have my Flex 3 login page authenticate against my web service? I have been trying to use Basic Authentication with the

[flexcoders] Re: Setting Basic authentication header in URLRequest

2008-05-11 Thread rydellfinn
can be decompiled, but maybe you can get it to work if you play around with it more. Let me know how it turns out since I am curious to know how it works. Best Regards, ~Aaron On Fri, May 9, 2008 at 1:24 PM, rydellfinn [EMAIL PROTECTED] wrote: Aaron - Did this end up working

[flexcoders] Re: Setting Basic authentication header in URLRequest

2008-05-09 Thread rydellfinn
Aaron - Did this end up working for you? Using the same technique to add the authorization header, I have a meta-policy file, and I get an IO Error. Thanks! --- In flexcoders@yahoogroups.com, Aaron Miller [EMAIL PROTECTED] wrote: Many thanks! ~Aaron On Sun, Apr 20, 2008 at 7:18 AM,

[flexcoders] The best java backend

2007-11-20 Thread rydellfinn
Everyone - I've been working with Flex for a few months now, and as a Java developer, I want make it work with a java backend. At this point, I'm not interested in FDS/LCDS. Not to say it isn't a great product, but I'm not there yet. The two basic options that I see are working with