To generate remote services with Service Builder:
A. Pass the switch "-Dremote-service=true" to the Ant "build-service" target
B. Set the attribute "remote-service'' to "true" on the "entity" element in service,xml
C. Set the attribute "remote-service" to "true" on the "service-builder" element in service.xml
D. All of the above
When adding new users to Liferay, the form will display the Details, Organizations and Personal Site sections based on the following property in portal.properties:
users.form.add.main =detaiIs,organizations,personal-site
The "users.form.add.main" property is listed in the liferay-hook_6_l_0.dtd as a portal property that can be overridden with a hook. Deploying a hook with the following property in the portal.properties file will remove the Personal Site
section:
users.form.add.main =details,organizations
A. True
B. False
The recommended way to override multiple JSPs in the Documents and Media portlet is to:
A. Create a separate hook plug in for each JSP
B. Create an Ext plugin
C. Create a hook plugin that contains all the JSPs
D. Copy them directly into Liferay
The
A. Display a list of actions
B. Display navigation
C. Display a list of breadcrumbs
D. Display categories
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
The following statements about plugins are true: (Please select all correct answers.)
A. All plugins are hot-deployable
B. Plugins can be used to modify core portal behavior
C. Plugins can be used to modify the layout of a page
D. Liferay supports six different types of plugins
E. Plugins are the preferred development approach
The descriptor liferay-hook.xml defines the location to override a core JSP using:
A.
B.
C.
D.
E.
The location of the XML file that determines permissions for a portlet plugin is configured by:
A. The VM argument "resource-actions-configs"
B. The portlet property "resource.actions.configs"
C. The init parameter "resource-actions-configs"
D. A portal property "plugin.resource.actions.configs"
User-specific properties in the Plugins SDK for the user "jsmith'' are configured in:
A. build.jsmith.properties
B. pom.xml
C. pom.jsmith.properties
D. portal.settings
E. portal.properties
F. portal-ext.properties
Language hooks cannot be used to add new language keys.
A. True
B. False
The settings in portal-developer.properties:
A. Enable faster deployment of plugins
B. Disable minification of CSS and JavaScript
C. Assist deployment from a development to a production environment
D. Precompile Velocity and FreeMarker templates
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
Portlet application security roles are mapped to Liferay roles in:
A. portlet.xml
B. liferay-portlet.xml
C. liferay-role.xml
D. liferay-display.xml
The recommended way to escape text is:
A. StringUtil.escape()
B. HtmlUtiI.escape()
C. DisplayUtil.escape()
D. JSPUtil.escape()
E. FormUtil.escape()
F. GetterUtil.escape()
The descriptor liferay-portlet.xml defines:
A. Events
B. The portlet class
C. The CSS class wrapper
D. Resource bundles