NAS breakdown – how to recover the data for free?
A while back, my Synology NAS 2415+ broke down after 6 years of trusted service. • Diagnosis: faulty motherboard. • Original price: € 980,00. • Motherboard replacement: € 680,00. • Conclusion: not worth repairing. • Solution: time for a serious upgrade. After looking around and…
Sorting XML with Groovy
Manipulating the Order of Elements in a JMeter Response When testing a SOAP webservice, one of the things you want to test is what you’re getting back from the server. Do the elements in the response match the expectations? When testing your backend services with…
Multipart FileUpload – Handling File Upload in JMeter
A while back, I wrote a blog about the breaking changes between JAX-RS 1.1 and JAX-RS 2.0 with regards to multipart fileupload. In it, I discussed a generic solution that both works for JAX-RS 1.1 and JAX-RS 2.0. In this blog I like to take…
Multipart FileUpload – breaking changes between JAX-RS 1.1 and JAX-RS 2.0: now what?
For a project, we had to migrate from WebSphere 8.5 with Java EE 6 to Liberty with Java EE 7. With these kinds of migrations, you tend to run into some trouble, where things no longer work as you expect. Now, as a part of…
Hallo IOA, het nieuwe inningssysteem van de Belastingdienst
Vanaf begin 2016 is er binnen de afdeling invordering bij de Belastingdienst gebouwd aan een nieuw inningssysteem, genaamd Innen op Aangifte (IOA). Sinds juli 2016 werk ik vanuit Craftsmen op locatie bij de Belastingdienst en help ik mee aan de bouw van deze nieuwe applicatie….
14 go Code One – Highlights
In October the first Oracle Code One event, previously also known as JavaOne, was held in San Francisco. This year it was a bigger event than ever before, since it became a conference for all developers not only for Java developers. Or, as Oracle likes…
Application monitoring with Graphite: an example how to integrate Dropwizard Metrics in a Spring Boot application
Introduction For a Java Spring Boot project I was working on a while ago I had to build in some application monitoring for measuring the number of requests on REST endpoints and also for monitoring JVM and OS metrics. These metrics needed to be…