-
Notifications
You must be signed in to change notification settings - Fork 9
Home
hantsy edited this page Jul 31, 2016
·
26 revisions
Building a RESTful application with Java EE 7 and AngularJS
#Getting Started
- Prerequisite
- Create a Java EE project by JBoss Forge
- Create a Java EE project from JBoss Developer Studio
#Build RESTful APIs
- 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
#Create Frontend UI