nerdexam
Oracle

1Z0-599 · Question #74

Which two options best describe how the Maven Plugin for WebLogic enables WebLogic to be effectively used in a Continuous Integration environment?

The correct answer is A. execution of unit and integration tests C. deployment and undeployment of applications. Apache Maven is a software tool for building and managing Javabased projects. WebLogic Server provides support for Maven through the provisioning of plugins that enable you to perform various operations on WebLogic Server from within a Maven environment. Continuous Integration…

Deploying Applications

Question

Which two options best describe how the Maven Plugin for WebLogic enables WebLogic to be effectively used in a Continuous Integration environment?

Options

  • Aexecution of unit and integration tests
  • Bmanagement of the life cycle of a WebLogic domain including creation, configuration, and server
  • Cdeployment and undeployment of applications
  • DJava profiling

How the community answered

(61 responses)
  • A
    93% (57)
  • B
    2% (1)
  • D
    5% (3)

Explanation

  • Apache Maven is a software tool for building and managing Javabased projects. WebLogic Server provides support for Maven through the provisioning of plugins that enable you to perform various operations on WebLogic Server from within a Maven environment. * Continuous Integration is a software engineering practice which attempts to improve quality and reduce time to deliver software by applying small, frequent quality control efforts. It is characterized by these key practices: Use of a version control system All developers commit to the `HEAD' (main code line) every day The product is built on every commit The build must be automated and fast Automated deployment to a productionlike environment Automated testing Results of all builds are published (so everyone can see who broke the build) Deliverables are easily available (for developers, testers, other stakeholders)

Topics

#Maven Plugin#continuous integration#deployment automation#domain lifecycle

Community Discussion

No community discussion yet for this question.

Full 1Z0-599 Practice