Results 1 to 3 of 3

Thread: Roo Addon for audit time stamp

  1. #1
    Join Date
    Feb 2011
    Posts
    2

    Default Roo Addon for audit time stamp

    Hi,

    I have developed Spring roo addon(advance) which adds audit time stamp fields : created,lastUpdated to Roo entities.

    Its hosted as google project : http://code.google.com/p/spring-roo-...dit-timestamp/

    I have update wiki on how to use.
    http://code.google.com/p/spring-roo-...GettingStarted

    I hope it will be useful for the community.

    Thanks
    Rutvijkumar

  2. #2
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    667

    Post

    Thanks for contributing, Rutvijkumar. Some feedback if I may:

    • Many of the people interested in such a plugin would also be interested in knowing which user created or modified a given entity (not just when this happened, although that's a good start). You might therefore like to include the ability for your addon to specify (e.g. via an annotation property) which field(s) identify the relevant user(s).
    • Developers who choose to use Spring Data JPA should be aware of that library's built-in auditing feature (disclaimer: I haven't used it myself).
    Andrew Swan
    "Now is the EJB of our discontent made glorious Spring"

  3. #3
    Join Date
    Apr 2011
    Posts
    7

    Default

    Hi,

    I recently created an updated version of this add-on compatible with the latest version of Spring Roo. It can be found on github at https://github.com/rcaloras/spring-roo-addon-timestamp. Happy to add some additional features and make updates

Tags for this Thread

Posting Permissions

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