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 » -

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 » -

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 » -

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 » -

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 » -

CDI events in Swing application to decouple UI and event handling
After having the pleasure of building my code around CDI for couple of years, it feels very natural to use…
Read More » -

Object-Oriented approach to Code Generation
Code Generation is a common way to reduce the unhealthy load of boring tasks often put on us eager code…
Read More » -

Skip SSL certificate verification in Spring Rest Template
How to skip SSL certificate verification while using Spring Rest Template? Configure Rest Template so it uses Http Client to…
Read More » -

Parsing Java 8 Streams Into SQL
When Java 8 was released and people began streaming over all kinds of stuff, it didn’t take long before they…
Read More »



