Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification.
The following page has been changed by TorstenEberl: http://wiki.apache.org/struts/StrutsPlugins The comment on the change is: Corrected URLs within the links. ------------------------------------------------------------------------------ == Struts PlugIn == The Struts !PlugIn provides implementation points for the application ''startup'' and ''shutdown'' phases. Struts was developed in a Servlet 2.2 environment which provided no such equivalent mechanism. - * {1} [http://struts.apache.org/userGuide/building_controller.html#plugin_classes User Guide: PlugIn Classes] + * {1} [http://struts.apache.org/struts-doc-1.2.x/userGuide/building_controller.html#plugin_classes User Guide: PlugIn Classes] - * {2} [http://struts.apache.org/userGuide/configuration.html#plugin_config User Guide: PlugIn Config] + * {2} [http://struts.apache.org/struts-doc-1.2.x/userGuide/configuration.html#plugin_config User Guide: PlugIn Config] - * {3} [http://struts.apache.org/api/org/apache/struts/action/PlugIn.html PlugIn JavaDoc] + * {3} [http://struts.apache.org/struts-core/apidocs/org/apache/struts/action/PlugIn.html PlugIn JavaDoc] == PlugIn or ServletContextListener? == In a Servlet 2.2 environment then the only choice is a !PlugIn (or using a ''Startup'' Servlet). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]