git clone https://github.com/Nerah/J2EE_Application_Server.git
You will need a Wildfly server.
Once you have configure it then deploy it, you will find the project there:
http://localhost:8080/
Some stuff needs to be understood.
src/main/java # server side (ejb, jpa, servlet)
src/main/webapp # client side
src/main/webapp/components # called by pages - dynamic components
src/main/webapp/fragments # called by pages - static components (footer, header)
src/main/webapp/pages # main jsp pages
src/main/webapp/WEB-INF # configuration (urls, ...) + tags
No attribution yet...
Some people have contributed to the project.