Difference between an Enterprise application project and a Web project application in Netbeans IDE
问题 Please I would like to know the major difference between a Jave EE project and a Java Web project in netbeans IDE with respect to the EJB . In fact you can create a web application based on EJB , JPA and JavaServer Faces in Netbeans IDE if you choose the Java Web category . On the other hand you choose the project category as Jave EE project , NetBeans IDE will create 3 sub-projects, e.g: StoreApp (Enterprise Application project), StoreApp-ejb (EJB project), and StoreApp-war (Web project).