IBM WebSphere Portal 8.0 Solution Development - LOT-911 FREE EXAM DUMPS QUESTIONS & ANSWERS
Evan wants to develop a portlet to act as a target using click-to-action. He wants to develop a client-side click-to-action handler. Which best describes the ways that he can get the source data submitted by the source portlet?
Correct Answer: D
Vote an answer
Roger has been discussing iWidgets with a prospective client and has been highlighting certain aspects of the specification. Which of the following statements is false and thus ill-advised?
Correct Answer: A
Vote an answer
In the case of a processAction or serveResource call, what is the expected behavior if an action or resource parameter has the same name as a public render parameter?
Correct Answer: D
Vote an answer
Which one of the following statements is valid regarding credential objects?
Correct Answer: B
Vote an answer
John wants to troubleshoot a problem related to IBM WebSphere Portal engine startup. Which tool can he use to enable trace for "com.ibm.wps.engine" package, so that it will persist across server startup?
Correct Answer: A
Vote an answer
PreferencePortlet is Portlet Specification 2.0-compliant and the system is running IBM WebSphere Portal 8.0. What is the output of the following code? public PreferencePortlet extends GenericPortlet{ protected void processAction(ActionRequest actionRequest, ActionResponse){ actionRequest.getPreferences().setValue("test","ViewModePreferenceValue"); actionRequest.getPreferences().store(); } protected void doView(RenderRequest renderRequest, RenderResponse renderResponse) throws PortletException, IOException { // Generate action URL }
Correct Answer: B
Vote an answer
What does the collaborative services API allow the portlet developer to do?
Correct Answer: C
Vote an answer