angular-java-server-midi
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Example webapp with Angular in the browser, Java RESTful server, all built with Maven
angular-java-server-midi
========================

This is an example project for bulding [Angular](http://angularjs.org/) applications
with a Java server using Maven.

**Note!** This project is using a slightly patched version of angular.js, see
[this thread](http://groups.google.com/group/angular/browse_thread/thread/d80617f2d8e9255c)
on the Angular mailing list. Also, have a look at the
[pull request](https://github.com/angular/angular.js/pull/453). **Update:** The pull request
has been commited to angular mainline. We will not need to patch angular as of next release!

The project is using the [jasmine-maven-plugin](https://github.com/searls/jasmine-maven-plugin)
to execute the Jasmine Specs for angular controllers. This plugin outputs JUnit XML
parsable by CI servers, such as [Jenkins](http://jenkins-ci.org/).


Compiling
---------
	mvn install


Running in Jetty
----------------
	mvn jetty:run

Then open  and play the piano. You can now edit your HTML and
Javascript and press reload in the browser to test your updates.


Manual Jasmine Spec Runner
--------------------------
After a build you will find a manual spec runner: /target/jasmine/ManualSpecRunner.html.
This is very useful to use while you are developing Angular controllers and Jasmine
specifications.


本源码包内暂不包含可直接显示的源代码文件,请下载源码包。