I’ve been writing Java for about 3 years but mostly with SE. Now I’ll start Java EE on GlassFish for a project of a reporting tool.
This is my goal to learn Java EE. But I am not sure where to start? What technologies (for beginners) do I need to follow.
Can you recommend me some references to follow?
I could suggest Java EE 6 tutorial for a start, there is overview of all basic technologies. Then you can google for some specific implementations like Jersey for REST. Eclipselink for JPA, CDI.
Hope it helps