Donna is interested in using the Single copy XPage design to improve the performance of her application. Which of the following design elements are not supported in this feature?
A. XPages
B. Views
C. Themes
D. Custom controls
Juan is integrating an XPage application with his existing company intranet and wants to pull values from cookies. What server-side JavaScript code allows him to access cookies?
A. facesContext.getHeader("Cookie")
B. facesContext.getExternalContext().getCookie()
C. facesContext.getExternalContext().getRequest().getHeader("Cookie")
D. facesContext.getExternalContext().getRequest().getCookie()
Lainey has recently upgraded to Lotus Notes Domino 8.5. She is now exploring the design of her applications to see what new features might be available. What is the purpose of the controls palette that Lainey sees?
A. The controls palette contains controls, such as Edit Box, File Upload, and Table that the developer can drag onto the XPage canvas.
B. The controls palette is another way to access the same items that are available from the Create menu for forms, views, XPages and other design elements.
C. The controls palette contains items like Edit Box, Button, and Label that the developer can drag onto XPages and forms. The controls palette is not available for views and pages.
D. The controls palette contains UI and other controls (such as Button, Link, and Image) that allow the developer to drag controls onto XPage or page elements. The controls palette is not available for other elements.
Zachary is creating a new theme for his XPage. How is the theme file coded in the Resources area of the application?
A. XML
B. CSS
C. HTML
D. JavaScript
Stefan would like to add a custom control to the department's order processing XPage application that displays the approval routing status. He wants the custom control to only display to certain users. How can Stefan accomplish this task?
A. From the custom control, select the Properties view and click the All Properties tab. Expand the data > acl > entries > aclEntry[0] property. Add an entry for the person or group that you want to give access to.
B. From the Xpage, select the Properties view and click the All Properties tab. Expand the data > acl > entries > aclEntry[0] property. Add an entry for the person or group that you want to give access to.
C. From the custom control, select the Security view and click the All Properties tab. Expand the data > acl > entries > aclEntry[0] property. Add an entry for the person or group that you want to give access to.
D. From the Xpage, select the Security view and click the All Properties tab. Expand the data > acl > entries > aclEntry[0] property. Add an entry for the person or group that you want to give access to.} w selected below is selected and also make sure that Outline is selected.
What best describes simple Actions for XPages?
A. Simple actions make it possible to do web application programming by dragging and dropping.
B. Simple actions are predefined snippets of program code that you can define in the code section of an application.
C. Simple actions are preprogrammed functionalities that can be selected to be executed on an event within a control or within the XPage.
D. XPages does not support simple actions. Instead, you have the possibility to define custom controls, which provide the same functionality asthe simple Actions that you know from elsewhere in Lotus Domino Designer.
Jon wants to use an XPage application for both the Lotus Notes clients and web browsers. Jon's company has Lotus Domino and Lotus Notes 8.5 installed. What does Jon need to do to make this application work?
A. Jon must upgrade the Lotus Notes clients to 8.5.1 or later. Then, he needs to set the launch options for the Notes clients and web browsers toOpen designated XPage and set which XPage opens.
B. Jon needs to set the launch options for the Notes clients and web browsers to Open designated XPage and set which XPage opens.
C. Nothing, Lotus Notes clients cannot use XPage applications.
D. Jon must upgrade the Lotus Notes clients to 8.5.2 or later. Then, he needs to set the launch options for the Notes clients and web browsers toOpen designated XPage and set which XPage opens.
Cade is building an XPage for the Sales application. What are the options from which he can select when defining a data source from the data palette?
A. @DbLookup and @DbColumn
B. Domino view and Domino document
C. Data connections and DB2?access views
D. Data connections, DB2 access views, and file resources
Olga needs to integrate data from an Oracle database into her XPages application. Which of the following options would allow Olga to do that task?
A. Nothing. Lotus Notes and Lotus Domino are able to access Oracle databases directly.
B. DECS or LEI is installed and configured.
C. Olga needs to install the EnterpriseDataConnection library from OpenNTF first.
D. Unfortunately, there is no possibility to access Oracle data from an XPages application.
In his XPage stock application, Michael needs the ability, to view and update the properties of goods at several places within the application. Hence, he has developed a custom control for viewing or editing items. Now he wants to select the users that are allowed to change the entries. How can he achieve this task?
A. With custom controls, access is not controllable individually. Michael has to do it at the XPages level.
B. Michael can define the groups or people with different access with the ACL that is associated with a custom control.
C. With XPages, there is no specific access control functionality. Michael has to use the Application ACL to control access.
D. To get that functionality, Michael has do define a second custom control, which encapsulates just the access functionality. Then, he has togroup together both custom controls and put this group into the main XPage.