Sun Java logo     Previous      Contents      Index      Next     

Sun logo
Sun Java System Portal Server Mobile Access 6 Administration Guide 2005Q4 

Chapter 5
Configuring Mobile Applications

Portal Server Mobile Access software provides three default applications that end users can access from the mobile Portal Desktop. These are:

These applications run on a server on which Portal Server software is installed. The mobile Portal Desktop acts as the user interface. Once the link to the application is established, they run outside the control of Portal Server software. When the users are finished using the application, they can return to the mobile Portal Desktop to work with other applications or channels.

This chapter explains how to use the administration console provided by Sun Java System Identity Server software to manage the application preferences associated with the address book, calendar, and mail applications. It provides these sections:

To obtain detailed information on the Service Configuration and Identity Management features, refer to the Sun Java™ System Identity Server 2004Q2 Administration Guide. To obtain detailed information on configuring communications channels, refer to the Sun Java™ System Portal Server 6 2004Q2 Administration Guide.


Using Service Configuration Attributes

Within the Service Configuration level, you can view and change default application preferences as well as control which preferences users can edit themselves.

Two types of preferences for mobile applications are stored in Service Configuration:

To Edit Service Configuration Attributes

  1. Log in to the Identity Server administration console as the administrator.
  2. By default, Identity Management is selected in the Header frame (the top horizontal frame) and Organizations is selected in the Navigation frame (the left vertical frame).

  3. Click the Service Configuration tab.
  4. Under the Mobile Application Configuration heading, click Mobile Address Book.
  5. The Mobile Address Book page with the address book preferences appears.

  6. Locate the preference that you want to change and highlight the value you want to change.
  7. Click Remove.
  8. In the text box, type in the new value for the preference.
  9. Click Add.
  10. Your new value appears in the preference display.

  11. Click Save.
  12. You can now view your new settings.


    Tip

    To clear all of your values and start over, click Reset. To undo your entries, click Delete.



Using Identity Management Attributes

Within the Identity Management level, you can view and change default application preferences for any organization or user.

Preferences stored here are copies of the dynamic preferences stored at the Service Configuration level. For the mobile mail application, an organizational preference is stored here also.

To Edit Identity Management Services Attributes

  1. Log in to the Identity Server administration console as the administrator.
  2. By default, Identity Management is selected in the Header frame (the top horizontal frame) and Organizations is selected in the Navigation frame (the left vertical frame).

  3. Choose Services from the View menu in the Navigation frame on the left of the Identify Management page.
  4. The list of Identity Server services appears in the Navigation frame on the left.

  5. From the Mobile Application Configuration heading, click the arrow of the mobile application that you want to change.
  6. The application preferences appear in the Data frame on the right.

  7. Click the preference that you want to change. The text appears in the text box below.
  8. Change or add values as appropriate.
  9. Click Save.
  10. You can now view your new settings.


    Tip

    To clear all of your values and start over, click Reset. To undo your entries, click Delete.


To Edit Identity Management Users Attributes

  1. Log in to the Identity Server administration console as the administrator.
  2. By default, Identity Management is selected in the Header frame (the top horizontal frame) and Organizations is selected in the Navigation frame (the left vertical frame).

  3. Choose Users from the View menu in the Navigation frame on the left.
  4. The list of Identity Server users appears in the Navigation frame on the left.

  5. From the UserId column, select the box next to the name of the user and click the arrow following the user’s full name.
  6. The user’s information appears in the Data frame on the right.

  7. Choose the mobile application from the View menu in the Data frame on the right.
  8. The mobile application frame with its preferences is displayed.

  9. Enter the values, if you wish to change a user’s preferences.
  10. Click Save.
  11. You can now view the new settings.


    Tip

    To clear all of your values and start over, click Reset. To undo your entries, click Delete.



About Mobile Application Templates

Mobile application templates exist to establish the rules governing the storage of application preferences. The templates are represented as uniform resource locators (URLs) described in RFC 1738 published by the World Wide Web Consortium (W3C).

Administrators can edit template strings to assign values to properties within the strings and to apply certain rules of use to those properties.

A template string must start with the word default followed by the pipe symbol |. The string provides the name of the template configuration and preferences that can be changed to alter the application’s behavior. These preferences are set to default values when Mobile Access is installed.

Code Example 5-1 is an example of an address book template. Template strings appear in the field as a single, long string. This example divides the template string into separate lines for readability purposes. Line breaks have been added preceding each ampersand (&).

Code Example 5-1  

default|undef:///?configName=MA-AB-APP

&default=sortBy

&default=sortOrder

&merge=sortBy

&merge=sortOrder

&sortBy=cn

&sortOrder=asc

The name of the template in this example is MA-AB-APP. This template includes two preferences—sortOrder and sortBy. It provides default values for them and rules permitting user definitions of these preferences.



Previous      Contents      Index      Next     


Part No: 819-2346.   Copyright 2005 Sun Microsystems, Inc. All rights reserved.