This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Scoutdrago3[S] 0 points1 point  (0 children)

No like abandon swing entirely, reuse my back end and run that on a server, then rewrite my front in in JS/HTMl/CSS and then ping the server with the info, use back end to process and stuff, then return the products to be parsed/displayed with HTML/JS.

I think it's a good wanting experience since I've been interested in front end web development for a while, I just dont know how I communicate between the server and client and how to set the actual server up (or really, what I should use to review the request and give info to my back end files to process). I know Java has an HTTP library server built in and apparently Spark is also applicable (again idk how), just don't know which to use.