|
|
|
Ask HN: How to learn Java EE?
|
|
7 points
by druidcz
3428 days ago
|
|
I am a programmer for ~15 years, currently freelancing. Know Java SE, PHP MVC frameworks, Fortran, Swift etc. I'd like to learn Java EE since this is where the most profitable gigs are (and probably will be for some time). However, to me the environment looks complex as it evolved over many years, so I don't know where to start. Any tips for useful resources on how to get into the current state of the art? Ideally, a single book :-) |
|
Moreover, many of the intricacies of enterprise tools like WebSphere AS for instance (which is a pretty notorious example) can't be learned from any book.
Knowing the Spring framework, Hibernate and technologies like JPA is vital, though. Those aren't part of Java EE, however (although they're mostly used in enterprise environments).
Spring.io and Mkyong.com are great resources for getting started with that.