Date: 2004-06-06T08:18:01 Editor: 80.131.211.240 <> Wiki: Apache Struts Wiki Page: StrutsCatalogSegmentApplications URL: http://wiki.apache.org/struts/StrutsCatalogSegmentApplications
no comment Change Log: ------------------------------------------------------------------------------ @@ -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]