Extensibility FAQs
■Download: Download the plugin from within Eclipse using the Download Additional Server Adapters link on the New Server Wizard. See the Downloads page for additional information (https://glassfishplugins.dev.java.net/download/index.html). If you have difficulty downloading the plugin from within Eclipse, you could be experiencing an Eclipse update center network problem. Try again at another time.
■Release Notes: https://ajax.dev.java.net/eclipse/releasenotes.html
■Documentation: https://glassfishplugins.dev.java.net/eclipse34
Extensibility FAQs
How Do I Develop Add-On Components?
See the Sun GlassFish Enterprise Server v3 Prelude
How Do I Add Containers?
Enterprise Server has a highly modular architecture that enables you to add new types of containers that handle many application types, not just Java EE. Enterprise Server defines a service provider interface (SPI), which container developers implement. The Enterprise 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 6, “Adding Container Capabilities,” in Sun GlassFish Enterprise Server v3 Prelude
Note – Web applications are the only Java EE application type supported by Enterprise Server v3 Prelude.
How Do I Extend the Administration Console?
See Chapter 3, “Extending the Administration Console,” in Sun GlassFish Enterprise Server v3 Prelude
Chapter 3 • Frequently Asked Questions | 41 |