Sun Java logo     Previous      Contents      Index      Next     

Sun logo
Sun Java System Portal Server Mobile Access 6 2005Q1 Developer's Reference 

Chapter 2  
Address Book Control Flow Reference Charts

This chapter lists all JavaServer Pages™ (JSP™) pages for the mobile address book application, with particular emphasis on how the pages link to each other.

This chapter contains the following tables:

Each table distinguishes between a link (<util:link>) and an automatic forward (<util:forward>). Use this chapter to follow control flow through the application, starting with any source file in the set.


Note

Originally, the JSP pages are deployed using the Portal Server’s deploy command. Before changes to a JSP page can take effect, you need to issue the Portal Server’s deploy command using the redeploy subcommand as follows:

portal_server_installation_root/SUNWps/bin/deploy redeploy



AML-Based Address Book JSP Pages

Table 2-1 lists the AML-based JSP pages for the mobile address book application. This set is for devices for which output is to be generated using the rendering engine and will pass through the rendering engine prior to delivery to the mobile device. This table contains four columns: File Name, Includes, Linked From, and Links to. The first column, File Name, lists the name of the source file. The second column, Includes, specifies whether or not the page includes code from another using the <util:include> tag. The third column, Linked From, tells which pages point to the file in question. The fourth column, Links To, shows which files the file in question links to, using <util:link> or <util:forward>.


Note

Locating Java Server Pages

  • Specific resource lookup rules apply when the comp and file attributes are used in conjunction with the url, include, and forward tags. The comp and file attributes are parameters to the lookup process. See the Utility Tag Library (util) in the Portal Server Mobile Access Tag Reference Library for more information on these resource lookup rules.
  • Certain directories contain JSP pages optimized for particular back-end services. For example, the “notes” directory corresponds to the Louts Notes service while the “sun-one” directory corresponds to Sun Java System service.

AML-based JSP pages for the mobile address book application are stored within the following directories:


WML-Based Address Book JSP Pages

Table 2-2 lists the WML-based JSP pages for the mobile address book application. This set is for devices whose native markup is WML and will be delivered directly to the mobile device. This table contains four columns: File Name, Includes, Linked From, and Links to. The first column, File Name, lists the name of the source file. The second column, Includes, specifies whether or not the page includes code from another using the <util:include> tag. The third column, Linked From, tells which pages point to the file in question. The fourth column, Links To, shows which files the file in question links to, using <util:link> or <util:forward>.

Location of Files:     When locating JSP pages, keep in mind the look up rules as described in the following note.


Note

Locating Java Server Pages

  • Specific resource lookup rules apply when the comp and file attributes are used in conjunction with the url, include, and forward tags. The comp and file attributes are parameters to the lookup process. See the Utility Tag Library (util) in the Portal Server Mobile Access Tag Reference Library for more information on these resource lookup rules.
  • Certain directories contain JSP pages optimized for particular back-end services. For example, the “notes” directory corresponds to the Louts Notes service while the “sun-one” directory corresponds to Sun Java System service.

WML-based JSP pages for the mobile address book application are stored within the following directories:



Previous      Contents      Index      Next     


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