Download spring atmosphere samples Free Java Code
Description
Provides examples show the integration of Atmosphere and Spring Integration and Spring MVC.
Source Files
The download file spring-atmosphere-samples-master.zip has the following entries.
.gitignore/* w w w .j a va 2 s .co m*/
README.md
pom.xml
spring-integration-atmosphere-sample/pom.xml
spring-integration-atmosphere-sample/src/main/java/org/springframework/integration/samples/asynchttp/BroadcastMetricsApplicationListener.java
spring-integration-atmosphere-sample/src/main/java/org/springframework/integration/samples/asynchttp/TweetGenerator.java
spring-integration-atmosphere-sample/src/main/java/org/springframework/integration/samples/asynchttp/TweetTransformer.java
spring-integration-atmosphere-sample/src/main/java/org/springframework/integration/samples/asynchttp/controller/HomeController.java
spring-integration-atmosphere-sample/src/main/java/org/springframework/integration/samples/asynchttp/model/BaseMessage.java
spring-integration-atmosphere-sample/src/main/java/org/springframework/integration/samples/asynchttp/model/StatisticMessage.java
spring-integration-atmosphere-sample/src/main/java/org/springframework/integration/samples/asynchttp/model/TimeMessage.java
spring-integration-atmosphere-sample/src/main/java/org/springframework/integration/samples/asynchttp/model/TwitterMessage.java
spring-integration-atmosphere-sample/src/main/java/org/springframework/integration/samples/asynchttp/service/TimeService.java
spring-integration-atmosphere-sample/src/main/java/org/springframework/integration/samples/asynchttp/service/TwitterService.java
spring-integration-atmosphere-sample/src/main/java/org/springframework/integration/samples/asynchttp/service/impl/DefaultTimeService.java
spring-integration-atmosphere-sample/src/main/java/org/springframework/integration/samples/asynchttp/service/impl/DefaultTwitterService.java
spring-integration-atmosphere-sample/src/main/resources/META-INF/spring/integration/spring-integration-context.xml
spring-integration-atmosphere-sample/src/main/resources/META-INF/spring/mvc/comet-config.xml
spring-integration-atmosphere-sample/src/main/resources/META-INF/spring/mvc/servlet-context.xml
spring-integration-atmosphere-sample/src/main/resources/logback.xml
spring-integration-atmosphere-sample/src/main/resources/rebel.xml
spring-integration-atmosphere-sample/src/main/webapp/META-INF/MANIFEST.MF
spring-integration-atmosphere-sample/src/main/webapp/META-INF/context.xml
spring-integration-atmosphere-sample/src/main/webapp/WEB-INF/context.xml
spring-integration-atmosphere-sample/src/main/webapp/WEB-INF/jboss-web.xml
spring-integration-atmosphere-sample/src/main/webapp/WEB-INF/sun-web.xml
spring-integration-atmosphere-sample/src/main/webapp/WEB-INF/views/home.jsp
spring-integration-atmosphere-sample/src/main/webapp/WEB-INF/views/includes/taglibs.jsp
spring-integration-atmosphere-sample/src/main/webapp/WEB-INF/web.xml
spring-integration-atmosphere-sample/src/main/webapp/css/blueprint/ie.css
spring-integration-atmosphere-sample/src/main/webapp/css/blueprint/print.css
spring-integration-atmosphere-sample/src/main/webapp/css/blueprint/screen.css
spring-integration-atmosphere-sample/src/main/webapp/css/main.css
spring-integration-atmosphere-sample/src/main/webapp/favicon.ico
spring-integration-atmosphere-sample/src/main/webapp/images/SpringSource_VMware_HOR_RGB.png
spring-integration-atmosphere-sample/src/main/webapp/images/ajax-loader.gif
spring-integration-atmosphere-sample/src/main/webapp/images/springsource-weblogo_bigger.jpg
spring-integration-atmosphere-sample/src/main/webapp/js/excanvas.js
spring-integration-atmosphere-sample/src/main/webapp/js/jquery-ui-1.8.14.custom.min.js
spring-integration-atmosphere-sample/src/main/webapp/js/jquery.atmosphere.js
spring-integration-atmosphere-sample/src/main/webapp/js/jquery.js
spring-integration-atmosphere-sample/src/main/webapp/js/jquery.tmpl.min.js
spring-integration-atmosphere-sample/src/main/webapp/js/raphael/g.bar-min.js
spring-integration-atmosphere-sample/src/main/webapp/js/raphael/g.line-min.js
spring-integration-atmosphere-sample/src/main/webapp/js/raphael/g.pie-min.js
spring-integration-atmosphere-sample/src/main/webapp/js/raphael/g.raphael-min.js
spring-integration-atmosphere-sample/src/main/webapp/js/raphael/raphael-min.js
spring-integration-atmosphere-sample/src/test/java/org/springframework/integration/samples/asynchttp/SpringIntegrationTest.java
spring-integration-atmosphere-sample/src/test/java/org/springframework/integration/samples/asynchttp/model/JacksonJsonTest-context.xml
spring-integration-atmosphere-sample/src/test/java/org/springframework/integration/samples/asynchttp/model/JacksonJsonTest.java
spring-mvc-atmosphere-sample/pom.xml
spring-mvc-atmosphere-sample/src/main/java/org/springframework/mvc/samples/atmosphere/AtmosphereUtils.java
spring-mvc-atmosphere-sample/src/main/java/org/springframework/mvc/samples/atmosphere/controller/HomeController.java
spring-mvc-atmosphere-sample/src/main/java/org/springframework/mvc/samples/atmosphere/model/StatusMessage.java
spring-mvc-atmosphere-sample/src/main/java/org/springframework/mvc/samples/atmosphere/model/TwitterMessage.java
spring-mvc-atmosphere-sample/src/main/java/org/springframework/mvc/samples/atmosphere/model/TwitterMessages.java
spring-mvc-atmosphere-sample/src/main/java/org/springframework/mvc/samples/atmosphere/service/TwitterService.java
spring-mvc-atmosphere-sample/src/main/java/org/springframework/mvc/samples/atmosphere/support/AtmosphereArgumentResolver.java
spring-mvc-atmosphere-sample/src/main/java/org/springframework/mvc/samples/atmosphere/support/JaxbJacksonObjectMapper.java
spring-mvc-atmosphere-sample/src/main/resources/META-INF/context.xml
spring-mvc-atmosphere-sample/src/main/resources/META-INF/spring/mvc/controllers.xml
spring-mvc-atmosphere-sample/src/main/resources/META-INF/spring/mvc/servlet-context.xml
spring-mvc-atmosphere-sample/src/main/resources/META-INF/spring/root-context.xml
spring-mvc-atmosphere-sample/src/main/resources/logback.xml
spring-mvc-atmosphere-sample/src/main/resources/rebel.xml
spring-mvc-atmosphere-sample/src/main/webapp/META-INF/MANIFEST.MF
spring-mvc-atmosphere-sample/src/main/webapp/META-INF/context.xml
spring-mvc-atmosphere-sample/src/main/webapp/WEB-INF/context.xml
spring-mvc-atmosphere-sample/src/main/webapp/WEB-INF/jboss-web.xml
spring-mvc-atmosphere-sample/src/main/webapp/WEB-INF/sun-web.xml
spring-mvc-atmosphere-sample/src/main/webapp/WEB-INF/views/home.jsp
spring-mvc-atmosphere-sample/src/main/webapp/WEB-INF/views/includes/taglibs.jsp
spring-mvc-atmosphere-sample/src/main/webapp/WEB-INF/web.xml
spring-mvc-atmosphere-sample/src/main/webapp/css/blueprint/ie.css
spring-mvc-atmosphere-sample/src/main/webapp/css/blueprint/print.css
spring-mvc-atmosphere-sample/src/main/webapp/css/blueprint/screen.css
spring-mvc-atmosphere-sample/src/main/webapp/css/main.css
spring-mvc-atmosphere-sample/src/main/webapp/js/backbone.js
spring-mvc-atmosphere-sample/src/main/webapp/js/handlebars.js
spring-mvc-atmosphere-sample/src/main/webapp/js/jquery/jquery.atmosphere.js
spring-mvc-atmosphere-sample/src/main/webapp/js/jquery/jquery.js
spring-mvc-atmosphere-sample/src/main/webapp/js/jquery/jquery.tmpl.min.js
spring-mvc-atmosphere-sample/src/main/webapp/js/underscore.js
spring-mvc-atmosphere-sample/src/test/resources/log4j.xml
Download
Click the following link to download spring-atmosphere-samples-master.zip.
spring-atmosphere-samples-master.zip