|
|
| | Ask HN: How to learn Java EE effectively? | | 6 points by ravirajx7 on Oct 29, 2020 | hide | past | favorite | 8 comments | | Hi There! I have been working as a Hybris Developer from past 8 months.My role is to fix defects and develop E-commerce web application. Transition from core to enterprise java motivated me in learning Java comprehensively. I liked the idea of Facade/DAO/Services which were completely new to me after starting out. What are the tools and technologies being a Java developer you follow? Any resource/course recommendation will be highly appreciated. |
|

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
|
https://spring.io/guides/gs/spring-boot/
You dont really learn the "magic happening under the hood" due to all of Springboots default configurations, but still i would start there because easier to get going, and then I would try build projects without Springboot (and use older Java frameworks) if you are doing so to prepare for a job that uses some legacy framework you want to prep for.