What is the best way to learn Java EE?

What can be a good web application to start building by exploring Java EE concepts so that these concepts can be applied in practice?

+4
source share
3 answers

Check out this and this question. I would recommend starting by looking for one or more books that meet your needs. You do not just need to learn SUN technologies (JSPs, servlets, templates), but you also need some open source frameworks (MVC, IoC, ORM). As an example, many books are presented in which the website is presented.

+1
source

Most books use the shopping cart example to illustrate Java EE concepts and various features of Java EE specifications. I think this is a good enough web application to start learning Java EE concepts. This is also practical.

0
source

All Articles