javaanalyticswurfl

Integrate wurlf in web services java


I search a framework for detecting device. I have my web services in Jersey (java) and i discover WURFL

is possible to integrate this framework with my web services? or exists another framework?


Solution

  • Well, of course it is. It has an implemented Java API, just use that:

    http://wurfl.sourceforge.net/njava_index.php

    WURFL is really just a big XML file with properties for different devices, this API helps you work with that file.