We have a logo!

This commit is contained in:
Arjen Poutsma
2007-05-31 02:07:13 +00:00
parent c1ea80f2a2
commit 4d14a0bfb2
5 changed files with 41 additions and 50 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -27,9 +27,7 @@
<fo:table-row>
<fo:table-cell text-align="center">
<fo:block>
<fo:block font-family="Helvetica" font-size="24pt" padding-before="10mm">
<xsl:value-of select="bookinfo/title"/>
</fo:block>
<fo:external-graphic src="file:src/docbkx/resources/images/spring-ws-logo.png"/>
</fo:block>
<fo:block font-family="Helvetica" font-size="22pt" padding-before="10mm">
<xsl:value-of select="bookinfo/subtitle"/>
@@ -139,7 +137,7 @@
</xsl:choose>
</xsl:template>
<!--###################################################
<!--###################################################
Extensions
################################################### -->

View File

@@ -1,46 +0,0 @@
----
Home
----
What is Spring Web Services?
Spring Web Services is a product of the {{{http://www.springframework.org}Spring}} community focused on creating
document-driven Web services.
Spring Web Services aims to facilitate contract-first SOAP service development, allowing for the creation of
flexible web services using one of the many ways to manipulate XML payloads.
Key Features
* <<Makes the Best Practice an Easy Practice:>>
Spring Web Services makes enforcing best practices easier. This includes practices such as the WS-I basic profile,
Contract-First development, and having a loose coupling between contract and implementation.
* <<Powerful mappings:>>
You can distribute incoming XML request to any object, depending on message payload, SOAP Action header, or an
XPath expression.
* <<XML API support:>>
Incoming XML messages can be handled in standard JAXP APIs such as DOM, SAX, and StAX, but also JDOM, dom4j, XOM,
or even marshalling technologies.
* <<Flexible XML Marshalling:>>
The Object/XML Mapping module in the Spring Web Services distribution supports JAXB 1 and 2, Castor, XMLBeans,
JiBX, and XStream. And because it is a separate module, you can use it in non-Web services code as well.
* <<Reuses your Spring expertise:>>
Spring-WS uses Spring application contexts for all configuration, which should
help Spring developers get up-to-speed nice and quickly. Also, the architecture of Spring-WS resembles that of
Spring-MVC.
* <<Supports WS-Security:>>
WS-Security allows you to sign SOAP messages, encrypt and decrypt them, or authenticate against them.
* <<Integrates with Acegi Security:>>
The WS-Security implementation of Spring Web Services provides integration with
{{{http://acegisecurity.org/}Acegi Security}}. This means you can use your existing Acegi configuration for your
SOAP service as well.
* <<Built by Maven:>> This assists you in effectively reusing the Spring Web Services artifacts in your own
Maven-based projects.
* <<Apache license.>> You can confidently use Spring-WS in your project.

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

39
src/site/xdoc/index.xml Normal file
View File

@@ -0,0 +1,39 @@
<document>
<properties>
<title>Home</title>
</properties>
<body>
<center><img src="images/spring-ws-logo.png"/></center>
<h2>What is Spring Web Services?</h2>
<p>
Spring Web Services is a product of the <a href="http://www.springframework.org">Spring</a> community
focused on creating document-driven Web services. Spring Web Services aims to facilitate contract-first
SOAP service development, allowing for the creation of flexible web services using one of the many ways
to manipulate XML payloads.
</p>
<h2>Key Features</h2>
<ul>
<li><b>Makes the Best Practice an Easy Practice:</b> Spring Web Services makes enforcing best practices
easier. This includes practices such as the WS-I basic profile, Contract-First development, and having
a loose coupling between contract and implementation.</li>
<li><b>Powerful mappings:</b> You can distribute incoming XML request to any object, depending on message
payload, SOAP Action header, or an XPath expression. </li>
<li><b>XML API support:</b> Incoming XML messages can be handled in standard JAXP APIs such as DOM, SAX,
and StAX, but also JDOM, dom4j, XOM, or even marshalling technologies.</li>
<li><b>Flexible XML Marshalling:</b> The Object/XML Mapping module in the Spring Web Services distribution
supports JAXB 1 and 2, Castor, XMLBeans, JiBX, and XStream. And because it is a separate module,
you can use it in non-Web services code as well.</li>
<li><b>Reuses your Spring expertise:</b> Spring-WS uses Spring application contexts for all configuration,
which should help Spring developers get up-to-speed nice and quickly. Also, the architecture of
Spring-WS resembles that of Spring-MVC.</li>
<li><b>Supports WS-Security:</b> WS-Security allows you to sign SOAP messages, encrypt and decrypt them,
or authenticate against them.</li>
<li><b>Integrates with Acegi Security:</b> The WS-Security implementation of Spring Web Services provides
integration with <a href="http://acegisecurity.org/">Acegi Security</a>. This means you can use
your existing Acegi configuration for your SOAP service as well.</li>
<li><b>Built by Maven:</b> This assists you in effectively reusing the Spring Web Services artifacts
in your own Maven-based projects.</li>
<li><b>Apache license.</b> You can confidently use Spring-WS in your project.</li>
</ul>
</body>
</document>