Multiple choice technology platforms and products

What are the two properties that we define in mashup.properties file?

  1. contentName

  2. contextRoot

  3. componentRoot

  4. componentName

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

The mashup.properties file defines contextRoot (the base URL context path where the mashup application is deployed, like /mashup) and componentName (the unique identifier name for the specific mashup component or application instance). contentName and componentRoot are not standard properties in this file.