This Java project demonstrates data handling using JAXB (Java Architecture for XML Binding) to read through player and card data stored in XML format. It encompasses functionalities to create players with attributes such as name, level, and trophies, as well as create cards with attributes like name, level, and rarity.
- Java
- JAXB (Java Architecture for XML Binding)
- Apache NetBeans IDE
The project comprises several exercises aimed at showcasing XML data handling in Java:
This exercise allows users to create players and cards by inputting relevant details. The data is then stored in XML format for further processing.
Users can view a list of existing players and their associated cards. This provides a comprehensive overview of the available data.
In this exercise, users can create new cards and assign them to existing players. This functionality enhances the versatility of the data management system.
To run the project:
- Clone the repository to your local machine.
- Open the project in Apache NetBeans IDE.
- Compile and run the
Practica2.java
file.