edit | blame | history | raw

JB125 Java EE 7 Hello World web App

This app is composed of the following architecture:

  • Maven Project - builds a WAR
  • Using JSF 2.2 for web interface, HTML5 facelets page, JSF backing beans, CDI scopes on beans, @Named
  • Stateless EJB for Business Logic (sayHello)