Previous Next vertical dots separating previous/next from contents/index/pdf

Struts Configuration

A Struts configuration is an XML file which is used to setup the Struts framework. A Struts configuration defines a set of elements, including action mappings, form beans, forwards, exception handlers, plug-ins and message-resources which are used at runtime to bind the Model-View and Controller layers of an application.

Struts provides the ability to define one or more configuration files and to map these files to "modules". This allows for finer-grained separation between distinct areas of an application and supports componentization. Workshop Studio and Workshop for Struts allow you to open and edit your Struts configuration files with Source and Design views and to easily visualize the navigation flow of your application.

Related concepts

Struts
Web Applications

Related tasks

Adding global and local forwards
Adding global and local exceptions
Navigating with the Struts outline view

Related reference

Struts Configuration Editor
Struts Config DTD Documentation

 

Skip navigation bar   Back to Top