Skip to content
Snippets Groups Projects
  1. Mar 19, 2015
  2. Mar 18, 2015
  3. Mar 17, 2015
  4. Mar 16, 2015
  5. Mar 13, 2015
  6. Mar 12, 2015
  7. Mar 11, 2015
  8. Mar 05, 2015
  9. Mar 04, 2015
  10. Mar 03, 2015
  11. Mar 02, 2015
  12. Feb 28, 2015
  13. Feb 25, 2015
  14. Feb 19, 2015
  15. Feb 17, 2015
  16. Feb 16, 2015
  17. Feb 12, 2015
    • Christoph Thelen's avatar
      Deprecate getSession, use getSessionFromKeyword instead · bb649cb9
      Christoph Thelen authored
      getSession throws an HTTP exception, which is not
      good style. Additionally, as it calls
      getSessionFromKeyword internally -- which has a caching
      annotation -- this caching mechanism will not work
      because it only works if the method is called
      from another object. This is due to the way Spring
      is using proxies to intercept the calls.
      bb649cb9
    • Christoph Thelen's avatar
      Cache learning progress using new events · a1250111
      Christoph Thelen authored
      Events for all learning progress related actions
      are generated, like answering a new question.
      The event classes are used as a tag to evict
      the cache based on the session.
      a1250111