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.
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:
/opt/SUNWps/web-src/jsp/default/ab
/opt/SUNWps/web-src/jsp/default/ab/wml
File Name |
Includes |
Linked From |
Links To |
---|---|---|---|
abHome.jsp |
not applicable |
accept.jsp changeGroup.jsp delete.jsp deleteGroup.jsp deleteGroupMembers.jsp doAdd.jsp doAddGroup.jsp doChange.jsp doChangeGroup.jsp launchAB.jsp list2.jsp options.jsp |
Forwards to: list.jsp |
accept.jsp |
not applicable |
addGroup.jsp addMember.jsp doAddGroup.jsp doChangeGroup.jsp |
abHome.jsp |
add.jsp |
edit.jsp |
list.jsp list2.jsp |
list.jsp doAdd.jsp |
addGroup.jsp |
accept.jsp editGroup.jsp |
list.jsp list2.jsp |
addMembersOption.jsp |
addMember.jsp |
accept.jsp |
addMembersOption.jsp |
doAddMember.jsp |
addMembersOption.jsp |
options.jsp |
addGroup.jsp changeGroupOptions.jsp doAddMember.jsp |
addMember.jsp browseMemberChoices.jsp doAddGroup.jsp doChangeGroup.jsp searchMemberChoices.jsp |
browseMemberChoices.jsp |
not applicable |
addMembersOption.jsp |
Forwards to: pickMemberChoices.jsp |
change.jsp |
edit.jsp |
view.jsp |
doChange.jsp list.jsp |
changeGroup.jsp |
editGroup.jsp |
viewGroup.jsp |
abHome.jsp changeGroupOptions.jsp |
changeGroupOptions.jsp |
options.jsp |
changeGroup.jsp |
addMembersOption.jsp doChangeGroup.jsp pickMembersToDel.jsp |
delete.jsp |
not applicable |
view.jsp |
abHome.jsp |
deleteGroup.jsp |
not applicable |
viewGroup.jsp |
abHome.jsp |
deleteGroupMembers.jsp |
not applicable |
pickMembersToDel.jsp |
abHome.jsp |
doAdd.jsp |
not applicable |
add.jsp |
abHome.jsp |
doAddGroup.jsp |
accept.jsp |
addMembersOption.jsp doAddMember.jsp pickMemberChoices.jsp |
abHome.jsp |
doAddMember.jsp |
not applicable |
addMember.jsp |
addMembersOption.jsp Forwards to: doAddGroup.jsp doChangeGroup.jsp pickMemberChoices.jsp |
doChange.jsp |
not applicable |
change.jsp |
abHome.jsp |
doChangeGroup.jsp |
accept.jsp |
addMembersOption.jsp changeGroupOptions.jsp doAddMember.jsp pickMemberChoices.jsp |
abHome.jsp |
doSearch.jsp |
not applicable |
search.jsp |
Forwards to: list2.jsp |
doSearchMemberChoices.jsp |
not applicable |
searchMemberChoices.jsp |
Forwards to: pickMemberChoices.jsp |
edit.jsp |
not applicable |
add.jsp change.jsp |
not applicable |
editGroup.jsp |
not applicable |
addGroup.jsp changeGroup.jsp |
not applicable |
emailcontacts.jsp |
not applicable |
viewGroup.jsp |
Forwards to: compose.jsp |
launchAB.jsp |
not applicable |
not applicable |
Forwards to: abHome.jsp |
list.jsp |
not applicable |
add.jsp change.jsp list.jsp list2.jsp search.jsp view.jsp |
add.jsp addGroup.jsp list.jsp search.jsp view.jsp viewGroup.jsp |
list2.jsp |
not applicable |
doSearch.jsp list2.jsp |
abHome.jsp add.jsp addGroup.jsp list2.jsp view.jsp viewGroup.jsp |
options.jsp |
not applicable |
addMembersOption.jsp changeGroupOptions.jsp pickMemberChoices.jsp pickMembersToDel.jsp searchMemberChoices.jsp viewGroup.jsp |
abHome.jsp |
pickMemberChoices.jsp |
options.jsp |
browseMemberChoices.jsp doAddMember.jsp doSearchMemberChoices.jsp pickMemberChoices.jsp |
doAddGroup.jsp doChangeGroup.jsp pickMemberChoices.jsp |
pickMembersToDel.jsp |
options.jsp |
changeGroupOptions.jsp pickMembersToDel.jsp |
deleteGroupMembers.jsp pickMembersToDel.jsp |
search.jsp |
not applicable |
list.jsp |
doSearch.jsp list.jsp |
searchMemberChoices.jsp |
options.jsp |
addMembersOption.jsp |
doSearchMemberChoices.jsp |
view.jsp |
not applicable |
list.jsp list2.jsp |
change.jsp compose.jsp delete.jsp list.jsp |
viewGroup.jsp |
options.jsp |
list.jsp list2.jsp viewGroup.jsp |
changeGroup.jsp deleteGroup.jsp emailcontacts.jsp viewGroup.jsp |