Date: 2004-06-06T08:16:02
   Editor: 80.131.211.240 <>
   Wiki: Apache Struts Wiki
   Page: StrutsCatalogSegmentApplications
   URL: http://wiki.apache.org/struts/StrutsCatalogSegmentApplications

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -2,7 +2,7 @@
 
 Larger applications can often benefit from being organized into logical "segments" 
and using a separate set of configuration files for each segment. As of Struts 1.1. 
final, all Struts configuration files can be expressed as a comma-delimited list. 
Segments provide most of the benefits of using multiple modules '''without''' making 
it harder to share resources within the application. 
 
-The same general strategy is used for modules and segments. Each segment is given 
it's own "prefix", which acts like a namespace. The segment prefix is then made part 
of the { { { ActionMappings } } } paths and Application Resource entries. Separate 
configuration files can be used for each segment (without using modules).
+The same general strategy is used for modules and segments. Each segment is given 
it's own "prefix", which acts like a namespace. The segment prefix is then made part 
of the {{{ ActionMappings }}} paths and Application Resource entries. Separate 
configuration files can be used for each segment (without using modules).
 
 '''struts-config-segment1.xml'''
 {{{  <action path="/segment1/MyAction" ...  }}}
@@ -24,7 +24,7 @@
 
 Modules are useful when several teams are working independently, but if the 
application are being managed by a single, cooperate team, defining your own segments 
can be simplier and more effective. 
 
-{ { { For smaller applications, segments are also useful for creating a "command 
structure" format for your ActionMappings. It's been said that query strings are the 
universal command line. This is especially true of ActionMappings, which usually lead 
to some type of dynamic operation. Since ActionMappings can be named in any convenient 
manner, you can segment them after the command structure (which may also be embedded 
in the menu system). A set of mappings for a file management system might read 
"file/Save", "file/Open", and "file/Exit", regardless of how the source tree or JSP 
tree is organized. } } }
+{{{ For smaller applications, segments are also useful for creating a "command 
structure" format for your ActionMappings. It's been said that query strings are the 
universal command line. This is especially true of ActionMappings, which usually lead 
to some type of dynamic operation. Since ActionMappings can be named in any convenient 
manner, you can segment them after the command structure (which may also be embedded 
in the menu system). A set of mappings for a file management system might read 
"file/Save", "file/Open", and "file/Exit", regardless of how the source tree or JSP 
tree is organized. }}}
 
 -- TedHusted 
 ----

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to