Spring and STOMP, first steps
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Tue, 29 Mar 2016 02:20:06 +0000 (04:20 +0200)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Tue, 29 Mar 2016 02:20:06 +0000 (04:20 +0200)
commit79ab5b76f94f6dae273e35246e22aeaf0abf25f6
tree6c1b0e08aef5fe7b79217bb2b640dc084c0e1584
parent7e6e235e0ad650daaa3d8fdfd416a6ed4f76207a
Spring and STOMP, first steps
SpringJava/STOMP/spring-stomp-server/pom.xml [new file with mode: 0644]
SpringJava/STOMP/spring-stomp-server/src/main/java/de/spring/stomp/handlers/MyCustomHandler.java [new file with mode: 0644]
SpringJava/STOMP/spring-stomp-server/src/main/java/de/spring/webservices/rest/controller/GreetingController.java [new file with mode: 0644]
SpringJava/STOMP/spring-stomp-server/src/main/resources/log4j2.xml [new file with mode: 0644]
SpringJava/STOMP/spring-stomp-server/src/main/resources/spring-configuration/mvc/rest/rest-config.xml [new file with mode: 0644]
SpringJava/STOMP/spring-stomp-server/src/main/resources/spring-configuration/spring-configuration.xml [new file with mode: 0644]
SpringJava/STOMP/spring-stomp-server/src/main/webapp/WEB-INF/web.xml [new file with mode: 0644]
SpringJava/STOMP/spring-stomp/pom.xml [new file with mode: 0644]