I have windows 10, XAMPP, Java and Netbeans installed on my PC. I'm trying to create a website for e-commerce by following the "official" tutorial on the Netbearns.org site:
https://netbeans.org/kb/docs/javaee/ecommerce/entity-session.html
This tutorial uses Glass Fish, but I've managed to get to the point of creating the SessionBeans for the EntityClasses using XAMPP that Tomcat knows how to bring.
But I got there, because when trying to create the SessionBeans it tells me that "Can not be generated for Java EE 6 sources without server with complete Java EE 6 Web Profile support (at least EJB Lite support)."
I do a little research and I see that I need Tomcat EE.
My specific question: Can I install Tomcat EE together with XAMPP and hope that my computer does not conflict?