Difference between revisions of "PT Mobile"

From ADF Docs
Jump to: navigation, search
(Installation/Setup)
(added better app description)
 
Line 1: Line 1:
 
== Overview ==
 
== Overview ==
The ADF Link Builder Application is built in the [[Overview|Application Development Framework (ADF)]].   
+
The Mobile Application is a small framework that makes it easier to present existing CommonSpot pages on mobile devicesThe application provides:
 +
* Automatic redirect to a new home page when a mobile device is detected
 +
* Sample XSLT transformations to convert CS Page content into lightweight HTML
 +
* Support for Android, iOS and Blackberry device recognition
 +
* Support for server side and client side transformations
  
This application provides the ability to present your website to mobile devices with a different style.
+
The goal of the application is to allow you to build a look and feel that works well on mobile devices without duplicating content.
  
 
== Requirements ==
 
== Requirements ==

Latest revision as of 17:03, 8 April 2011

Overview

The Mobile Application is a small framework that makes it easier to present existing CommonSpot pages on mobile devices. The application provides:

  • Automatic redirect to a new home page when a mobile device is detected
  • Sample XSLT transformations to convert CS Page content into lightweight HTML
  • Support for Android, iOS and Blackberry device recognition
  • Support for server side and client side transformations

The goal of the application is to allow you to build a look and feel that works well on mobile devices without duplicating content.

Requirements

ADF Version 1.5

ADF must be configured correctly for your site. Site Configuration (ADF.cfc) has instructions for configuration.

Pre-installation Considerations

Application Development Framework (ADF) must be setup and configured on the server for the site. For detailed instructions, see the Application Development Framework (ADF) wiki page for Site Configurations.

Installation/Setup

Each of the following steps should be completed fully and in the order presented:

  1. Extract Application
  2. Configuration
  3. Getting Started