1- SPRING WEB SERVICES 1.0-M2 (September 2006 )
1+ SPRING WEB SERVICES 1.0-M3 (Januari 2007 )
22-------------------------------
33http://www.springframework.org/spring-ws
44http://forum.springframework.org/forumdisplay.php?f=39
@@ -14,7 +14,7 @@ XMLBeans, Castor, JiBX and XStream; and a Web service framework that resembles S
1414
15152. RELEASE INFO
1616
17- Spring-WS requires J2SE 1.4 and J2EE 1.4. J2SE 1.5 is required for building.
17+ Spring-WS requires J2SE 1.4 and J2EE 1.4. J2SE 1.5 is required for building. J2SE 1.6 is not yet supported.
1818
1919Release contents:
2020
@@ -35,29 +35,33 @@ Spring-WS is released under the terms of the Apache Software License (see licens
35353. DISTRIBUTION JAR FILES
3636
3737The following distinct jar files are included in the distribution. This list specifies the respective contents and
38- third-party dependencies. Libraries in [brackets] are optional, i.e. just necessary for certain functionality.
38+ third-party dependencies. Libraries in [brackets] are optional, i.e. just necessary for certain functionality. For an
39+ exact list of Spring-WS project dependencies see the respective Maven2 pom.xml files.
3940
40- * spring-oxm-1.0-m2 .jar
41+ * spring-oxm-1.0-m3 .jar
4142- Contents: The Spring Object/XML Mapping framework
4243- Dependencies: Commons Logging, spring-beans, spring-core
43- [Log4J, JAXB, Castor, XMLBeans, StAX, JiBX, XStream]
44+ [Log4J, JAXB 1 , Castor, XMLBeans, StAX, JiBX, XStream]
4445
45- * spring-ws-core-1.0-m2.jar
46+ * spring-oxm-1.0-m3.jar
47+ - Contents: The Spring Object/XML Mapping framework for Java 5
48+ - Dependencies: Commons Logging, spring-beans, spring-core, JAXB 2
49+
50+ * spring-ws-core-1.0-m3.jar
4651- Contents: The Spring-WS Core
47- - Dependencies: Commons Logging, spring-beans, spring-core, spring-context
48- [Log4J, spring-oxm, spring- web, spring-webmvc, SAAJ, JDOM, StAX, Servlet API, JAF, Axiom, DOM4J, XOM]
52+ - Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-oxm
53+ [Log4J, spring-web, spring-webmvc, SAAJ, JDOM, StAX, Servlet API, JAF, Axiom, DOM4J, XOM]
4954
50- * spring-ws-security-1.0-m2 .jar
55+ * spring-ws-security-1.0-m3 .jar
5156- Contents: Spring-WS Security integration
5257- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-ws-core
5358 [Log4J, xmlsdig, xmlsec, XWS-security, Acegi]
5459
55- * spring-xml-1.0-m2 .jar
60+ * spring-xml-1.0-m3 .jar
5661- Contents: Spring XML utility framework
5762- Dependencies: Commons Logging, spring-beans, spring-core
5863 [StAX, Xalan, Jaxen]
5964
60- For an exact list of Spring-WS project dependencies see the respective pom.xml files.
6165
62664. WHERE TO START
6367
@@ -66,7 +70,7 @@ This distribution contains documentation and two sample applications illustratin
6670A great way to get started is to review and run the sample applications, supplementing with reference manual
6771material as needed. You will require Maven 2, which can be downloaded from http://maven.apache.org/, for building
6872Spring-WS. To build deployable .war files for all samples, simply access the "samples" directory and
69- execute the "mvn package" command.
73+ execute the "mvn package" command, or run "mvn jetty:run" to run the samples directly in a Jetty 6 Web container .
7074
7175More information on deploying Spring-WS sample applications can be found at:
7276 samples/readme.txt
0 commit comments