Java
-
Polymorphic Input/Output Data
When developing any kind of code interface, whether it is an elegant object oriented package or one of those ugly…
Read More » -
Eliminating Null Pointer Exceptions from your Java Applications
This post is a brief introduction to one of the most useful yet “un-glamorous” features of Java 8. Programmers have…
Read More » -
Hot-deploying Java Enterprise with WAD & Docker
I’ve recorded a video how to minimize the development turnaround times with Watch and Deploy (WAD) by Adam Bien and…
Read More » -
Build Spring Microservices and Dockerize Them for Production
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
What’s new in CUBA 7
Three years ago we announced the second publicly available major version of the framework. CUBA 6 was the game changing version –…
Read More » -
Building Java 6-8 Libraries for JPMS in Gradle
Find out how to use Gradle to build Java 6-8 libraries that support JPMS (Java Platform Module System) by providing…
Read More » -
Java 12: Mapping with Switch Expressions
In this article, we will be looking at the new Java 12 feature “Switch Expressions” and how it can be…
Read More » -
How to Create a Java Web Framework from Scratch, the Right Object-Oriented Way
How do you design a web application in Java? You install Spring, read the manual, create controllers, create some views,…
Read More » -
Are you ready to see GraphQL in action?
In last article we have discussed about GraphQL advantages over REST. In this article we will see GraphQL in action.…
Read More »