BBKROM / javaee7-angular

Java EE 7 with Angular

Home Page:http://javaee7-angular.radcortez.cloudbees.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java EE 7 - Angular - Sample Application

How to run ?

  • You need JDK 7 or higher, Maven 3 and Wildfly 8 or Glassfish 4.1 to run the application.

  • Build the code using Maven with the command: mvn clean install.

  • Deploy in the Wildfly 8

  • Deploy in the Glassfish 4.1

Javascript Package Management (optional)

  • The required JS libraries are included in the project, but it also possible to manage them with the next steps.

  • You need NPM. Please go to http://nodejs.org/download/ to get a copy.

  • Once NPM is installed run the command npm install.

  • Install Grunt npm install -g grunt-cli for more information please go to http://gruntjs.com/getting-started.

  • Run the command 'grunt' to download all the web dependencies and build an optimized version of the project.

About

Java EE 7 with Angular

http://javaee7-angular.radcortez.cloudbees.net


Languages

Language:JavaScript 43.2%Language:Java 26.4%Language:HTML 26.2%Language:CSS 4.2%