From 3b5d22831311c3a368b0952265088e60cb98322f Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Fri, 16 Feb 2007 00:26:37 +0000 Subject: [PATCH] Updated site --- src/site/apt/downloads/releases.apt | 11 ++++++++++ src/site/apt/downloads/snapshots.apt | 30 ++++++++++++++++++++++++++++ src/site/apt/faq.apt | 14 ++++--------- src/site/site.xml | 4 ++++ 4 files changed, 49 insertions(+), 10 deletions(-) create mode 100644 src/site/apt/downloads/releases.apt create mode 100644 src/site/apt/downloads/snapshots.apt diff --git a/src/site/apt/downloads/releases.apt b/src/site/apt/downloads/releases.apt new file mode 100644 index 00000000..d59c545e --- /dev/null +++ b/src/site/apt/downloads/releases.apt @@ -0,0 +1,11 @@ + ----------------------------- + Spring Web Services Downloads + ----------------------------- + +Downloads + +* Get the latest Spring Web Services releases here + + * <> + + * {{{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}} diff --git a/src/site/apt/downloads/snapshots.apt b/src/site/apt/downloads/snapshots.apt new file mode 100644 index 00000000..b469ad8d --- /dev/null +++ b/src/site/apt/downloads/snapshots.apt @@ -0,0 +1,30 @@ + ----------------------------- + Spring Web Services Snapshots + ----------------------------- + +Snapshot Builds + + These builds are provided for testing and development purposes only. They are built by a Continuum process + automatically using the latest snapshot from Subversion. + + The snapshots are deloyed to a Maven2 snapshot repository. To use it, just add the following repository to the POM: + ++--------------- + + springframework.org + Springframework Maven SNAPSHOT Repository + http://static.springframework.org/maven2-snapshots/ + ++--------------- + + Individual dependencies can then by added like so: + ++--------------- + + org.springframework.ws + spring-ws-core + 1.0-m4-SNAPSHOT + ++--------------- + + Additionally, there are {{{http://static.springframework.org/maven2-snapshots/org/springframework/ws/spring-ws/1.0-m4-SNAPSHOT/}zips}} available which contain all jars. diff --git a/src/site/apt/faq.apt b/src/site/apt/faq.apt index 7652c5e5..e19f3de6 100644 --- a/src/site/apt/faq.apt +++ b/src/site/apt/faq.apt @@ -9,7 +9,7 @@ Frequently Asked Questions * Java - <> +** Does Spring-WS work under Java 1.4? Yes it does, but it requires some work. Java 1.4 is bundled with the older XML parser Crimson, which does not handle namespaces correctly. Additionally, it is bundled with an older version of Xalan, which also has problems. @@ -22,13 +22,13 @@ Frequently Asked Questions * SAAJ - <> +** What is SAAJ? SAAJ is the SOAP with Attachments API for Java. Previously, it has been part of JAXM, but it has been released as a seperate API as part of the {{{http://java.sun.com/webservices/jwsdp/index.jsp}Java Web Service Developer Pack}}, and also as part of J2EE 1.4. SAAJ is generally known as the package <<>>. - <> +** What version of SAAJ does my application server support? See below: @@ -43,13 +43,7 @@ Frequently Asked Questions Additionally, Java SE 6 includes SAAJ 1.3. - <> - -+--------------- -java.lang.NoSuchMethodError: javax.xml.soap.MessageFactory.newInstance(Ljava/lang/String;)Ljavax/xml/soap/MessageFactory; -+--------------- - - <> +** I get a <<>> Like most J2EE libraries, SAAJ consists of two parts: the API that consists of interfaces (<<>>), and the implementation (<<>>). diff --git a/src/site/site.xml b/src/site/site.xml index 6f510cbe..a839c727 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -10,6 +10,10 @@ + + + +