1. 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)…

    on CORS, Cross-Origin Resource Sharing, playframework

  2. 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…

    on ant, cobertura, continuous integration, jenkins

  3. Professional Android 2 development - Error in Chapter 5

    If you encountered an errorĀ  in this chapter, calling the managedQuery function, the easy to find correction is mentioned here on editor "p2p" (programmer to programmer) site. More interesting info is the replacement of the use of the deprecated class People. But this don’t mention the correction for…

    on Android, contact pick, Force close, Programming

  4. get hostname in ant easily

    After searching a while, here is the best way I found to get the hostname in a propert. Just use exec task : <exec dir="${basedir}" executable="hostname" outputproperty="host.name"> The trick is the attribute outputpropety of the exec task. You can then use ${host.name} variable to…

    on ant, hostname

  5. Ubuntu, XFS and Buffalo NAS - Part 2

    In part 1, I explained how to mount the drive one time, but you’ll have to comment the params in /etc/fstab in order to disabled a block at startup when the drive is not present, and as an USB drive, if the number of drives connected at…

    on Fstab, GParted, Mount, ubuntu, Universally unique identifier

  6. Where's Asphalt 5 in Samsung Apps

    As said in my previous post, I’ve made a factory reset to my Galaxy S. So I want to reinstall my apps …​ and Aspahtl 5 from SamsungApps. But it’s not in the list of apps. In fact, it’s a bit hidden. You…

    on Android, asphalt, free, game, gameloft

  7. Nice borders for lightroom

    http://www.tipsquirrel.com/index.php/2010/09/5-creative-borders-for-lightroom/…

    on lightroom

  8. My favorite clock on Android

    As I’ve to do a factory reset, I’m re-installing my apps and widgets. Searching my clock’s widget, I (re)discovered that it was not on the market. So, if as me your favorite clock is TypoClock, here it is (as a reminder for me)…

    on Android, typocock, widget

  9. Ubuntu, XFS and Buffalo NAS

    Figure 1. Image of a Western Digital 250Gb SATA Hard Dri…​ I use a NAS as my main drive to maintain my datas shared against my computers (and to not have to make copies when changing it). But my Buffallo crashed a disk for the second time (the…


  10. Ubuntu server & keyboard

    I installed ubuntu 11.04 server but the keyboard was 'us'. Not quite efficient with my french one. Searching on the web, it’s often said to use : dpkg-reconfigure console-setup But in fact, I didn’t found a keyboard option. Just launch : sudo loadkeys fr…

    on ubuntu