https://github.com/citralflo/xmldataloader
https://github.com/citralflo/xmldataloader
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/citralflo/xmldataloader
- Owner: CitralFlo
- Created: 2024-04-11T16:35:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T01:24:33.000Z (about 2 years ago)
- Last Synced: 2025-02-21T14:40:03.944Z (over 1 year ago)
- Language: Java
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XmlDataManager
In presented case database is setup in "data" folder. Each file in directories: External and Internal is a separate .xml file containing data about one person.
## Installation
Copy the repository to your local machine.
Use Maven to build dependencies.
Then run `XmlDataManagerApplication.java` file.
## Usage
The application allows to read data from .xml files and display it in console. It also allows to add new data to the files.
Allows to modify or delete files. Allows to search for data in files giving back path to correct file.
## TODO
- [ ] Create XmlService interface
- [ ] Scan directories for files instead of hardcoding them
- [ ] Simplyfy code inside XmlService