Identify three unique integration features of Spring and WebLogic Server.
A.
ability to automatically convert Spring application to JavaEE 6 framework
B.
ability to export the WebLogic Container feature to another Spring enabled JavaEE server.
C.
ability to extend the WebLogic Server console with some Spring-related pages
D.
official support of Spring apps inside WebLogic by Oracle Support
E.
support for injection of WebLogic MBeans and Resources into Spring applications
Explanation:
C: Spring Console Extension. WebLogic provides an Admin Console extension for
Spring to provide administrators with visual tools for monitoring the Spring parts of deployed
applications (first navigate to WebLogic Admin Console’s Preferences | Extension menu option
and and enable spring-console). This Spring console extension is basically a set of pages which
are added amongst the normal pages of the standard WebLogic admin console, rather than being
a separate console per se. The extension provides a view onto the values of the WebLogic
generated Spring MBeans
D: If you have an issue, you use the Oracle Support organisation for help with WebLogic specific
problems and any Spring parts to your application are treated just like your own custom code is,
from an Oracle Support perspective.
E: WebLogic Injected Spring Beans is a Weblogic feature that is enabled by default.
Reference: WebLogic and Spring