-
Notifications
You must be signed in to change notification settings - Fork 9
Home
hantsy edited this page Sep 19, 2016
·
26 revisions
Building a RESTful application with Java EE 7 and AngularJS
- Prerequisite
- Create a Java EE project by JBoss Forge
- Create a Java EE project from JBoss Developer Studio
- Create a Java EE 7 project from Maven archteype
- Build RESTful APIs with Jaxrs
- Test Java EE application
- Exception handling and validation
- Visualize APIs with Swagger UI
- Authentication and Authorization
- JWT token based authentication
- JWT and CDI
- CORS
- Apache Deltaspike (TODO)
- Java 8 alignment (TODO)
- Hypermedia Support (TODO)
- JSON Patch and Patch Method (TODO)
- Logging and Metrics (TODO)
- Asynchronous processing (TODO)