Multiple choice technology platforms and products

Select the name/value pair property file

  1. catalog.xml

  2. mashup.properties

  3. widget definition xml file

  4. widget JS file

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The mashup.properties file is a name/value pair configuration file used in IBM Mashup Center to store deployment-specific settings. It contains key properties like contextRoot (the application context path) and componentName (identifying the mashup component). catalog.xml defines catalog entries, widget definition XML files define widget structure, and widget JS files contain widget logic.