/Data-Audit

Mini-social with data auditing feature. Please refer readme for more details and clone dev branch for latest beta code

Primary LanguageJava

Data-Audit

Summary

Mini-social for small community to share textual status to everyone and like and comment other's status also with data auditing feature for enhancing and debugging

Structure

Model
  • User - Model for user
  • Status - Model for user's Textual status
    Controller
  • Database - Methods for database control (CRUD operation using JDBC to MYSQL database)
  • Session - Methods for creating session from the request while login and clearing out while logging out
  • Custom Logger - Logger for application level using Log4j and Database level using Database class