Re: [flexcoders] Credit Card number encryption

2010-02-11 Thread W.R. de Boer
As far as I am aware you aren't allowed to store credit card numbers yourself without a weekly security audit from the card issuer...

[flexcoders] Best practices regarding XML to VO conversion

2010-02-09 Thread W.R. de Boer
Hello, I am having a question what the best approach is to convert existing XML data to a object graph of value objects. I have spend quite some time to fix a memory leak in my existing parsing practice and I am curious how others solve this problem. My common approach is to create a class

Re: [flexcoders] Best practices regarding XML to VO conversion

2010-02-09 Thread W.R. de Boer
Hi Claudiu, I am using my custom unmarshaller class in combination with XML/E4X but I keep having a memory. Maybe I am just doing something? Maybe it's the use of a Vector-type in main VO object which stores child VO objects? Maybe I have to nullify the variables with vectors or arrays? I can