summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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