IBM C9520-423 Actual Free Exam Questions & Community Discussion
Which methods does a developer have access to when interfacing with the IBM WebSphere Portal user repository? (Choose two.)
Correct Answer: A,B
Vote an answer
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?
What is a valid way to accomplish his goal?
Correct Answer: B
Vote an answer
Rudy wants to delete a portal page by using the Controller service provider interface (SPI). He wrote the following code:
final Locator locator = cmController.getLocator();
final ContentPage page = (ContentPage) locator.findByllniqueName("MyPage");
cmcontroller.delete(page);
How can he use this code to delete the page?
final Locator locator = cmController.getLocator();
final ContentPage page = (ContentPage) locator.findByllniqueName("MyPage");
cmcontroller.delete(page);
How can he use this code to delete the page?
Correct Answer: A
Vote an answer
Which statement is true regarding JSR 286 event support in IBM WebSphere Portal?
Correct Answer: A
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Mary wants to enable cookie support for a portlet she has authored. She has already enabled two-phase rendering within the portlet.xml.
What method must be modified to include the following statements?
Cookie myCookie = new Cookie("stylekey", "styleValue "); myCookie.setPath(request.getContextPath()); myCookie.setMaxAge(1200000); renderResponse.addProperty(stylekey);
What method must be modified to include the following statements?
Cookie myCookie = new Cookie("stylekey", "styleValue "); myCookie.setPath(request.getContextPath()); myCookie.setMaxAge(1200000); renderResponse.addProperty(stylekey);
Correct Answer: C
Vote an answer
0
0
0
10
