Skip to content

Mission Statement

Sven Loesekann edited this page Apr 17, 2017 · 3 revisions

Java EE with Angular Blue Print

The intention of this project is to show an example of the integration of Java EE and Angular with Maven as build tool.

Angular can be used in a corporate environment with continous integration and deployment on a Java EE container. The requirements are listed in the Readme and in this wiki. If the requirements can be met Angular is an option.

The project uses as many standard tools as possible and tries not to invent something new. For the rest service it uses Jax-rs of the Java EE 6 container. The Angular part is generated/build/developed with Angular Cli. Angular Cli is maintained by the Angular team and takes over the task of developing a build process for the ui.

The use of standard tools takes advantage of the further developments of the Angular team and the Java EE containers and saves time that way. The most important feature under development is the aot build with splitting of the package according to routes.

Clone this wiki locally