Preview of the JoRApplication project

JoRApplication Project

Objective

The JoRApplication project aims to create a Java Swing application for managing athletes. The main goal is to provide an intuitive user interface to register new athletes and manage their disciplines by connecting to a MySQL database.

Development Process

Prerequisites: The project requires JDK, a MySQL database, and the Spring framework.
Design: The application was designed using Java Swing for the user interface and Spring for database access.
Features: The application allows retrieving disciplines from the database and recording athlete information through a simple interface.

Skills Acquired

Java Development: Java for developing GUI applications with Swing.
Spring Integration: Using the Spring framework to manage database connections.
Database Management: Ability to connect to a MySQL database and manipulate data via JDBC.