Skip to content

Quatern1on/java-coursework-specific

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published