Skip to content
Snippets Groups Projects
  1. Feb 24, 2015
  2. Jan 27, 2015
  3. Aug 21, 2014
  4. Jun 03, 2014
  5. May 26, 2014
  6. 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
  7. May 21, 2014
  8. May 20, 2014
  9. May 11, 2014
  10. May 05, 2014
  11. Apr 12, 2014
  12. Apr 11, 2014
  13. Apr 08, 2014
  14. Apr 05, 2014
  15. Mar 03, 2014
  16. Dec 18, 2013
  17. Nov 12, 2013
  18. Oct 30, 2013
  19. Oct 02, 2013
  20. Jul 30, 2013
  21. Jun 28, 2013
  22. 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
  23. Mar 07, 2013
  24. Mar 06, 2013
  25. Feb 19, 2013
  26. Feb 13, 2013
  27. Feb 12, 2013
  28. 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
  29. Oct 17, 2012