Arabic Roman Converter is a Java application that translates Arabic numerals to Roman numerals and vice versa. It leverages Swing for its GUI, Derby DB for storage, and is deployable on Payara Server. The project follows the MVC pattern.
- Ensure Java is installed on your system.
- Clone the repository and checkout the desired branch:
- For terminal app and tests:
main
- For swing GUI app:
gui_swing
- For servlets with Payara:
servlets
- For DB interactions:
db
- For terminal app and tests:
- Open with NetBeans.
- Compile and run the application corresponding to the checked-out branch.
main
: Run the terminal application, follow the on-screen prompts.gui_swing
: Execute the Swing application to interact with the GUI.servlets
: Deploy on Payara Server, use web browser for conversion.db
: Use Derby DB functionalities within the application for storage.