-
Notifications
You must be signed in to change notification settings - Fork 35
Home
hantsy edited this page Apr 17, 2016
·
18 revisions
Welcome to the ee8-sandbox wiki!
#MVC 1.0
MVC is a new specification which will be introduced in Java EE 8 and it is based on the existing JAXRS specification.
In the Spring4 Sandbox, I provided a simple TaskBoard sample to demonstrate Spring MVC with Apache Tiles, Thymeleaf, Freemarker etc.
In order to introduce the features of MVC 1.0, I will try to port this sample and use Java EE 8 MVC to reimplement it.
- Getting started with MVC
- Page navigation
- Handling form submission
- Processing PUT and DELETE methods
- Exception handling and form validation
#JSF 2.3
JSF specification was updated in Java EE 8, compare to JSF 2.2, more compoments are aglined with CDI and support CDI's @Inject
.