Preface
This guide emphasizes about value-added features of the WebLogic Deployment API and how to manage application deployment using the WebLogic Deployment API.
Audience
This document is a resource for:
-
Software developers who want to understand the WebLogic Deployment API. This API adheres to the specifications described in the Jakarta EE Deployment API standard, see
https://jakarta.ee/specifications/deployment/
and extends the interfaces provided by that standard. -
Developers and Independent Software Vendors (ISVs) who want to perform deployment operations programmatically for WebLogic Server applications.
-
System architects who are evaluating WebLogic Server or considering the use of the WebLogic Deployment API.
-
Design, development, test, and pre-production phases of a software project. It does not directly address production phase administration, monitoring, or tuning application performance with the WebLogic Deployment API. The deployment API includes utilities to make software updates during production but it mirrors the functionality of the deployment tools already available.
It is assumed that the reader is familiar with Jakarta EE concepts, the Jakarta
Deployment API standard at https://jakarta.ee/specifications/deployment/
,
the Java programming language, EJBs, and web technologies.
Parent topic: Preface
Documentation Accessibility
For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program website at http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc.
Access to Oracle Support
Oracle customers that have purchased support have access to electronic support through My Oracle Support. For information, visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=info or visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=trs if you are hearing impaired.
Parent topic: Preface
Diversity and Inclusion
Oracle is fully committed to diversity and inclusion. Oracle respects and values having a diverse workforce that increases thought leadership and innovation. As part of our initiative to build a more inclusive culture that positively impacts our employees, customers, and partners, we are working to remove insensitive terms from our products and documentation. We are also mindful of the necessity to maintain compatibility with our customers' existing technologies and the need to ensure continuity of service as Oracle's offerings and industry standards evolve. Because of these technical constraints, our effort to remove insensitive terms is ongoing and will take time and external cooperation.
Parent topic: Preface
Related Documentation
For additional information about deploying applications and modules to WebLogic Server, see these documents:
-
Developing Applications for Oracle WebLogic Server describes how to deploy applications during development using the
wldeploy
Ant task, and provides information about the WebLogic Server deployment descriptor for enterprise applications. -
The WebLogic Server Java EE programming guides describe the Jakarta EE and WebLogic Server deployment descriptors used with each Jakarta EE application and module:
-
Developing JDBC Applications for Oracle WebLogic Server describes the XML deployment descriptors for JDBC application modules.
-
Developing JMS Applications for Oracle WebLogic Server describes the XML deployment descriptors for JMS application modules.
New and Changed WebLogic Server Features
For a comprehensive listing of the new WebLogic Server features introduced in this release, see What's New in Oracle WebLogic Server.
Parent topic: Preface
Conventions
The following text conventions are used in this document:
Convention | Meaning |
---|---|
boldface |
Boldface type indicates graphical user interface elements associated with an action, or terms defined in text or the glossary. |
italic |
Italic type indicates book titles, emphasis, or placeholder variables for which you supply particular values. |
|
Monospace type indicates commands within a paragraph, URLs, code in examples, text that appears on the screen, or text that you enter. |
Parent topic: Preface