0
How to use Java in web development?
2 Answers
+ 3
Kunwar Kanhaiya Pandey
The simplest way to start making websites with Java is to use JSP. In order to compile and serve JSPs, you will need a Servlet Container, which is basically a web server that runs Java classes. The most popular basic Servlet Container is called Tomcat, and it's provided free by The Apache Software Foundation.
source:
https://stackoverflow.com/questions/621228/how-do-you-make-websites-with-java
I hope I was helpful
+ 1
Hi, Kunwar!
I recommend you to study JAVAEE using JSF and Wildfly server. This is the actual pack to Java Webdevelopment.
Obs: don't forget to know a lot of HTML, CSS and JS too. You'll need this to any language on web.