-
Aug 13th, 2012, 03:54 AM
#1
Want to store data instead of session and request
Hi,
I am using spring 3 . And I try to create a shopping cart type application where all the input data persist on buffer until user check out the order.I can able to solve this issue by using either Request and Session.But I want to know that is there any other way instead of Session /Request .
Thanks & Regards
-
Aug 13th, 2012, 05:45 AM
#2
If you use Spring MVC (or other request based frameworks) there is only request and session. If you use JSF or Web Flow you have some other 'scopes' in which you can store data. But that is all there is.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules