Giter VIP home page Giter VIP logo

student-management-system's Introduction

Student-Management-System

I did a simple Student Management System web application using Spring Boot, Spring MVC, Thymeleaf, Spring Data JPA and MySQL.

Spring Boot MVC ProjectJPG

ListStudents

CreateNewStudent

updateStudent

Tools and technologies used:

  • Java 11
  • Spring Boot
  • Spring MVC
  • Spring Data JPA (Hibernate)
  • Thymeleaf
  • IntelliJ

Documentation

The DispatcherServlet is acts as a front controller like it provides a single entry point for a client request to Spring MVC web application and forwards request to Spring MVC controllers for processing.

The DispatcherServlet is an actual Servlet (in inherits from the HttpServlet Base class).

A handler method is a method in Java class that handles incoming HTTP requests.

Controller class is the java class that contains these handler methods is called a controller class.

Understanding Spring MVC Arhitecture

JPA is a Java specification that gives some functionality and standard to ORM tools. It is used to examine, control, and persist data between Java objects and relational databases. It is observed as a standard technique for Object Relational Mapping. It is considered as a link between an object-oriented model and a relational database system. JPA is described in javax.persistence package.

Hibernate is a java framework, open-source, lightweight, and ORM (Object Relational Mapping) tool for the java language which simplifies the buildout of Java application to interact with the database. It is used to save the Java objects in the relational database system.

The main feature of Hibernate is to map the Java classes to database tables. Following are some key features of Hibernate:

  • Hibernate is an implementation of JPA guidelines.
  • It helps in mapping Java data types to SQL data types.
  • It is the contributor of JPA.

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.