Integrate wurlf in web services java

167 views Asked by At

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?

1

There are 1 answers

2
Magnilex On BEST ANSWER

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.