Shopping Cart in Flex 4

Posted by chchrist on Stack Overflow See other posts from Stack Overflow or by chchrist
Published on 2010-06-18T07:04:59Z Indexed on 2010/06/18 7:13 UTC
Read the original article Hit count: 301

Filed under:
|

I am trying to code a shopping cart using Flex 4. I am at the design process and I need to figure out which design pattern to use. I am thinking of using the Singleton pattern. I will have a Product Value Object where I'll save each product's values and the I'll push each product to an array variable in my Singleton class.

Is my logic OK? Is there a better way?

Thanks in advance

© Stack Overflow or respective owner

Related posts about flex4

Related posts about shopping-cart