A
A
Andrey Kostyuchenko2017-04-28 14:45:11
Java
Andrey Kostyuchenko, 2017-04-28 14:45:11

Choice of web java technology stack?

Good day.
It is necessary to write a small fairly simple application in java. There has to be a DB, a couple three of the connected tables. DAO part, simple business logic. Presumably MVC and all this should be displayed in web. Operations are simple add delete, create. Implemented registration and login to a certain personal account.
Help me choose what all this will be easier and clearer to do at the present time.
Spring will definitely be there. DB many examples with MySQL itself worked with postgres. Web part - choice of jsp or jsf myFaces or something else.
You need to choose: DB, ORM solution, IoC, and web to display as.
Better yet, give a link to a tutorial where this technology stack is used
Interested in the currently relevant technology stack. Programming experience is, but the simpler the better.
Do not offer options to write in node js or in python

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Maks Burkov, 2017-04-28
@Maks00088

1. Spring mvc + SpringHibernate + Spring Data
2. Web -> Don't need Jsf and Jsp (in the past) Html/Css/Js (Jquery/Angular(for REST MVC))
3. MySql

A
aol-nnov, 2017-04-28
@aol-nnov

Spring will definitely be there

actually, it's not necessary. took a spring, and use it. everything is there. and spring boot is also for the lazy.
// for the very lazy - jhipster or another generator, if you can find it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question