Cross-Origin Resource Sharing with Play! framework
I was trying to develop with play! framework for a 3-tier achitecture. So I run 2 applications on the same machine but on 2 differents ports (the front on 9010 and the back application on 9011 that has access to the database). Trying to call WS services (with JSON format) from the front controllers is [...]
Posted at 2:28 pm on December 4, 2011 | leave a comment | Filed Under: Play | Tagged: CORS, Cross-Origin Resource Sharing, playframework | read on
Sonar & Ant
Sonar is made for maven. Nothing to do and it works. There’s now a ant task to use sonar on your project build by ant. You’ll have the same results, except that by default, you will not have the results of your tests (passed/failed) and the coverage of your tests. To add them in your [...]
Posted at 11:25 pm on November 12, 2011 | leave a comment | Filed Under: build, continuous integration | Tagged: ant, cobertura, continuous integration, jenkins | read on