Hello,
I'm looking to develop a good shopping cart to my new store site. I have few ideas in my mind to start developing it...
- It will be a stateful session bean (ejb3).
- Object Oriented {
ShoppingCart
,ShoppingCartItem
,ShoppingCartEvent
,OrderHandler
, etc.}
What I'm looking with this question, is to get, about your experience, is the best way (easier to handle) to develope a shopping cart?
It is good to be a stateful ejb? What are the common objects and its functionality (methods) that a shopping cart must have?...
Thanks, any help and suggestion will be appreciated.