Skip to content

Latest commit

 

History

History
 
 

SpringMVCAnnotationOnlineStore

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Core Java Application

This directory contains the source for all core operations and entity representations. The purpose of this README is to provide a high-level overview of the contents and the general organization of this directory, but will not provide full specifications. If you have questions, we urge you to reach out to the repository maintainers.

Overview

The sub-directories control all logic from hibernate calls to front-end rendering of JSP. A very basic overview can be seen in the DEVELOPER READEME. Below are a few notes regarding important sections of the code:

Important Contents

  1. Java controllers: drive the main logic of the program and manage external technology.
  2. Java DAO: Manage calls to the MySQL server.
  3. Java Entities: Are functional representations of the entities including datatype and attribute specifications.
  4. Java Model: Manage front end representations.
  5. Maven Build Spec: Maven build details