-
Notifications
You must be signed in to change notification settings - Fork 34
Home
hantsy edited this page Apr 18, 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 task board 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
- Handling form submission
- Exception handling and form validation
- Processing PUT and DELETE methods
- Page navigation
- MVC and CDI
- Security
- Bean parameter conversion
- View engine
#JSF 2.3
JSF specification is updated in Java EE 8, JSF 2.3 is a maintained version.
Compare to the previous 2.2, more effort focuses on aglining with CDI, more JSF facilities support CDI's @Inject
.
- Java 8 DateTime support
- [Basic Websocket support]
- [Bean validation improvement]
- [Inject support in Converter, Validator and Behavor]
- [CDIfy JSF facilities]