Skip to content

coder-not-found/Student-Management-System

Repository files navigation

Student-Management-System

Management System Design Project using various Java SE 12 technologies, Java Swing GUI for managing the records of students in a one step interactive solution using Hibernate Framework and Oracle database ORM.

Java Swing GUI --> Look and Feel to the System
Oracle SQL --> Table stu Created (sid, sname, smarks) and connected through JDBC
Hibernate --> Maps objects to the data in database (hibernate.cfg)
Mapping File --> Placing object properties into column
Config --> Information to find mapping files and database configuration
Session --> Bridge between Java Application and Hibernate

Command Line:

java -jdbc.drivers = oracle.jdbc.driver.OracleDriver -cp ojdbc14.jar; .MainFrame

java -cp hibernatejar * ; .MainFrame

About

Managing the student records in a one step interactive solution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages