Spring REST: Springfox (Swagger)
[SpringWebServicesForFun/.git] / README.md
index 9fe3e8b..921ec04 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 SpringWebServicesForFun
 =======================
 
+SOAP
+
 Messing around with Spring Web Services
 
 mvn clean install
@@ -10,11 +12,5 @@ mvn jetty:run
 mvn clean install -Dmaven.test.skip=true
 
 
-TODO: maven-jaxb2-plugin in order to reuse generated Java code from other projects (cxf-xjc-plugin doesn't implement such feature
-without generating episodes by myself)
-TODO: custom bindings when creating Java code from wsdl.
-TODO: using Jetty instead of Tomcat
-TODO: logging Spring information
-TODO: integration tests (client and server)
 
 For debugging: export MAVEN_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y"