By default, the Dynamo Component Browser displays a component by listing its contained children and the values of the component’s properties. You might want to customize a component’s administrative interface, for example to show more information about a service. To do this, override the methods in the default administrative servlet, atg.nucleus.ServiceAdminServlet. The Scheduler service, for example, extends the standard administration servlet to show information about all the tasks the scheduler is running. To see a list of these tasks, go to the following URL:

http://hostname:port/dyn/admin/nucleus/atg/dynamo/service/Scheduler

To customize an administrative interface, create a subclass of atg.nucleus.ServiceAdminServlet. For more information, see the Nucleus: Organizing JavaBean Components chapter of the ATG Programming Guide.

 
loading table of contents...