Skip to content
Snippets Groups Projects
  1. May 05, 2014
  2. Nov 12, 2013
  3. Oct 30, 2013
  4. Oct 02, 2013
  5. Jul 30, 2013
  6. Jun 05, 2013
    • Paul-Christian Volkmer's avatar
      479589dd
    • Paul-Christian Volkmer's avatar
      Add UserSessionAspect aspect · 94888c17
      Paul-Christian Volkmer authored
      This sets current user and ARSnova session information in a session
      scoped service bean. If the user connects with a websocket, the
      websocket session ID will be set in addition to the user and session
      object.
      
      The aspects methods pointcut after returning from joinSession() method
      in SessionService. So the UserSessionService will be set with all needed
      data after a user successfully joins a session.
      
      With this service available, it can be used to replace some usage of
      Array/Map based application wide data structures that cause some trouble
      when stopping or redeploying the application.
      94888c17
    • Paul-Christian Volkmer's avatar
      Spring component-scan cleanup · 3a25f55b
      Paul-Christian Volkmer authored
      Use service and dao beans in application context and controllers in
      servlet context. This prevents controller beans from being created twice
      in application and servlet context witch causes some trouble in the
      past.
      3a25f55b
  7. Mar 07, 2013
  8. Mar 06, 2013
  9. Feb 19, 2013
  10. Feb 13, 2013
  11. Feb 12, 2013
  12. Dec 28, 2012
    • Paul-Christian Volkmer's avatar
      Major changes is Spring application configuration · df62a3bb
      Paul-Christian Volkmer authored
      With this changeset the spring servlet configuration is separeted from the
      application configuration. This will result in a main context and a servlet
      context, holding only spring mvc information.
      
      This change has a very nice side effekt: Spring AOP beans will be loaded
      only once in application context, not a second time in mvc servlet context.
      df62a3bb
  13. Oct 17, 2012
  14. Oct 09, 2012
  15. Sep 17, 2012
    • Julian Hochstetter's avatar
      Task #3868: Refactor Servlets · 804a6da8
      Julian Hochstetter authored
      * @ResponseBody Annotation for JSON Response
      * Old ARSnova Servlet does nothing
      * New Spring Servlet loads Beans, Services, Security and SocketServer
      * One Property Loader which is used in XML Spring Configuration and with
      @Value Annotation
      804a6da8
  16. Sep 14, 2012
    • Paul-Christian Volkmer's avatar
      Cleanup inconsistent config properties file · 14df8aaa
      Paul-Christian Volkmer authored
      With this configuration both
       - spring security setup
       - bean properties
      will be set to values defined in /etc/arsnova/arsnova.properties.
      
      Admins ARE REQUIERED to create production settings file by given example
      in /etc/arsnova.
      14df8aaa
  17. Sep 13, 2012
  18. Sep 12, 2012
  19. Sep 11, 2012
  20. Sep 10, 2012
  21. Sep 07, 2012
  22. Jul 26, 2012