How to make a website using Java? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 3

How to make a website using Java?

I have learned Java and HTML. Now I wish to create a website using both. I want to know how this can happen? Which softwares are required? I need someone to explain this to me in detail.

24th Aug 2019, 1:23 PM
Ayushi Srivastava
Ayushi Srivastava - avatar
9 Réponses
+ 3
yes, at the server side, you create html file by java technology and then send this html file to the browser. So you need to install web server like 'tomcat' on your computer or use provider service for it. You can start learning Java EE (now named Jakarta) technologies, like servlet, JSP (Java Server Pages), EJB (Enterprise JavaBeans), JSF (JavaServer Faces). Alternately there is framework Spring you can imagine it as a simpler way how to use EE. Usually, you will need instaled some SQL database at server-side (or on your computer), and JDBC.
24th Aug 2019, 2:24 PM
zemiak
+ 4
Java can only be used server side as my understanding is that modern browsers don't support Java applets. So, thoeoretically you can achieve this with html on the front end and Java on the back end.
24th Aug 2019, 1:29 PM
Sonic
Sonic - avatar
+ 2
You should look at Java EE
24th Aug 2019, 2:12 PM
Dlite
Dlite - avatar
+ 2
You can use the Spring framework. That's what you should learn next.
24th Aug 2019, 4:59 PM
Kulisap
Kulisap - avatar
+ 2
install netbeans and start making servlets and jsp pages !!
24th Aug 2019, 11:34 PM
Nabil Malik
Nabil Malik - avatar
+ 1
You should look at your ogo
24th Aug 2019, 3:17 PM
Charis
Charis - avatar
- 1
HTML
26th Aug 2019, 4:08 PM
WAP TRENDZ
WAP TRENDZ - avatar
- 1
ZELLA Oumen
28th Aug 2019, 7:00 AM
Zella Oumen
Zella Oumen - avatar
- 1
07437419
28th Aug 2019, 7:01 AM
Zella Oumen
Zella Oumen - avatar