aboutsummaryrefslogtreecommitdiff
path: root/juick-ws/src/main/java/com/juick/ws/WebsocketComponent.java
AgeCommit message (Expand)Author
2016-11-15core classes are now serializeable with JAXB (to use as babbler extension)Gravatar Vitaly Takmazov
2016-11-13server core moduleGravatar Alexander Alexeev
2016-11-12extracted application configuration from Mvc configuration with application specific beans;Gravatar Alexander Alexeev
2016-11-11ws: fix injection and reply quoteGravatar Vitaly Takmazov
2016-11-10using slf4j + logback for loggingGravatar Alexander Alexeev
2016-11-09components: remove @Component annotation to prevent double initializationGravatar Vitaly Takmazov
2016-07-19juick-ws: name of property should match the bean to inject the same instanceGravatar Vitaly Takmazov
2016-07-19juick-ws: WebsocketComponent is singletonGravatar Vitaly Takmazov
2016-07-07reorganize project, part 3Gravatar Vitaly Takmazov