How to use Java in web development? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to use Java in web development?

20th May 2019, 10:41 AM
Kunwar Kanhaiya Pandey
Kunwar Kanhaiya Pandey - avatar
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
20th May 2019, 10:57 AM
Alessio Benvenuti
Alessio Benvenuti - avatar
+ 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.
20th May 2019, 11:05 PM
Rafael S Valle
Rafael S Valle - avatar