Some time ago there is some free time, and then a course to ask to engage in a chat room, so use SPRINGMVC and hibernate to make a good chat room project, the page is more beautiful.
Many do not say, first, personally think is a boutique:
Login:
Register :
All two pages are validated using the Jquery-validate validation framework.
Chat Room Interface:
1:
2:
3:
Development using annotations throughout the entire process.
Chat room Features:
* Anonymous Chat
* Group Chat
* Private Chat
Chat room Features:
* Receive messages to send messages all using AJAX.
* Chat messages are eventually saved into the database.
* Use Rich Text Editor to achieve the function of publishing emotion, sending pictures and so on.
* Instant display of online users.
The structure of the entire project is:
Package name, class names are very normative, reasonable, with a more complete test cases, and dedicated to the configuration file to store the Config source folder.
Now, open source for this project, the project is located at:
GitHub chat Room
If the link does not open, please copy:
Https://github.com/bingwenwuhen/ChatRoom
A chat room (open source project) made by SPRINGMVC and +hibernate