Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 731 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 731 Bytes

Java Coursework Specific

This is a second - "specific" task for university term paper of a subject "Java cross-platform programming".

Topic

The topic of the term paper is the following:

Create a client-server application that implements CRUD functionality (the ability to create, read, update and delete records in the database) on the technology stack:

  • Maven
  • Tomcat
  • Hibernate
  • MySQL
  • Spring
  • Spring MVC

Implement the logic of data processing in one of three ways:

  • JDBC
  • Hibernate
  • JPA

The subject area is "Spare parts company".

Entity set:

  • Supplier (Supplier code, Name, Address, Phone)
  • Spare part (Part code, Name, Vendor code, Price, Note)
  • Supply (Supplier code, Part code, Quantity, Price, Date)