Spring Documentation Sandbox
This space is a work-in-progress area for documentation related to Spring.
Purpose
A major purpose of this space is to flush out documentation for upcoming features which are not yet part of an official Spring release. Examples include planned Spring 1.1 features such as [JMS Support], JMX Support, Declarative Validation, and [OGNL Integration].
Reference Manual Integration
Once documentation for a feature has reached the level of quality we expect, and that feature has been released, the work-in-progress documentation here will be added to our published DocBook
reference manual
.
See also:
Just a fyi. There are tools that document the DTD or Schemas used by a system.
Example:
http://dtddoc.sourceforge.net/example.html
Why?
If one goal of a system is having self-documenting code, then the schemas used by that system should be very well documented and usable, ie., browsable. (Note, I'm not implying that Springs is not).
– J. Betancourt