
Software Engineering
asset-tracking-application

Experience From: Software Developer I
Project URL: https://github.com/Saifalkayali/asset-tracking-application
Asset tracking application is a JavaServer Pages based application using MVC architecture. asset-tracking-application is used for tracking IT requests requests, emailing, looking for availability to schedule to provide the request, and etc.
- The architecture design is Model-View-Controller approach. This approach isolates the application logic from the user interface layer and supports separation of concerns.
- The Controller receives all the application requests. The the Model prepares data needed by the View using the business logic.
- The data that is prepared by the Controller to generate a final presentable response is sent to the View. -The MVC abstraction can be graphically represented as follows.
