Oracle GlassFish Server 3.0.1 Troubleshooting Guide

Extensibility FAQs

How Do I Develop Add-On Components?

See the Oracle GlassFish Server 3.0.1 Add-On Component Development Guide for complete details.

How Do I Add Containers?

GlassFish Server has a highly modular architecture that enables you to add new types of containers that handle many application types, not just Java EE. GlassFish Server defines a service provider interface (SPI), which container developers implement. The GlassFish Server framework then invokes the container's implementation of the SPI to detect, deploy, and manage applications of the new type.

For more information, see Chapter 5, Adding Container Capabilities, in Oracle GlassFish Server 3.0.1 Add-On Component Development Guide.

How Do I Extend the Administration Console?

See Chapter 3, Extending the Administration Console, in Oracle GlassFish Server 3.0.1 Add-On Component Development Guide.