Ravi Srinivasan
2018-09-14 a37070c239d87ec5f0b0a0544351a57ed06f489b
commit | author | age
f04579 1 # JB125 Java EE 7 Hello World web App
RS 2
3 ##This app is composed of the following architecture:
4
5 * Maven Project - builds a WAR
6 * Using JSF 2.2 for web interface, HTML5 facelets page, JSF backing beans, CDI scopes on beans, @Named
7 * Stateless EJB for Business Logic (sayHello)