SpringWebServicesForFun/.git
9 years agoSpring Web Services SOAP: new implementation
Gustavo Martin Morcuende [Mon, 25 May 2015 03:19:48 +0000 (05:19 +0200)]
Spring Web Services SOAP: new implementation

9 years agoNo time for comments
gu.martinm@gmail.com [Wed, 20 May 2015 21:06:14 +0000 (23:06 +0200)]
No time for comments

9 years agoTODO: I do not manage to use custom bindings when generating Java code from WSDL.
gu.martinm@gmail.com [Mon, 18 May 2015 21:07:39 +0000 (23:07 +0200)]
TODO: I do not manage to use custom bindings when generating Java code from WSDL.

9 years agoUpdates to Java 8
gu.martinm@gmail.com [Mon, 18 May 2015 21:07:08 +0000 (23:07 +0200)]
Updates to Java 8

9 years agoWith cxf-xjc-plugin and cxf-codegen-plugin we can use many other plugins.
gu.martinm@gmail.com [Mon, 18 May 2015 20:43:22 +0000 (22:43 +0200)]
With cxf-xjc-plugin and cxf-codegen-plugin we can use many other plugins.

I was using jaxb2-basics for inheritance but now I also use jaxb2-basics-annotate
which allow me to annotate classes, methods properties, etc, etc. These plugins
generate code from xsd files. We can also use custom bindings if we do not want
(or we may not) modify the xsd files but we want to generate code with those
extensions (inheritance and annotation)

9 years agoInstructions about how to compile, deploy and run Jetty server
gu.martinm@gmail.com [Mon, 18 May 2015 20:40:56 +0000 (22:40 +0200)]
Instructions about how to compile, deploy and run Jetty server

It is an old Jetty version and there are better ways of doing what
I am doing but no time right now to improve the way of building
and running on Jetty server. See for example Spring Boot.

10 years agoAvoid inheritance in XSD files with JAXB custom bindings.
gu.martinm@gmail.com [Sun, 9 Feb 2014 14:18:20 +0000 (15:18 +0100)]
Avoid inheritance in XSD files with JAXB custom bindings.

12 years agoLoads of changes.
gumartinm [Tue, 13 Nov 2012 04:11:11 +0000 (05:11 +0100)]
Loads of changes.

Client Integration Test is not working yet. :(

12 years agoMinor changes.
gumartinm [Sun, 11 Nov 2012 15:53:11 +0000 (16:53 +0100)]
Minor changes.

12 years agoA lot of changes.
gumartinm [Thu, 8 Nov 2012 01:07:25 +0000 (02:07 +0100)]
A lot of changes.

Client and server code auto generation.
Server integration tests.
Launching Jetty using a maven plugin.

12 years agoTrying to implement web services with Spring.
gumartinm [Sun, 4 Nov 2012 23:43:12 +0000 (00:43 +0100)]
Trying to implement web services with Spring.

12 years agoCustom .gitignore file for Eclipse
gumartinm [Sun, 4 Nov 2012 23:42:22 +0000 (00:42 +0100)]
Custom .gitignore file for Eclipse

12 years agoInitial commit
gumartinm [Sun, 4 Nov 2012 23:27:31 +0000 (15:27 -0800)]
Initial commit