-
Enterprise Java
Java EE Security API Moving Forward
The Java EE Security API (JSR 375) is moving forward, as summarised by Arjan Tijms here: http://arjan-tijms.omnifaces.org/p/whats-new-in-java-ee-security-api-10.html. One thing to note…
Read More » -
Enterprise Java
How To Build CRUD REST APIs With Elixir And Phoenix Quick Start
This post will show how to build a REST API with Elixir and Phoenix Framework. The focus will be providing…
Read More » -
Enterprise Java
Creating Custom SpringBoot Starter for Twitter4j
SpringBoot provides lot of starter modules to get up and running quickly. SpringBoot’s auto-configure mechanism takes care of configuring SpringBeans…
Read More » -
Software Development
Redis transactions
Redis transactions allow to group multiple commands and to execute them sequentially. The whole transactional state is isolated from other…
Read More » -
Software Development
jOOQ Tuesdays: Glenn Paulley Gives Insight into SQL’s History
Welcome to the jOOQ Tuesdays series. In this series, we’ll publish an article on the third Tuesday every other month…
Read More » -
Core Java
An Ingenious Workaround to Emulate Sum Types in Java
Before I move on with the actual article, I’d like to give credit to Daniel Dietrich, author of the awesome…
Read More » -
Software Development
Decentralized Analytics for a Complex World
In 2015, General Stan McChrystal published Team of Teams, New Rules of Engagement For a Complex World. It was the…
Read More » -
Enterprise Java
Creating JSF/CDI Maven project on Eclipse
While I was working on a JSF and CDI example, I thought it would be useful to mention the steps…
Read More » -
Enterprise Java
Insights from Stackoverflow: Most voted for Spring 4 questions
What are the most voted for Spring 4 question asked and answered on Stackoverflow? Here are the top five questions…
Read More »