This Java-based program integrates a graphical user interface (GUI) front-end with a Java business logic back-end, the data is stored in a MySQL database. The program allows the user to perform CRUD operations on the data.
This project taught the entire software development life cycle (SDLC); from gathering program requirements and documentation to coding and testing.
This Java-based project consists of a Java Server and a Java-based graphical user interface (GUI). The client sends a request to the server with the data entered by the user. The server then calculates the value of the Fibonacci sequence and returns that value. The data received is displayed on the GUI.
This Java-based project runs in the command line. The program prompts the user to select an option from the menu. The program then responds accordingly, allowing the user to enter a message in English or Morse code and then translate the message as intended. The program loops to allow the user to enter multiple menu selections.