Results 1 to 2 of 2

Thread: Want to store data instead of session and request

Hybrid View

  1. #1

    Default 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

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,632

    Default

    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.
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •