In this video, we install the Java SDK 8, Eclipse Oxygen and the Java EE 8 SDK (Glassfish 5), and create a Maven project with a WAR module and an EAR module on Windows 10.
This is a basic setup that I follow in most of my projects.
I'm demonstrating some of the tips I learnt in using Eclipse for a few years now. Fill free to ask questions and suggest other ways to do things. In particular, I use a lot of keyboard shortcuts which do not appear in the video.
0:00 : JDK Install
2:24 : Eclipse install
14:00 : Glassfish install
19:57 : Glassfish tool install
25:43 : Eclipse customization
27:13 : Glassfish server creation
28:16 : POM project
31:32 : WAR module
39:34 : EAR module
42:24 : Deployment
43:36 : Hello world !