[flexcoders] Flex Deployment in Production Environment

2006-01-06 Thread Kam-Wing Pang
Hi all, Our 100% Flex application is deployed on to Apache Tomcat 5.0 with a Java (5.0) middle tier talking to a Mysql (5.0) backend. Everything is installed on a SuSe Linux box (currently SuSe Linux 10.0 but for production we are thinking of moving to Enterprise Server 9.0). We are currently try

[flexcoders] Re: Auto detection of Flash Player Version

2006-01-05 Thread Kam-Wing Pang
efox and IE prompted me to upgrade my Flash Player. > > Cheers, > > Andrew Spaulding > www.flexdaddy.info > > > --- In flexcoders@yahoogroups.com, "Kam-Wing Pang" <[EMAIL PROTECTED]> wrote: > > > > Hi, > >

[flexcoders] Auto detection of Flash Player Version

2006-01-03 Thread Kam-Wing Pang
Hi, Our application currently checks for the minimum flash player version of 7.0.14 which is set in flex-config.xml: true 7 0 14 true {context.root}/flex-internal/detection-kit

[flexcoders] Re: How to handle manipulation of Date object and Timezones elegantly in Flex?

2005-12-28 Thread Kam-Wing Pang
Hi Jim, Your problem appears to be half the problem that I am having. In your case, the client requests (for record insertion of a date) that is sent back to the server means that the server tries to translate the time into it's local timezone. Our problem inlcudes the above, plus any date objec

[flexcoders] Re: How to handle manipulation of Date object and Timezones elegantly in Flex?

2005-12-20 Thread Kam-Wing Pang
Dear Matt, Thanks for the link. I've added a new wish to the list. We have played with the getTimezoneOffset and have been using it. It is just not the most elegant solution, especially when the application has many date objects for both display and as part of the parameters used for requesting d

[flexcoders] How to handle manipulation of Date object and Timezones elegantly in Flex?

2005-12-19 Thread Kam-Wing Pang
Hi all, I have some issues with the ActionScript 2.0 Date object and how we can handle it elegantly combined with TimeZones. The scenarios are: Client Application runned in Hong Kong - Client looks up the current date/time in Hong Kong from the server - Client creates a new Date() based on this

[flexcoders] Flex Enterprise Server 2.0

2005-12-12 Thread Kam-Wing Pang
Hi all, I was at the Macromedia Max 2005 in Hong Kong and got a 'taste' of the new Enterprise Services in 2.0. One of the interesting things is the messaging service and the ability to push data to the client. The issue I have is that if it is using the traditional sense of publishing data to be

[flexcoders] Re: Session Management using Flex

2005-12-06 Thread Kam-Wing Pang
Dave, Thanks! Any other option other than using a J2EE application server for implementing JAAS for security? Are there existing features in Flex that we can utilise? Our application up to now has been quite simple in its deployment using a tomcat server. We're up against time in getting it

[flexcoders] Session Management using Flex

2005-12-06 Thread Kam-Wing Pang
Hi all, I'm new to Flex so bear with me. We have an existing application that we are adding user management to (login process, authentication etc). We want the capability of disallowing multiple users from logging on with the same username/password. Ideal situation is that when one user has lo