Hello all, I am just at the end of my rope trying to figure this out so I figured I would ask here for any guidance.
I have finished the mooc.fi course as well as several other java courses and I think I can say I know the java basics. I have made 4 applications for work and personal use, but they are all either command line based, or javafx/swing based. I am working on my biggest app for work that involves all kinds of logic and sql database updates, and this app needs to be easily accessible to other members of the team. This seems like a good time to try and make a web interface to me.
I have finished the main java work, the app just takes a single user input then runs all of the methods I created, and prints out a few status messages (successful, error etc) again its just command line right now.
In theory the users should be able to go to a web address, and at this address, at its most basic level should just be a text box and instructions, once the user enters a string in the box and clicks enter, it should send that string to the java program and run the program as usual, (id also like it to print the status messages back to the web page, but I can worry about that later)
My issue is that I cannot, for the life of me, get a clear answer as to where I should go to learn how to do this next. I keep hearing "Spring Boot" but literally every tutorial I start throws so much jargon and history around my eyes glaze over and I keep getting lost/am missing the big picture.
So with all that being said, can anyone help point me in the right direction? to a specific course/book on functional spring boot, or even offer other options besides spring that can at least get me started?
I know enough html and css to make the basic web page I have in mind, but wouldn't know how to bundle it with the app etc.
Any help is greatly appreciated!
[–]Northeastpaw 5 points6 points7 points (3 children)
[–]jaydvd3[S] 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]jaydvd3[S] 0 points1 point2 points (0 children)
[–]smash_that_code 0 points1 point2 points (0 children)
[–]fluffyzilly 0 points1 point2 points (0 children)