0 Replies Latest reply on Jul 25, 2010 6:25 PM by domagals.jame

    Recently viewed enities

      Hello,


      I am currently working on a project in which I would like to add a page that will display recently viewed items that a user has viewed.


      I searched online and I really could not find much on what would be the best approach to do this.


      My initial thought was to use cookies to store this information. Something like how you store recently viewed items on amazon or ebay.  That would be perfect for my application.


      Another idea was to manually store this data inside of a table within the application. Everytime an item is viewed, the users id, date, and object id would be stored.


      If anybody could give me some pointers on the best solution, links or even just some search words that would be best for implementing this inside the Seam Framework I would greatly appreciate it.