Skip to content

thewaterfall/Pseudo-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple web chat

The application was created for learning purposes.

In general, application now has 3 layers to use database:

  1. Util to get connections from connection pool and execute updates and queries
  2. DAO to perform CRUD and specific operations
  3. Service to fulfil CRUD and specific operations with business logic

During the creation I was using the following things:

  • Java
  • Servlet
  • JSP
  • JSTL
  • TomCat Server
  • MYSQL Database
  • JDBC
  • MVC Pattern
  • DAO Layer
  • Util Layer
  • Service Layer

About

A simple web chat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published