
Kubernetes & Logging When you are running services in a Kubernetes cluster they are probably writing log statements that contain all sorts of useful information you need to have look…
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.
Kubernetes & Logging When you are running services in a Kubernetes cluster they are probably writing log statements that contain all sorts of useful information you need to have look…
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,…
Dinsdag 18 maart wordt Java 8 (SE, FX en ME/Embedded) gelanceerd. Een belangrijke mijlpaal voor het Java platform die we niet ongemerkt voorbij laten gaan. Daarom organiseren we het Java 8…
Open source zoek- en analyticsmachine maakt enorme hoeveelheden informatie bereikbaar Nijmegen, 25 februari 2014 – First8, gespecialiseerd in het ontwikkelen van bedrijfskritische open source toepassingen, is door Elasticsearch, ontwikkelaar…
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…
Resteasy is the implemenation used in jboss to support the JAX-RS support. It is based on simple servlets mainly configured using annotations (even web.xml can be ommitted when using JEE)….
I’ve been using Maven for almost all projects I’ve worked on since the release of version 2.0 in 2005. Its dependency management, release plugin and “convention over configuration” approach were…