I am writing an app (and chapter for Wrox) that relies heavily on
XDoclet.  I went through the respective .xdt files for web.xml,
struts-config.xml and validation.xml to come up with the following list
of possible merge-points.  A couple of questions:

1.  What does the "{0}" indicate in the different filenames?  Should
this be a part of the actual filename?
2. Is "actions.xml" relevant for Struts?  It is the same as
struts-actions.xml?

Thanks,

Matt

>From the README.txt in my app's merge directory:

XDoclet has a concept called "merge-points" that allows you to create
files
that will be included into the final XML artifact you are creating.
This is a
list of possible files (in merged order) that can be used as
merge-points in 
struts-resume.

web.xml
====================================
web-settings.xml
filters.xml
filter-mappings.xml
listeners.xml
servlets.xml
web-sec-rolerefs-{0}.xml
servlet-mappings.xml
mime-mappings.xml
welcomefiles.xml
error-pages.xml
taglibs.xml
web-resource-env-refs.xml
ejb-resourcerefs.xml
ejb-resourcerefs-{0}.xml
web-security.xml
web-sec-roles.xml
web-env-entries.xml
web-env-entries-{0}.xml
web-ejbrefs.xml
web-ejbrefs-{0}.xml
web-ejbrefs-local.xml
web-ejbrefs-local-{0}.xml

struts-config.xml
====================================
struts-data-sources.xml
struts-forms.xml
global-exceptions.xml
global-forwards.xml
struts-actions.xml
actions.xml
struts-controller.xml
struts-message-resources.xml
struts-plugins.xml

validation.xml
====================================
validation-global.xml




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to