Skip to content

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

Notifications You must be signed in to change notification settings

gmggae/spring-mvc-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

A chat sample using Spring MVC 3.2, Servlet-based, async request processing. Also see the 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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 84.5%
  • JavaScript 15.5%