Friday, February 19, 2016

Defining JAVA_HOME in Mac OSX

1. set it directly in ~/.profile
2. check it by running /usr/libexec/java_home (read this article)

GRADLE - bind Gradle with Bower and Grunt

http://gruntjs.com/
http://bower.io/

https://github.com/srs/gradle-grunt-plugin/issues/16
http://blog.crisp.se/2013/04/30/yassalsundman/test-driving-javascript-grunt-with-gradle
http://blog.crisp.se/2013/03/31/danielsundman/test-driving-javascript-its-never-been-easier

AngularJS - REST and custom services

https://docs.angularjs.org/tutorial/step_11