Now using maven spring site plugin
This commit is contained in:
@@ -9,3 +9,7 @@ Downloads
|
||||
* <<Spring-WS 1.0 M3 is the current development release>>
|
||||
|
||||
* {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=481055}Downloads}} | {{{http://static.springframework.org/spring-ws/docs/1.0-m3/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=34044}Announcement}}
|
||||
|
||||
* <<Spring-WS 1.0 M4 is the upcoming development release>>
|
||||
|
||||
* {{{snapshots.html}Download nighly snapshots}}
|
||||
|
||||
@@ -2,7 +2,9 @@
|
||||
Resources
|
||||
---------
|
||||
|
||||
SOAP Reference
|
||||
Resources
|
||||
|
||||
* SOAP Reference
|
||||
|
||||
Below are some resources which help you understand SOAP in general. These are not tied to Spring-WS.
|
||||
|
||||
@@ -19,7 +21,7 @@ SOAP Reference
|
||||
|
||||
* {{{http://www.amazon.com/gp/product/0131488740}Web Services Platform Architecture}} is a good book on SOAP, WSDL, and all current and upcoming WS-* specifications
|
||||
|
||||
XSD Reference
|
||||
* XSD Reference
|
||||
|
||||
Below are some resources which help you understand XSD schemas in general. These are not tied to Spring-WS.
|
||||
|
||||
@@ -32,7 +34,7 @@ XSD Reference
|
||||
|
||||
* {{{http://www.amazon.com/gp/product/0201740958}Essential XML Quick Reference}}, a good reference on XML, XPath, XSL, XSD, and more
|
||||
|
||||
WSDL Reference
|
||||
* WSDL Reference
|
||||
|
||||
Below are some resources which help you understand WSDL in general. These are not tied to Spring-WS.
|
||||
|
||||
@@ -45,7 +47,7 @@ WSDL Reference
|
||||
|
||||
* {{{http://www.amazon.com/gp/product/0131488740}Web Services Platform Architecture}} is a good book on SOAP, WSDL, and all current and upcoming WS-* specifications
|
||||
|
||||
WS-Security Reference
|
||||
* WS-Security Reference
|
||||
|
||||
Below are some resources which help you understand WS-Security in general. These are not tied to Spring-WS.
|
||||
|
||||
|
||||
@@ -1,166 +0,0 @@
|
||||
body {
|
||||
font-size: 0.85em;
|
||||
line-height: 1.3;
|
||||
margin: 0.5em 0pt 0.5em 0pt;
|
||||
padding: 0pt;
|
||||
}
|
||||
body, p, td, li, ul, ol {
|
||||
font-family: Verdana,Helvetica,Arial,sans-serif;
|
||||
}
|
||||
code{
|
||||
font-family: Courier, monospace;
|
||||
font-size: 13px;
|
||||
}
|
||||
.section {
|
||||
padding: 0;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
a:link {
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
color: rgb(58, 129, 108);
|
||||
}
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
color: #62a2a6;
|
||||
}
|
||||
a:hover {
|
||||
font-weight: bold;
|
||||
color: rgb(123, 180, 1);
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:active {
|
||||
font-weight: bold;
|
||||
color: #7BB401;
|
||||
text-decoration: underline;
|
||||
}
|
||||
#legend li.externalLink {
|
||||
background: url(../images/external.png) left top no-repeat;
|
||||
padding-left: 18px;
|
||||
}
|
||||
a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
|
||||
background: url(../images/external.png) right center no-repeat;
|
||||
padding-right: 18px;
|
||||
}
|
||||
#legend li.newWindow {
|
||||
background: url(../images/newwindow.png) left top no-repeat;
|
||||
padding-left: 18px;
|
||||
}
|
||||
a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
|
||||
background: url(../images/newwindow.png) right center no-repeat;
|
||||
padding-right: 18px;
|
||||
}
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif
|
||||
margin: 0;
|
||||
}
|
||||
h2 {
|
||||
color: #658a16;
|
||||
font-size: 1.2em;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
background-color: #FFF;
|
||||
}
|
||||
h3 {
|
||||
padding: 2px 5px;
|
||||
color: #5F6C30;
|
||||
font-size: 1.2em;
|
||||
background-color: #E5EEC4;
|
||||
border: 1px solid #CDDE8E;
|
||||
}
|
||||
h4 {
|
||||
color: #af9d6f;
|
||||
font-size: 1.1em;
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
border-right-width: 0;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: dotted;
|
||||
border-bottom-color: #af9d6f;
|
||||
}
|
||||
h5 {
|
||||
color: #96c6f6;
|
||||
font-size: .8em;
|
||||
}
|
||||
p {
|
||||
margin: 0 0 1.3em 0;
|
||||
padding: 0;
|
||||
}
|
||||
#breadcrumbs {
|
||||
border-top: 1px solid #aaa;
|
||||
border-bottom: 1px solid #aaa;
|
||||
background-color: rgb(186, 206, 135);
|
||||
}
|
||||
#breadcrumbs a {
|
||||
color: rgb(0, 0, 0);
|
||||
}
|
||||
#leftColumn {
|
||||
font-size: 0.75em;
|
||||
padding: 10px 5px #999 5px;
|
||||
margin: 10px 0 0 5px;
|
||||
border: 1px solid rgb(67, 67, 32);
|
||||
background-color: rgb(226, 243, 184);
|
||||
}
|
||||
#navcolumn h5 {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
border-bottom: 1px solid rgb(171, 186, 117);
|
||||
padding: 5px 0px 0px 1px;
|
||||
margin-bottom: 0.25em;
|
||||
color: rgb(101, 138, 22);
|
||||
}
|
||||
#navcolumn li a:hover {
|
||||
color: rgb(27, 138, 135);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
table.bodyTable tr th {
|
||||
text-align: center;
|
||||
background: #69c;
|
||||
color: #fff;
|
||||
font-size: 0.75em;
|
||||
border-bottom: 1px solid #aaa;
|
||||
}
|
||||
table.bodyTable table tr th a {
|
||||
color: #fff;
|
||||
text-decoration: underline;
|
||||
}
|
||||
table.bodyTable table tr th img {
|
||||
margin: 0;
|
||||
}
|
||||
.source {
|
||||
border: 1px solid #999;
|
||||
}
|
||||
dl {
|
||||
padding: 4px 4px 4px 6px;
|
||||
border: 1px solid #aaa;
|
||||
background-color: #ffc;
|
||||
}
|
||||
dt {
|
||||
color: #900;
|
||||
}
|
||||
#organizationLogo img, #projectLogo img, #projectLogo span{
|
||||
margin: 8px;
|
||||
}
|
||||
#banner {
|
||||
border-bottom: 1px solid #fff;
|
||||
}
|
||||
.errormark, .warningmark, .donemark, .infomark {
|
||||
background: url(../images/icon_error_sml.gif) no-repeat;
|
||||
}
|
||||
|
||||
.warningmark {
|
||||
background-image: url(../images/icon_warning_sml.gif);
|
||||
}
|
||||
|
||||
.donemark {
|
||||
background-image: url(../images/icon_success_sml.gif);
|
||||
}
|
||||
|
||||
.infomark {
|
||||
background-image: url(../images/icon_info_sml.gif);
|
||||
}
|
||||
|
||||
@@ -1,14 +1,22 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<project name="Spring Web Services">
|
||||
<skin>
|
||||
<groupId>org.springframework.maven.skins</groupId>
|
||||
<artifactId>maven-spring-skin</artifactId>
|
||||
<version>1.0</version>
|
||||
</skin>
|
||||
<bannerLeft>
|
||||
<name>Spring Web Services</name>
|
||||
<src>http://www.springframework.org/files/xdev-spring_logo.jpg</src>
|
||||
<href>http://www.springframework.org/spring-ws</href>
|
||||
</bannerLeft>
|
||||
|
||||
<bannerRight>
|
||||
<src>http://www.springframework.org/files/banners/i21-banner-stamped.jpg</src>
|
||||
<href>http://www.springframework.com/</href>
|
||||
</bannerRight>
|
||||
<body>
|
||||
<links>
|
||||
<item name="Spring Framework" href="http://www.springframework.org/" />
|
||||
<item name="Spring Web Services" href="http://www.springframework.org/spring-ws/" />
|
||||
<item name="Spring Framework" href="http://www.springframework.org/"/>
|
||||
<item name="Spring Web Services" href="http://www.springframework.org/spring-ws/"/>
|
||||
</links>
|
||||
<menu name="Downloads">
|
||||
<item name="Releases" href="downloads/releases.html"/>
|
||||
@@ -24,10 +32,6 @@
|
||||
<item name="Support Forums" href="http://forum.springframework.org/forumdisplay.php?f=39"/>
|
||||
<item name="JIRA" href="http://opensource.atlassian.com/projects/spring/browse/SWS"/>
|
||||
</menu>
|
||||
${modules}
|
||||
${reports}
|
||||
<menu ref="reports" />
|
||||
</body>
|
||||
|
||||
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user