Enterprise Java
-
Java EE 8 MVC: Working with query parameters
In the previous post about the new Java EE MVC Framework we had a detailed look on Controllers. In this…
Read More » -
A Refresher – Top 5 Java EE 7 Frontend
The series continues. After the initial overview and Arjan’s post about the most important backend features, I am now very…
Read More » -
Pimp your config with configuration meta-data in Spring Boot
There were many updates released in the Spring Boot 1.3.0 but one of them stood out to me because I…
Read More » -
Container Object pattern. A new pattern for your tests.
If you search for a description of what Page Object is, you’ll find that The Page Object Pattern gives us…
Read More » -
WildFly Swarm – Deploying Java EE Applications As Standalone Jars
WildFly Swarm provides an easy solution for deploying Java EE applications as a standalone Jar file. This makes it very…
Read More » -
How to mock Spring bean (version 2)
About a year ago, I wrote a blog post how to mock Spring Bean. Patterns described there were little bit…
Read More » -
Spring Cloud AWS with proxy settings
In my previous article, Spring and Amazon Web Services, I provided a brief introduction to Spring Cloud AWS module and…
Read More » -
What Will You Do in 2016? Apache Spark, Kafka, Drill and More
Let’s have some fun. It’s the start of a new year — we’re on the threshold of something new —…
Read More » -
A Curious Incidence of a jOOQ API Design Flaw
jOOQ is an internal domain-specific language (DSL), modelling the SQL language (external DSL) in Java (the host language). The main…
Read More »