Enterprise Java
-
Thoughts on Quarkus
Quarkus, the new “supersonic, subatomic” Java framework is currently getting a lot of attention. The ideas behind this build and…
Read More » -
More about Spring Cache Performance
This is a follow up to our last post about Spring’s cache abstraction. As engineers, you gain valuable experience by…
Read More » -
Spring Boot – How to skip cache thyemeleaf template, js, css etc to bypass restarting the server everytime
The default template resolver registered by Spring Boot autoconfiguration for ThyemeLeaf is classpath based, meaning that it loads the templates…
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 » -
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 »