0

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?

DevOps85
  • 6,473
  • 6
  • 23
  • 42

1 Answers1

0

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.

Magnilex
  • 11,584
  • 9
  • 62
  • 84
  • and alternative for java? because wurfl is not open source – DevOps85 Nov 27 '14 at 11:33
  • It is not open source, no. As far as I remember is it not free for commercial use either. Nevertheless, I think my answer is an answer for your question. For an open source discussion (not only Java), look here: http://stackoverflow.com/questions/9673535/best-open-source-wurfl-alternative – Magnilex Nov 27 '14 at 11:41