Skip Headers
Oracle GlassFish Server Add-On Component Development Guide
Release 3.1.2
Part Number E24927-01
Home
Book List
Contents
Contact Us
Previous
Next
View PDF
List of Examples
2-1 Example Implementation of PostContruct and PreDestroy
2-2 Example of Instantiation Cascading
2-3 Example of the Optional Elements of the @Service Annotation
2-4 Example of the Maven Plug-In Configuration
2-5 Example of META-INF/services File Generation
3-1 Example ConsoleProvider Implementation
3-2 Example Tree Node Integration Point
3-3 Example JavaServer Faces Page for a Tree Node
3-4 Example Tab Integration Point
3-5 Example Tab Set Integration Points
3-6 Example JavaServer Faces Page for a Tab
3-7 Example Task Integration Point
3-8 Example JavaServer Faces Page for a Task
3-9 Example Task Group Integration Point
3-10 Example JavaServer Faces Page for a Task Group
3-11 Example Resources Page Implementation Point
3-12 Example JavaServer Faces Page for a Resource Page Item
3-13 Example JavaServer Faces Page for a Property Sheet
3-14 Example Custom Theme Integration Point
3-15 Example of Branding Integration Points
4-1 Adding an asadmin Subcommand
4-2 Adding Parameters to an asadmin Subcommand
4-3 Adding Message Strings to an asadmin Subcommand
4-4 BrandingVersion.properties File for Changing the Brand in the GlassFish Server CLI
4-5 asadmin Subcommand With Empty execute Method
4-6 asadmin Subcommand for Retrieving and Displaying Information
4-7 asadmin Subcommand for Updating Configuration Data
5-1 Defining an Event Provider by Writing a Java Class
5-2 Defining an Event Provider by Writing an XML Fragment
5-3 Manifest Entry for Event Providers That Are Defined as Java Classes
5-4 Sending an Event
5-5 Representing a Component's Statistics in an Event Listener Class
5-6 Subscribing to Events From Event Provider Classes
5-7 Registering an Event Listener
5-8 Event Provider Class
5-9 Bootstrap Class
5-10 Listener Class
5-11 MBean Interface
5-12 MBean Implementation
6-1 Declaration of an Interface That Defines an Element
6-2 Defining an Attribute of an Element
6-3 Declaring an Interface to Represent a Subelement
6-4 Identifying a Subelement to its Parent Element
6-5 Specifying a Range of Valid Values for an Integer
6-6 Specifying Regular Expression Matching
6-7 XML Data Fragment
6-8 Writing a Component's Initial Configuration Data to the domain.xml File
6-9 domain.xml File After Initialization
6-10 Creating a Transaction to Update Configuration Data
6-11 Parent Element Definition
6-12 Subelement Definition
6-13 XML Data Fragment for Initializing the greeter-container-config Element
7-1 Example Implementation of Container
7-2 Example Implementation of Deployer
7-3 Annotation to Denote a Container's Component
7-4 Application Container Class
7-5 Container Class
7-6 Deployer Class
7-7 Sniffer Class
7-8 Container Client Class
7-9 Component for Container Client
7-10 Deployment Descriptor for Container Client
8-1 Implementing PersistenceStrategyBuilder With a Custom Web Session Manager
8-2 Session Manager Configuration in the glassfish-web.xml File