Z
Z
zhasulankuanshaliev2015-02-28 21:10:09
Java
zhasulankuanshaliev, 2015-02-28 21:10:09

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

6 answer(s)
M
myrslok, 2015-02-28
@myrslok

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.

B
becks, 2015-03-01
@becks

Play Framework
https://www.playframework.com/

G
GavriKos, 2015-02-28
@GavriKos

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.

B
bit_rainbow, 2015-03-01
@bit_rainbow

Website? - JSP, JSF, Play, Spring MVC, Apache Tiles, Struts

A
Anton Martsen, 2015-03-01
@martsen

I recommend looking at this tool https://jhipster.github.io . I recently encountered him. Seems like a good designer.

V
Victor Potapov, 2015-03-02
@midikko

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 question

Ask a Question

731 491 924 answers to any question