-
Core Java
Make agents, not frameworks
Ever since their introduction, Java annotations have become an integral part of the APIs of larger application frameworks. Good examples…
Read More » -
Enterprise Java
Java EE 7 Batch Processing and World of Warcraft – Part 2
Today, I bring you the second part to my previous post about Java EE 7 Batch Processing and World of…
Read More » -
Enterprise Java
Monolithic Servers vs Microservices
Introduction At the beginning applications were simple and small due to simple requirements. With time requirements and needs grew and…
Read More » -
Enterprise Java
IDC Report on Business Value of using JBoss Fuse (with Apache Camel)
This is just a blog post that has more commercial nature, but you can’t have one without the other. In…
Read More » -
Enterprise Java
EE Servlet 3: Simple Form Processing
Form handling in web application is like bread and butter for most Web developers. It will not be much use…
Read More » -
Core Java
Thread Magic Tricks: 5 Things You Never Knew You Can Do with Java Threads
What are some of the least known facts and use cases for Java threads? Some people like mountain climbing, others do…
Read More » -
Enterprise Java
Building a HATEOAS API with JAX-RS and Spring
In my previous blog post I showed how easy Jersey can be configured with Spring Boot. My exploration on Spring…
Read More » -
DevOps
Docker orchestration using Fig
Tech Tip #65 showed how to run a Java EE 7 application using WildFly and MySQL in two separate containers. It…
Read More » -
Core Java
Java 8 Stream and Lambda Expressions – Parsing File Example
Recently I wanted to extract certain data from an output log. Here’s part of the log file: …
Read More »