This commit is contained in:
Arjen Poutsma
2007-06-09 22:45:00 +00:00
parent 06cc6378f9
commit e26669ea05
63 changed files with 120 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
/* Spring-specific Javadoc style sheet rules */
#overviewBody {
}
.code {
@@ -13,12 +13,12 @@
/* Vanilla Javadoc style sheet rules */
body {
font-family: Arial;
font-family: Helvetica, Arial, sans-serif;
background-color: white;
font-size: 10pt;
}
td { font-size: 10pt; font-family: Arial }/* Javadoc style sheet */
td { font-size: 10pt; font-family: Helvetica, Arial, sans-serif }/* Javadoc style sheet */
/* Define colors, fonts and other style attributes here to override the defaults */

View File

@@ -0,0 +1,23 @@
<html>
<body>
This document is the API specification for the Spring Web Services Framework
<hr/>
<div id="overviewBody">
<p>
For further API reference and developer documentation, see the
<a href="http://static.springframework.org/spring-ws/site/reference.html" target="_top">Spring
Web Services reference documentation</a>.
That documentation contains more detailed, developer-targeted
descriptions, with conceptual overviews, definitions of terms,
workarounds, and working code examples.
</p>
<p>
If you are interested in commercial training, consultancy, and
support for the Spring Web Services Framework,
<a href="http://www.interface21.com/" target="_top">Interface 21</a> provides
such commercial support.
</p>
</div>
</body>
</html>