Java MVC

Intro

  • Web app  Model-View-Controller framework
  • Part of JEE 8
  • Alternative to JSF
    (Component vs Action oriented MVC) 
  • Based on JAX-RS and CDI
  • JSP or Facelets for views (possible extensions)

Controller

Controller

Controller

 

Controller

 

Controller

Java vs Spring MVC

Java vs Spring MVC

Java vs Spring MVC

Java vs Spring MVC

More Details

  • Bean Validation support
  • JAX-RS exception handling (mappers)
  • CSRF and XSS prevention
  • Defines CDI events that can be observed

Resources

Made with Slides.com