It's a Todo sample for AngularJS and Java RESTful
This sample project dependent on Java7 and using Maven to build product.
First, download this project
$ git clone https://github.com/AllenFang/AngularJS-RESTful-Sample.git
Then, open eclipse and select "File > import > Maven > Existing Maven Projects > {Select Directory} > Finish"
Finally, add this project to your Java web container(Ex: tomcat) and run.
$ mvn clean install
$ mvn tomcat7:run