Oracle GlassFish Server 3.0.1 Troubleshooting Guide

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.