Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

Default RSS feeds are set as portlet preferences. To make all new instances of the RSS poitlet display a single custom RSS feed, it is recommended to:

A.

Create a hook plugin to add a model listener to the layout to update the portlet preferences of any RSS portlet added to the page

B.

Create an Ext plugin that contains the desired configuration in portlet-ext.xml

C.

Create a JSP hook that overrides the RSS portlet's default configuration settings

D.

Navigate to System Defaults in the Control Panel and update the portlet preferences

Liferay's core local services: (Please select all correct answers.).

A.

Contain the business logic of the service

B.

Enforce permission checking

C.

Are required if using remote services

D.

Communicate to the database through the persistence layer

Given the service.xml:

The generated classes include: (Please select all correct answers.)

A.

AcmeltemServiceUtil

B.

AcmeltemModel

C.

AcmeltemLocalServiceUtil

D.

AcmeltemJSONSerializer

E.

AcmeltemPersistencelmpI

To remove some of the core portlets from the Add Application menu and add them in the Control Panel:

A.

Create a hook plugin that modifies the portal properties default.control.panel.portlets and default.add .application.portlets

B.

Create an Ext plugin that modifies liferay-plugin-package.xml and liferay-display.xml

C.

Create an Ext plugin that modifies liferay-portlet-ext.xml and liferay-display.xml

D.

Create an Ext plugin that modifies liferay-look-and-feel.xml

The file containing the HTML document for a typical page is:

A.

portal.vm

B.

portal_normal.vm

C.

liferay-portal.vm

D.

init.vm

Portlets can use interportletcommunication to: (Please select all correct answers.)

A.

Pass any serializable object as an event payload

B.

Trigger multiple events

C.

Invoke events directly from the render phase

D.

Enforce the processing order of events

In a JSP that includes the tag, the method to check permissions is:

A.

permissionChecker.hasPermissionO

B.

portalUtil.getPermissionChecker().hasPermission()

C.

permissionUtil.hasPermission()

D.

renderRequest.getPermissionChecker().hasPermission()

The tag defines the variables: (Please select all correct answers.)

A.

"portletPreferences"

B.

"renderRequest"

C.

"remoteUser"

D.

"portletSession''

The portlet lifecycle includes the methods: (Please select all correct answers.)

A.

destroy ()

B.

processEvent()

C.

service()

D.

render()

E.

serveResource()

F.

processAction()

Service Builder is able to: (Please select all correct answers.)

A.

Generate Hibernate configuration files

B.

Generate base implementations of models, services, persistence and basic finders

C.

Generate struts-config.xml and tiles-defs.xml

D.

Generate web services