Extending the Administration Console
Introduction and Roadmap
Administration Console extensions enable you to add content to the WebLogic Server Administration Console, replace content, and change the logos, styles and colors without modifying the files that are installed with WebLogic Server. For example, you can add content that provides custom monitoring and management facilities for your applications.
The Administration Console is a Java EE Web application that uses the WebLogic Portal framework, Apache Beehive, Apache Struts, Java Server Pages (JSP), and other standard technologies to render its user interface (UI) and content. It also uses the WebLogic Portal framework to enable extensions.
The following sections describe the contents and organization of this guide—Extending the Administration Console.
- Document Scope and Audience
- Guide to this Document
- Related Documentation
- New and Changed Features in This Release
Document Scope and Audience
This document is a resource for software vendors who embed or rebrand WebLogic Server in their products, software vendors who develop security providers or other resources that extend the functionality of WebLogic Server, and Java EE application developers who want to provide custom monitoring and configuration features for their applications.
It is assumed that the reader is already familiar with using Java, JavaServer Pages, and Apache Struts or Apache Beehive to develop Java EE Web applications. This document emphasizes a hands-on approach to developing a limited but useful Administration Console extension. For information on applying Administration Console extensions to a broader set of management problems, refer to documents listed in Related Documentation.
Guide to this Document
- This chapter, Introduction and Roadmap, introduces the organization of this guide.
- Understanding Administration Console Extensions, introduces the building blocks for creating Administration Console extensions.
- Setting Up a Development Environment, describes how to set up your environment for developing Administration Console extensions.
- Creating a Message Bundle, describes how to encapsulate the text that your extension displays into properties files that can be localized.
- Rebranding the Administration Console, describes how to create a WebLogic Portal Look and Feel and deploy it as an Administration Console extension.
- Adding Portlets and Navigation Controls, describes how to add portlets that contain simple, static content to the Administration Console.
- Using Oracle Templates and JSP Tags, describes how to create an extension that uses the Administration Console's JSP templates, styles, and JSP tag library.
- Archiving and Deploying Console Extensions, describes how to deploy your extension.
Related Documentation
This section provides links to documentation that describes the technologies used by the Administration Console.
Because the Administration Console uses the WebLogic Portal® framework to render its user interface, the process of extending the Administration Console is similar to creating or editing an existing WebLogic Portal application. For information on the WebLogic Portal framework, see:
- How Do the WebLogic Portal Framework and WebLogic Portal Differ?
- User Interface Development with Look & Feel Features in Portal Development Guide.
For information on JavaServer Pages, see JavaServer Pages Technology at http://java.sun.com/products/jsp/index.jsp.
For information on Apache Struts, see The Apache Struts Web Application Framework at http://struts.apache.org/.
For information on Apache Beehive, see http://beehive.apache.org/.
New and Changed Features in This Release
For a comprehensive listing of the new WebLogic Server features introduced in this release, see “What's New in WebLogic Server” in Release Notes.