Rico needs to provide a method in his Linked Java Object (LJO) with access to the current webAppAccess object. How can he accomplish this task?
A. Rename the methods to method_webAppAccess
B. Declare that the desired method takes an initial argument of the type WebAppAccess
C. Profile the LJO builder call's source input
D. Create a Method Call builder call to reference the webAppAccess object
正解:B
質問 2:
Samantha inherits a portlet from a coworker that should be using partial page refresh within tab panes. The entire portlet (but not the portal page) seems to be refreshed on each action within the portal page. Which of the following causes could trigger such behavior?
A. The outer page that contains the tabs has a <form> tag wrapping the tab panes, so the forms within the tab panes are stripped out by Web Experience Factory to avoid invalid HTML and thus the outer page's form is submitted and the outer page refreshed, for each action.
B. IBM Web Experience Factory Smart Refresh has been disabled using a Theme builder.
C. The portal page on which the portlet is placed was set to server-side aggregation and should be switched to client-side aggregation.
D. The portlet needs to have a Global AJAX Enablement builder added to enable the correct behavior.
正解:A
質問 3:
Bob is wiring two portlets and intends to implement partial page refresh. Each of the following is a correct approach except which one?
A. Do nothing because Smart Refresh is the default.
B. Use JavaScript.
C. Use the Event Declaration builder with client-side delivery and the Client Event Handler builder.
D. Use the property broker and check the AJAX call option on the property broker for the IBM WebSphere Portal.
正解:D
質問 4:
Samantha wants to add application-level logging for information specific to her application to IBM Web Experience Factory log files. How can Samantha add logging calls to a Java method?
A. Application logging requires a services engagement for such integration.
B. Use the log4j API to obtain a Web Experience Factory category and write log messages to that category.
C. Use the Web Experience Factory Application Logging builder.
D. Applications cannot log to Web Experience Factory log files.
正解:B
質問 5:
Christine needs to make an AJAX call to a method named "getAddress" in her model. How would she get the URL to the method in a Client JavaScript builder?
A. <%=webAppAccess.getBackchannelActionURL("getAddress", false)%>
B. <%=webAppAccess.getBackchannelURL("getAddress", false)%>
C. <%=webAppAccess.getActionURL("getAddress", false)%>
D. <%=webAppAccess.getAjaxURL("getAddress", false)%>
正解:A
質問 6:
Heinrich has 35 builder calls in a model. If he wants to see the XML relevant to one specific builder call in the model, how should he find it?
A. Open the Builder Call Editor model view, and click Generate XML at the bottom.
B. Open the Model XML model view, then search for the builder call by its ID name.
C. Right-click the builder call and select View XML.
D. Open the Model XML model view, then click the builder call in the builder call list.
正解:D



0 お客様のコメント