Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rstoyanchev/spring-mvc-chat

Sample code using the Spring MVC 3.2, Servlet-based, async support
https://github.com/rstoyanchev/spring-mvc-chat

Last synced: 3 days ago
JSON representation

Sample code using the Spring MVC 3.2, Servlet-based, async support

Awesome Lists containing this project

README

        

### Overview

A chat sample using Spring MVC 3.2, Servlet-based, async request processing. Also see the [redis](https://github.com/rstoyanchev/spring-mvc-chat/tree/redis) branch for a distributed chat.

### Note

There is a bug in Tomcat that affects this sample. Please, use Tomcat 7.0.32 or higher.

### Instructions

Eclipse users run `mvn eclipse:eclipse` and then import the project. Or just import the code as a Maven project into IntelliJ, NetBeans, or Eclipse.