I would like to implement a shopping cart with Spring, so I need to save an object Cart ( which has attributes like products, paymentType and deliveryType ) in
Cart
try to autowired HttpSession and spring will injects in a proxy to the HttpSession @Autowired private HttpSession httpSession;
@Autowired private HttpSession httpSession;