What is the difference between the JAVA WEB project type and NetBeans JAVA EE?
What is the difference between the JAVA WEB project type and NetBeans JAVA EE?
The Java Web Project in Netbeans, which has the globine icon, creates a container with two important folders: Web pages, which usually stores jsps, htmls, css and javascript files and the Source packages folder that stores general servlets or framework files.
The Java EE project already has a different structure and is focused on EJB, having three divisions: The triangle that is where you will manage the project as a whole, the globino that is the web project (same as the normal Java Web project ) and beans that are part of the EJBs.
If you want to learn how to create a Java EE project using JSF pages, you can follow this Netbeans tutorial: link