Home
Name Modified Size InfoDownloads / Week
Device rules hook 2011-04-03
WURFL device recognition provider 2011-04-03
Multi-device portal extension 2011-04-03
README.md 2011-04-03 1.8 kB
Totals: 4 Items   1.8 kB 0

Liferay multidevice extensions consists of 3 Liferay plug-ins which work together to deliver the functionality:

Multi-device portal extension

This is the core plug-in. It provides the look and feel change logic, generic data model and "extension points" for other plug-ins which deliver things like device recognition and rule definition. It does so by employing Liferay's internal bus and can dynamically switch to new implementation when compatible plug-in is deployed. If you know how to replace Lucene with Solr, you know what I'm talking about.

WURFL device recognition provider

This plug-in delivers device recognition based on WURFL. It contains WURFL API but does not contain WURFLD DB and patches. By default it expects to find the database in ${liferay.home}/wurfl/wurfl-latest.zip however you may change this in portal-ext.properties:

 # Wurfl's main devices file
 wurfl.main=${liferay.home}/wurfl/wurfl-latest.zip    
 # Wurfl's patch files
 wurfl.patches=

Device rules hook

This plug-in extends Liferay's look and feel management interface by adding additional tab "Device Rules". At the moment rules can be based on device's brand, model, operating system, browser and pointing method as well as whether the device is tablet, has QWERTY keyboard

Source: README.md, updated 2011-04-03