Skip to content

javaclinic/simpleapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simpleapp

simpleapp is the simplest Java EE application that demonstrates MVC design pattern. It includes the following components:

  • Model - com.javaclinic.simpleapp.services.TimeService stateless session EJB
  • View - /WEB-INF/views/time.jsp, /WEB-INF/views/error.jsp
  • Controller - com.javaclinic.simpleapp.web.TimeServlet servlet

Build

You can build/package the application with Maven:

  • mvn clean package

This will build a new WAR archive file, e.g. target/simpleapp.war.

Deploy/Undeploy/Redeploy

You can deploy/redeploy/undeploy directly to the local JBoss AS7/EAP6 instance:

  • mvn jboss-as:deploy
  • mvn jboss-as:redeploy
  • mvn jboss-as:undeploy

ToDo

  • Clean up documentation.

About

Simplest JEE app. EJB+Servlet+JSP on JBoss AS7/EAP6.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages