Exam1pass
Easiest way to pass IT exams
Exam1pass Help You Pass Any IT Exam
http://www.exam1pass.com
Exam
: Lotus 190-824
Title
: Building Portlets with IBM
WebSphere Portlet Factory 6
Version : Demo
Exam1pass
Easiest way to pass IT exams
Exam1pass Help You Pass Any IT Exam
http://www.exam1pass.com
1. Mary is developing an application that requires multiple, complex argument types for inter-portlet
communications. Which of the four event mechanisms can she use?
A. Click-to-Action
B. Property Broker Link
C. Property Broker Action
D. Portlet Factory Events
Answer: D
2. Tabitha is creating her first WebSphere Portlet Factory project. After creating the Factory WebApp Project
and her first model, how does she add new code to the model?
A. Start adding builder calls to the model using the Outline pane
B. Drag and drop code snippets from the pallet using the WebApp Diagram
C. Use the WebApp Tree, as it has an interface for adding Java code to methods
D. Define Linked Java Objects for use in the project, and import them using standard Java import syntax
Answer: A
3. Brian has created a form for capturing customer data into a CRM system. As the application will be later
integrated with the company's primary databases, it is critical that certain fields are validated by the server
as the forms are being submitted. Which of the following accurately describes the process for enabling field
validation in his form?
A. Use profiling to specify the appropriate profile handler for field validation
B. Add a Field Validation builder call from the Data category, and define the field, expression, translation
and validation inputs
C. Use the Generate HTML button to create HTML, add JavaScript validation to the HTML, import it into an
Imported Page, then set the form to infer its HTML from the Imported Page
D. Create a formatter class that has methods and expressions that will be used to perform the desired
transformations, then add a Data Field Modifier builder call with the appropriate Validate Expression
Answer: D
4. Gloria has deve