Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 526 Bytes

File metadata and controls

14 lines (8 loc) · 526 Bytes

IFA

A JavaEE project for implementing servlets and database configurations

Implementation of core concepts of JavaEE and servlet designs and db configuration, under the trainig program at netcamp.

Based on MVC (Model-View-Controller) model of web app building using struts Framework and later on addition of hibernation to ease things up.

This app also uses database named "IFA" in MySQL v5.5

The files related to database schema are saved in file named 'database'.

All the implementations done in Eclipse (Kepler).