Results 1 to 3 of 3

Thread: A little help for a fresher.

  1. #1
    Join Date
    Oct 2009
    Posts
    19

    Default A little help for a fresher.

    Hello,

    I am working on a GWT application that uses Spring as a backend.

    I am currently trying to code a backend component that tracks when a use last requested some data and whether that data has changed since they last requested it.

    This would allow me to only load data that has changed instead of the entire dataset.

    Has anyone got any ideas? Or can give me hints on how I would create a class that all users could access to notify other users that they have made changes, and then this class be accessed by all users to see whether they need to update their data.

    Any advice would be very much appreciated.

    Cheers,

    Jim

  2. #2
    Join Date
    Sep 2009
    Posts
    9

    Question

    hi Jim,

    I am not sure what tech. you are using for this "backend component", but you can use log table i.e. you can maintain the changes in log table so you can query log table when you whats to see those changes.

    Apart from it if you are using Hibernate, then Hibernate allows some callback that could be used to detect the changes.

  3. #3
    Join Date
    Oct 2009
    Posts
    5

    Default

    prabodhs is saying right, i also tested it,

Posting Permissions

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