Instead of command-line arguments, we're using HTTP requests to trigger the processing
The Factory pattern I have is preserved and can be used in the web endpoints
Using your existing classes (FileProcessor, DataManager, etc.) but exposing them through web endpoints.
Get rid of the test file or hide it in some way. Make sure past main doesn't interfere (the cs214project.java file). The args will prevent anything from happen and probably give an out of bounds error.
add packages for springboot to every functional class that's being used for the UI.
Instead of command-line arguments, we're using HTTP requests to trigger the processing
The Factory pattern I have is preserved and can be used in the web endpoints
Using your existing classes (FileProcessor, DataManager, etc.) but exposing them through web endpoints.
Get rid of the test file or hide it in some way. Make sure past main doesn't interfere (the cs214project.java file). The args will prevent anything from happen and probably give an out of bounds error.
add packages for springboot to every functional class that's being used for the UI.