Skip to content
/ chatbox Public

Simple chat box with Servlet & JSP codes. No database used. Core concept of Servlet, Filter, Listener, JSP, JSTL used.

Notifications You must be signed in to change notification settings

oronno/chatbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chatbox

Simple chat box with Servlet & JSP codes. No database used. Core concept of Servlet, Filter, Listener, JSP, JSTL used.

Internationalization: Change locale in login page by calling: http://localhost:8080/login?lang=fr Datetime format and currency can be demonstrate with US and Australia:
http://localhost:8080/demo?lang=en_US
http://localhost:8080/demo?lang=en_AU

Logback configuration details: [https://wiki.base22.com/display/btg/How+to+setup+SLF4J+and+LOGBack+in+a+web+app+-+fast] (https://wiki.base22.com/display/btg/How+to+setup+SLF4J+and+LOGBack+in+a+web+app+-+fast)

About

Simple chat box with Servlet & JSP codes. No database used. Core concept of Servlet, Filter, Listener, JSP, JSTL used.

Resources

Stars

Watchers

Forks

Packages

No packages published