- Feb 24, 2015
-
-
Daniel Gerhardt authored
-
- Jan 27, 2015
-
-
Christoph Thelen authored
-
- Aug 21, 2014
-
-
- Jun 03, 2014
-
-
Paul-Christian Volkmer authored
-
- May 26, 2014
-
-
Paul-Christian Volkmer authored
-
- May 23, 2014
-
-
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 :-)
-
- May 21, 2014
-
-
Paul-Christian Volkmer authored
Permission handling is the same as with removed Authorized annotation
-
Paul-Christian Volkmer authored
-
- May 20, 2014
-
-
Paul-Christian Volkmer authored
-
- May 11, 2014
-
-
Daniel Gerhardt authored
-
- May 05, 2014
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
- Apr 12, 2014
-
-
Daniel Gerhardt authored
-
- Apr 11, 2014
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Apr 08, 2014
-
-
Christoph Thelen authored
-
- Apr 05, 2014
-
-
Daniel Gerhardt authored
-
- Mar 03, 2014
-
-
Daniel Vogel authored
-
- Dec 18, 2013
-
-
Paul-Christian Volkmer authored
-
- Nov 12, 2013
-
-
Daniel Gerhardt authored
-
- Oct 30, 2013
-
-
Christoph Thelen authored
-
- Oct 02, 2013
-
-
Christoph Thelen authored
-
- Jul 30, 2013
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
Connector bean has to be disabled because connector could not get any connection to database server. Connection to database server is forbidden.
-
- Jun 28, 2013
-
-
Paul-Christian Volkmer authored
-
- Jun 05, 2013
-
-
Paul-Christian Volkmer authored
-
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.
-
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.
-
- Mar 07, 2013
-
-
Christoph Thelen authored
-
Christoph Thelen authored
-
- Mar 06, 2013
-
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- Feb 19, 2013
-
-
Paul-Christian Volkmer authored
-
- Feb 13, 2013
-
-
Paul-Christian Volkmer authored
-
Paul-Christian Volkmer authored
-
- Feb 12, 2013
-
-
Paul-Christian Volkmer authored
-
- Dec 28, 2012
-
-
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.
-
- Oct 17, 2012
-
-
Paul-Christian Volkmer authored
-