
Importing Maven projects into Eclipse when using SVN as the revision control system is often a two step process. While it is one of the fastest ways to import the…
Importing Maven projects into Eclipse when using SVN as the revision control system is often a two step process. While it is one of the fastest ways to import the…
For a project I wanted to add strict HTML 5 syntax checking. It is not something that is easy to do in the build since in general it requires the…
Java 8 (SE, FX and ME/Embedded) has been released. This major release brings us the most spectecular changes to the Java language since Java 5. Lambda expressions have been added…
Some time ago we encountered a (Hotspot) JVM crash in our JBOSS 7 application. This happened after being operational for a while. A JVM crash is always serious, but the…
Asserting exceptions in unit tests is often forgotten or thought of as not useful. However a (very) crucial part of the flow of an application is contained in the bad…
Just a quick note: in a few hours there will be a live stream of the IETF on ‘Bitcoin and Internet Payment Systems‘ which can be viewed here. On Monday,…
About CDN’s Content delivery networks (CDN) are useful for a number of things. They can lower latency for your website, increase your scalability by handling most of your static content…
What is Codenvy exactly? Well, their website states: Codenvy is a cloud environment for coding, building, and debugging apps. Basically, it’s an IDE in the cloud (“IDE as a…
Mocking frameworks have become crucial in the area of junit testing. Generally mocking frameworks have a hard time mocking static or final methods. You should setup your architecture in such…
If you are doing SOAP with Java, you probably are using the JAX-WS standard. One implementation of it, the reference implementation, is JAX-WS RI (duh). One of its features is…