Given the following module configuration, what value for the Resource Environment provider key my. module, acti ConfigService would make this module available?
extensionID="com.ibm.portal.resourceaggregator.util.ResourceEnvironmentProviderModul eAc
A. 1
B. true
C. active
D. any value
Which method can be used only in an ActionResponse?
A. encodeURL
B. setProperty
C. addProperty
D. setPortletMode
James is developing a portlet and wants to share the cache entry across all users upon certain conditions.
What is a valid way to accomplish his goal?
A. Add the conditions in the doView method and set the cache scope to public in the request.
B. Add the conditions in the doview method and set the cache scope to public in the response.
C. Add the conditions in the doHeade rs method and set the cache scope to public in the request.
D. Add the conditions in the doHeaders method and set the cache scope to public in the response.
Arthur developed two portlet applications to support the same event-- the choosePerson event. This event uses the "http://example.ibm.com/portlets" namespace, and its payload type is the com.ibm.example .Person class.
Arthur deployed one portlet from each portlet application to the same portal page. He also wired one portlet (Portlet A) as the event source and the other portlet (Portlet B) as the event target. When Arthur tests the portlet communication, he
does not see that the com. ibm. example. Person object was transferred to Portlet B after the event was fired from Portlet A.
How can Arthur resolve this problem for optimal performance?
A. Ensure that the "Global" check box is selected on the Wire Configuration page.
B. Update the com. ibm. example. Per son class to support serialization and XML serialization by adding JAXB annotations.
C. Move the com. ibm. example. Person class out of the two web archive (WAR) files and into an IBM WebSphere Application Server shared library that is used by both WAR files.
D. Ensure that "http://example.ibm.com/portlets" namespace is specified as the direct namespace for the event declaration for both portlet.xml files, rather than the default namespace for each portlet.xml file.
A developer wants to add two portlet preferences to his portlet application. Which file is the correct location to insert the preferences?
A. web.xml
B. portlet.xml
C. application.xml
D. preferences.xml
Matthew has developed a new system module to provide static JavaScript outside of the theme WAR. What is one benefit of storing the files externally?
A. External files are loaded first.
B. External files are more secure.
C. External files are compressed by default.
D. External files are shared by multiple themes.
Which option is a media type that is supported by the IBM Web Content Manager REST service?
A. Image color
B. File directory
C. Project template
D. JavaScript method
Which statements are true regarding the
A. It improves page serving performance.
B. It can be used in both themes and skins.
C. It has no impact on page serving performance.
D. It can be used in both header and body sections.
E. It stores a base URL that can be used instead of full, newly-coded URLs.
Which URL can be used to download the contents of the "themes" folder?
A. http://test.ibm.com:10039/wps/dav/fstype1 /themes/?mime-type=application/zip
B. http://test.ibm.com:10039Avps/contenthandler/dav/themes/?mime-type=application/zip
C. http://test.ibm.com:10039/wps/mycontenthandler/dav/fstype1 /themes/?mime- type=application/zip
D. http://test.ibm.com:10039/wps/mycontenthandler/dav/fs-type1 /themes/?mime- type=application/zip
Which services are provided by WebDAV support in IBM WebSphere Portal? (Choose two.)
A. a file store that is used by themes
B. managing pages and static content
C. managing dynamic content and pages
D. support for secure connections such as HTTPS
E. modifying the unique name or object ID of pages