Skip to content
Snippets Groups Projects
  1. May 25, 2015
  2. May 18, 2015
  3. Feb 24, 2015
  4. Jan 27, 2015
  5. Aug 21, 2014
  6. Jun 03, 2014
  7. May 26, 2014
  8. May 23, 2014
    • Paul-Christian Volkmer's avatar
      Include JavaConfig based configuration in spring main configuration · 964c2e43
      Paul-Christian Volkmer authored
      This will allow dynamic configuration depending on property file settings.
      
      Removed connector client bean from XML based configuration and added bean
      creation into JavaBased config class. Bean will be created if there is
      a property "connector.enable" with value "true" otherwise no bean will
      be created wich has the same behavior removing bean definition from XML
      configuration file.
      
      No need to change application config - can be done in property file :-)
      964c2e43
  9. May 21, 2014
  10. May 20, 2014
  11. May 11, 2014
  12. May 05, 2014
  13. Apr 12, 2014
  14. Apr 11, 2014
  15. Apr 08, 2014
  16. Apr 05, 2014
  17. Mar 03, 2014
  18. Dec 18, 2013
  19. Nov 12, 2013
  20. Oct 30, 2013
  21. Oct 02, 2013
  22. Jul 30, 2013
  23. Jun 28, 2013
  24. 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
  25. Mar 07, 2013
  26. Mar 06, 2013
  27. Feb 19, 2013
  28. Feb 13, 2013