-
Notifications
You must be signed in to change notification settings - Fork 9
Home
hantsy edited this page Dec 1, 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)
- Aligned with Java 8
- Hypermedia Support (TODO)
- JSON Patch and Patch Method (TODO)
- Logging and Metrics (TODO)
- Asynchronous processing (TODO)
- Angular 1.x sample, source codes and Wiki pages
- Angular 2 sample, source codes and Wiki pages