summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Gustavo Martin Morcuende [Sun, 31 May 2015 23:04:48 +0000 (01:04 +0200)]
web-services-spring-globalxsds: global project for sharing autogenerated java classes among different projects
Gustavo Martin Morcuende [Sun, 31 May 2015 11:26:30 +0000 (13:26 +0200)]
Merge branch 'master' of https://github.com/gumartinm/SpringWebServicesForFun
Gustavo Martin Morcuende [Sun, 31 May 2015 11:10:13 +0000 (13:10 +0200)]
Custom xs:dateTime binder
Gustavo Martin Morcuende [Sun, 31 May 2015 11:10:13 +0000 (13:10 +0200)]
Custom xs:dateTime binder
Gustavo Martin Morcuende [Sun, 31 May 2015 11:08:19 +0000 (13:08 +0200)]
cxf-xjc-dv: update version from 2.3.0 to 3.0.3
Gustavo Martin Morcuende [Mon, 25 May 2015 03:19:48 +0000 (05:19 +0200)]
Spring Web Services SOAP: new implementation
gu.martinm@gmail.com [Wed, 20 May 2015 21:06:14 +0000 (23:06 +0200)]
No time for comments
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.
gu.martinm@gmail.com [Mon, 18 May 2015 21:07:08 +0000 (23:07 +0200)]
Updates to Java 8
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)
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.
gu.martinm@gmail.com [Sun, 9 Feb 2014 14:18:20 +0000 (15:18 +0100)]
Avoid inheritance in XSD files with JAXB custom bindings.
gumartinm [Tue, 13 Nov 2012 04:11:11 +0000 (05:11 +0100)]
Loads of changes.
Client Integration Test is not working yet. :(
gumartinm [Sun, 11 Nov 2012 15:53:11 +0000 (16:53 +0100)]
Minor 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.
gumartinm [Sun, 4 Nov 2012 23:43:12 +0000 (00:43 +0100)]
Trying to implement web services with Spring.
gumartinm [Sun, 4 Nov 2012 23:42:22 +0000 (00:42 +0100)]
Custom .gitignore file for Eclipse
gumartinm [Sun, 4 Nov 2012 23:27:31 +0000 (15:27 -0800)]
Initial commit