LRP-614 Portal Developer

Loading demo links...

Showing 4–6 of 10 questions

Question 4

Instanceable portlets: (Please select all correct answers.)

Select all that apply, then click Submit answer.

  • Have unique preferences per portlet

  • Can be added to a page multiple times

  • Share the same data within the same site

  • Can be displayed in the Control Panel

  • Share the same data on the same page

Question 5

To define portlet actions in separate classes using MVCPortlet: (Please select all correct answers.)

Select all that apply, then click Submit answer.

  • Each class must implement the MVCAction interface

  • Each class must implement the ActionCommand interface

  • Each class must implement a processCommand() method that returns a boolean to indicate if the action completed

  • Each class must implement a renderCommand() method

Question 6

Tables are created in the database for a Service Builder entity after:

Select an option, then click Submit answer.

  • The Ant "build-service" target has run

  • The portlet is deployed for the first time

  • The portlet is added to a page for the first time

  • Tables must be created manually