Communication PostgreSQL with external java platform
JDBC (J ava D ata b ase C onnectivity) is a standard Java API for database and java language connection). In this project, we implement a java project to link a database (implemented in postgreSQL) and build an interface between them.
- Opening of Conciliation / Validation.
- Presentation of a detailed student score based on A.M.
- Change of score based on A.M. and course code. The change will concern the most recent course run
- Back up on a different basis to the same server1.
- Java IDE environment (Eclipse implemented)
- PostgreSQL
- Make a new java project in IDE.
- Build a '.db' file or clone the one in the archive 2
- Import
java.sql
libraries. - Create a connection with database (driverManager.getConnection(url))
- Build and run.
- This project was created for the requirements of the lesson Databases.