Which statement about the use of Google Guice in IBM Cúram SPM is true?
It is an adaptor for entity classes.
It provides a factory mechanism.
It dispatches events to listeners.
It removes the need for façade classes.
Examine this UIM code snippet:
Which two missing elements are required for this FIELD element to compile successfully? (Choose two.)
A PAGE_PARAMETER with NAME=â€caseIDâ€.
A server interface with PHASE=â€DISPLAYâ€.
A server interface with PHASE=â€ACTIONâ€.
A server interface call that returns an attribute called ‘type’.
An ACTION_CONTROL of type ACTION.
Which two statements about domain plug-ins are true? (Choose two.)
They are associated with domain definitions via domain definition property in RSA.
They are inherited from parent domain definitions.
They perform validation checks defined as domain definition properties.
They are implemented by using JSP Scriptlets.
They execute in the EJB container.
Which entity customization is compliant?
Override a stereotyped operation.
Enable an exit point.
Add an attribute by using subclassing.
Add an attribute by using aggregation.
You want to model attribute2 as a code table in the following entity.
Which two steps are required? (Choose two.)
Set the domain definition for attribute2 to CODETABLE_CODE.
Set the Type for SAMPLE_DOMAIN2 to CODETABLE_CODE.
Define the code table name as a property of attribute2.
Define the code table name as a property of SAMPLE_DOMAIN2.
Define the code table name as a property of CODETABLE_CODE.