
In de vorige blogs gaf ik hier al tips voor gebruikers. De mythes en fouten voor ontwikkelaars kun je hier vinden. In dat deel heb ik overigens stiekem al enkele tips…
First8 staat voor vakmanschap. Al onze collega’s zijn een groot aanhanger van Open Source en in het bijzonder het Java-platform. Wij zijn gespecialiseerd in het pragmatisch ontwikkelen van bedrijfskritische Java toepassingen waarbij integratie van systemen, hoge eisen aan beveiliging en veel transacties een belangrijke rol spelen.
Specialist op het gebied van maatwerkapplicaties vanuit de Java & Open Source techniek.
In de vorige blogs gaf ik hier al tips voor gebruikers. De mythes en fouten voor ontwikkelaars kun je hier vinden. In dat deel heb ik overigens stiekem al enkele tips…
The Elastic Search REST API for searching can be quite overwhelming. There are lots of different queries you can do with multiple options and some of them even can be…
Momentarily I’m working on a project in which I had some problems with the debugger. Every time I tried to install a breakpoint I got the error message ‘cannot install…
About Payments is a platform which catalogues online payment providers and methods. It was originally build in WordPress but as the scope changed from a news site to an online…
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…
Op 18 maart organiseerde het team van First8 in samenwerking met AMIS een event rondom de lancering van Java8. En met succes! Bezoekers werden hier direct op de hoogte gebracht…
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…