1
- SPRING WEB SERVICES 1.0-M2 (September 2006 )
1
+ SPRING WEB SERVICES 1.0-M3 (Januari 2007 )
2
2
-------------------------------
3
3
http://www.springframework.org/spring-ws
4
4
http://forum.springframework.org/forumdisplay.php?f=39
@@ -14,7 +14,7 @@ XMLBeans, Castor, JiBX and XStream; and a Web service framework that resembles S
14
14
15
15
2. RELEASE INFO
16
16
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.
18
18
19
19
Release contents:
20
20
@@ -35,29 +35,33 @@ Spring-WS is released under the terms of the Apache Software License (see licens
35
35
3. DISTRIBUTION JAR FILES
36
36
37
37
The 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.
39
40
40
- * spring-oxm-1.0-m2 .jar
41
+ * spring-oxm-1.0-m3 .jar
41
42
- Contents: The Spring Object/XML Mapping framework
42
43
- Dependencies: Commons Logging, spring-beans, spring-core
43
- [Log4J, JAXB, Castor, XMLBeans, StAX, JiBX, XStream]
44
+ [Log4J, JAXB 1 , Castor, XMLBeans, StAX, JiBX, XStream]
44
45
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
46
51
- 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]
49
54
50
- * spring-ws-security-1.0-m2 .jar
55
+ * spring-ws-security-1.0-m3 .jar
51
56
- Contents: Spring-WS Security integration
52
57
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-ws-core
53
58
[Log4J, xmlsdig, xmlsec, XWS-security, Acegi]
54
59
55
- * spring-xml-1.0-m2 .jar
60
+ * spring-xml-1.0-m3 .jar
56
61
- Contents: Spring XML utility framework
57
62
- Dependencies: Commons Logging, spring-beans, spring-core
58
63
[StAX, Xalan, Jaxen]
59
64
60
- For an exact list of Spring-WS project dependencies see the respective pom.xml files.
61
65
62
66
4. WHERE TO START
63
67
@@ -66,7 +70,7 @@ This distribution contains documentation and two sample applications illustratin
66
70
A great way to get started is to review and run the sample applications, supplementing with reference manual
67
71
material as needed. You will require Maven 2, which can be downloaded from http://maven.apache.org/, for building
68
72
Spring-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 .
70
74
71
75
More information on deploying Spring-WS sample applications can be found at:
72
76
samples/readme.txt
0 commit comments