Oracle Exadata Database Machine X7 and Database In-Memory — Question 13
Which two options best describe how the Maven Plugin for WebLogic enables WebLogic to be effectively used in a Continuous Integration environment?
Answer options
- A. execution of unit and integration tests
- B. management of the life cycle of a WebLogic domain including creation, configuration, and server life-cycle management
- C. deployment and undeployment of applications
- D. Java profiling
Correct answer: A, C
Explanation
The correct answers, A and C, focus on the capabilities of the Maven Plugin in executing tests and managing application deployments, which are crucial for Continuous Integration. Options B and D, while relevant to WebLogic, do not directly relate to the CI process; B is about domain management and D pertains to performance analysis.