Coder Social home page Coder Social logo

transfer_system's Introduction

Intership

During the Internship in Irisa, we decide to make a demo application to save, load, show waybills and all properties In this project, we focus on 3 object:

  • Waybill
  • Driver
  • Mine

All data for 3 objects save and load from Database. Architecture of the project is MVC:

  • Backend Framework: Spring (Controller)
  • Database: Oracle (Model)
  • Frontend Framework: HTML, CSS, JavaScript, Bootstrap (View)
  • Management Dependency: Maven

You can see Report in Report.pdf

Structure of Project:

  1. Entity Class: these classes that save properties of entities and save in Database
  • Driver: for Driver Class
  • Mine: for Mine and Source
  • Waybill: for Way Billing
  1. DAO Class: Database Access Object class that implement Service layer and manage data to retrieve and save in the database.
  • Driver-Service
  • Mine-Service
  • Waybill-Service
  1. Controller Class: the class that executes processing like POST, GET of URL that user inserts in web application and response to a request of the user.
  • Driver - Controller
  • Mine - Controller
  • Waybill - Controller
  1. Main Class: the class that execute web application and manage the Exception
  2. Resource/templates: HTML file that combines with Thymeleaf
  3. Resource/static: CSS, JavaScript, images and fonts.
  4. Application.properties: this file includes all settings for the project such as port, driver database, user password, etc.

Database

In Irisa company, use Oracle Database. Fortunately, I work with this and PLSQL for writing Trigger and Stored Procedure.

Tables :

  • WayBil
  • Mine
  • Driver

Tables Triggers:

  • Insert, Update WayBil
  • Insert, Update Mine
  • Insert, Update Driver

CRUD Operation: DDL Operation like SELECT, INSERT, UPDATE, DELETE

  • SQL Queries
  • Hibernate

transfer_system's People

Contributors

matinborhani avatar matinborhanixlvii avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.