Answer the question
In order to leave comments, you need to log in
How to create a website using java language?
How to create a website using java language? You can show examples and lessons on "create a website in Java"!
Answer the question
In order to leave comments, you need to log in
Why create a website in Java?
Maybe I'm wrong, but it seems to me that if you have a good reason to use Java, then you should be able to decide the implementation issue yourself.
Any site is conditionally divided into three parts:
- visual
- functional on the client side
- functional on the server side
The visual part is HTML. Client-side functionality - most often JavaScript. On the server side - anything from the PL. Accordingly, in order to "create a site", you need to know not only Java, but at least HTML. Use the phrase "java web server" to google.
I recommend looking at this tool https://jhipster.github.io . I recently encountered him. Seems like a good designer.
Of course, it is possible, frameworks of varying degrees of perversity are usually used. the main and most popular one is Spring MVC. GWT and Tapestry are chasing after. for the uninitiated young mind, I would suggest Spring MVC. everything is clear, with a minimum of pitfalls.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question