Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java back-end and JavaScript front-end, how to join? [closed]

I'm new to creating a web application with a Java back-end and a JavaScript, HTML 5 front-end. How do I pass content between the two?

like image 474
user2993815 Avatar asked May 30 '26 16:05

user2993815


1 Answers

You are looking for a web framework. These will integrate all three technologies you mention into a server and fully functioning webapp. You will also need to be working with JavaEE.

I recommend Jetty or Play

Look up some tutorials on how to get started but basically these frameworks will create the server backend that launches on a port and can host different sockets etc... and since theyre in Java the backend code can literally be written anywhere in the project...front end is easy too, you'll see how it works once you work through your first tutorial with them :)

like image 96
frankie liuzzi Avatar answered Jun 01 '26 06:06

frankie liuzzi



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!