-
Software Development
Load-Testing Guidelines
Load-testing is not trivial. It’s often not just about downloading JMeter or Gatling, recording some scenarios and then running them.…
Read More » -
DevOps
Continuous Delivery with Docker, Jenkins, JBoss Fuse and OpenShift PaaS
I recently put together an end-to-end demo showing step-by-step how to set up a Continuous Delivery pipeline to help automate…
Read More » -
Core Java
5 Error Tracking Tools Java Developers Should Know
Raygun, Stack Hunter, Sentry, Takipi and Airbrake: Modern developer tools to help you crush bugs before bugs crush your app! …
Read More » -
Core Java
3 Examples of Parsing HTML File in Java using Jsoup
HTML is the core of the web, all the pages you see on the internet are based on HTML, whether…
Read More » -
Software Development
Solving ORM – Keep the O, Drop the R, no need for the M
ORM has a simple, production-ready solution hiding in plain sight in the Java world. Let’s go through it in this…
Read More » -
Enterprise Java
WildFly 9 – Don’t cha wish your console was hawt like this!
Everybody heard the news probably. The first WildFly 9.0.0.Alpha1 release came out Monday. You can download it from the wildfly.org…
Read More » -
Core Java
lambdas and side effects
Overview Java 8 has added features such as lambdas and type inference. This makes the language less verbose and cleaner,…
Read More » -
Desktop Java
How to Safely Use SWT’s Display asyncExec
Most user interface (UI) toolkits are single-threaded and SWT is no exception. This means that UI objects must be accessed…
Read More »