+ 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.
9 ответов
+ 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.
+ 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.
+ 2
You should look at Java EE
+ 2
You can use the Spring framework. That's what you should learn next.
+ 2
install netbeans and start making servlets and jsp pages !!
+ 1
You should look at your ogo
- 1
HTML
- 1
ZELLA Oumen
- 1
07437419