Search found 4 matches

by ecircle
Wed Dec 18, 2013 4:14 am
Forum: Java API
Topic: Use API outside web application
Replies: 2
Views: 32993

Re: Use API outside web application

Thanks Francesca for the immediate repsonse. We choosed the more complex way to setup GeneralWURFLEngine because the wurfl.xml is packaged within a JAR and not directly available in the file system. We choosed the LRUMapCacheProvider because it was also configured in http://wurfl.sourceforge.net/nja...
by ecircle
Tue Dec 17, 2013 5:02 am
Forum: Java API
Topic: Use API outside web application
Replies: 2
Views: 32993

Use API outside web application

Hi, we want to use the WURFL/ScientiaMobile API within a plain Java application, without ServletContext and without Spring. We use the API as follows to build the WURFLEngine manually: // setup WURFL engine InputStream in = WurflRawClassifier.class.getResourceAsStream("/path/to/wurfl.xml"); WURFLRes...
by ecircle
Fri Nov 22, 2013 5:54 am
Forum: Device Detection Issues
Topic: Detection of Mail Clients
Replies: 3
Views: 8265

Re: Detection of Mail Clients

Thank you for the answer, Sriram.

This capability is very important for us. Can you tell me when the newer version will be available?

Thanks
Michael
by ecircle
Tue Nov 19, 2013 10:45 am
Forum: Device Detection Issues
Topic: Detection of Mail Clients
Replies: 3
Views: 8265

Detection of Mail Clients

Hi, we'd like to detect not only the device, but also the application, especially if an email client (e.g. Outlook, Thunderbird) or email app (e.g. iPhone mail app or Android mail app) was used. Is Wurfl/Scientia able to detect them? Here are some examples of user agent strings sent by email clients...