Tag: architecture

Questions Related to architecture

Multiple choice technology architecture
  1. <c:set var="xsluri" scope="page"><c:out value="sepaddoverview"/></c:set> <aab-util:aabProcessXML xslUri="${xsluri}" xmlDoc="${xmlDoc}" />
  2. <c:set var="xsluri" scope="page"><c:out value="sepaddoverview"/></c:set> <aab-xml:aabProcessXML xslUri="${xsluri}" xmlDoc="${xmlDoc}" />
  3. <aab-xml:aabProcessXML xslUri="sepaddoverview" xmlDoc="${xmlDoc}" />
  4. Only b and c

  5. All of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Multiple choice technology architecture
  1. It changes the context path, request URI and request URL back to the ones before HTTP server rewrote the request.

  2. It rewrites the URLs in the format /nl/<application>?lang=<langCode> to /<langCode>/<application>.

  3. Only 2

  4. Both of the above

  5. None of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Multiple choice technology architecture
  1. For each ACI used there is one entry in namebindings.xml for factory-Impl class mapping.

  2. For each ABPC used there is one entry in namebindings.xml for factory-Impl class mapping.

  3. For each ASC used there is one entry in namebindings.xml for factory-Impl class mapping.

  4. For each BSI used there is one entry in namebindings.xml for factory-Impl class mapping.

  5. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer