G's Blog
Monday, September 12, 2011
Replacment for Endpoint.publish when using Jersey
›
Sometimes when working with JAX-WS services it is nice to be able to test the service without having to deploy to a heavyweight server. You ...
1 comment:
Wednesday, September 7, 2011
Improvements in the WADL client generator
›
I have recently been working on bringing the useful WADL client generator as originally penned by Marc Hadley more in line with currently t...
2 comments:
Wednesday, July 13, 2011
Auttomatic XML Schema generation for Jersey WADLs
›
I have been doing a little bit of work recently on Jersey implementation and one of the precursors to this has been to try to get the WADL t...
13 comments:
Friday, July 8, 2011
Slightly tidier version of super-type tokens without anonymous inner classes
›
If you have ever used or written a fluent API eventually you have to deal with the fact that in Java generic types are erased. For example i...
4 comments:
Monday, July 4, 2011
Off-loading your test execution using Hudson
›
One of the annoyances if you have a load of tests for a particular project is that running them can tie up your machine for a while. There a...
Wednesday, June 15, 2011
Working around the need for a network connection in Spring and WebLogic SCA tooling in JDeveloper
›
Unfortunately the Spring tooling we have in JDeveloper 11.1.2 and PS5 contains a bug where it will try to access the network for a .dtd in o...
Wednesday, May 25, 2011
Jersey issue when running with ADF / Oracle XDK
›
We have discovered a late breaking bug in WLS that prevents Jersey applications from de-serializing XML and in some cases JSON documents. (S...
6 comments:
‹
›
Home
View web version