D
D
defeater2015-10-28 21:27:41
JavaScript
defeater, 2015-10-28 21:27:41

How to create java web applications from scratch?

I need to create a Java web application using the Google maps API, but I only have a good knowledge pool in Java SE, I have not programmed web applications before. Tell me where to start, what technologies and frameworks to use, advise literature or articles, I would be grateful for any help in this matter.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
O
Oleg, 2015-10-28
@wani

The usual stack for a Java web application is:
For starters, your best bet is to start by learning about Spring. Spring books will cover more than just Spring MVC. In parallel, you can start exploring any database you like.
With this knowledge, you can write a backend. For the frontend, you should learn Html/Css/Javascript. In order to later use Google Maps in the frontend, you just need to study its api and that's it.

A
asmed, 2015-10-29
@asmed

My option for writing web applications:
1. Spark framework sparkjava.com
2. Apache Velocity template engine, available in the Spark framework.
3. IDE - Intellij IDEA, community edition is enough

V
Vasilij Aleksashin, 2015-11-05
@TerraMorf

https://www.youtube.com/playlist?list=PLHqN89yRGMy...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question