Java
-
Fully working prototypes with Spring Boot and H2
We do use a lot of h2 with spring especially for unit tests. However instead of unit tests we might…
Read More » -
GWT with Spring Boot
Intro I’ve been investigating the options for writing UI code in Java recently. In my previous post I investigated Eclipse RAP and…
Read More » -
Serverless – a new way to build modern applications
Curious about serverless/function-as-a-service/cloud functions technologies, but haven’t had a chance to dig in? Wondering what all the excitement is about?…
Read More » -
Multi-Cloud Interoperability != Cloud Services Aggregation
Multi-cloud is defined as an approach that combines more than one cloud (public or private), from more than a single…
Read More » -
Java’s Future-Looking Projects: Panama, Loom, Amber, and Valhalla
The press release “Oracle Code One Java Keynote Outlines the Future of Java” describes the Java Keynote at Oracle Code…
Read More » -
Making REST Communication Easy with Feign Clients
In this example, we shall show you how to develop a simple Spring Boot Application with a Feign client for…
Read More » -
IBM to Acquire Red Hat: A Java-Oriented First Look
Oracle Corporation completed the process of acquiring Sun Microsystems nearly nine years ago. That was big news then and similarly…
Read More » -
Automate Access Control for User-Specific Entities
Practically every web application is supposed to have multiple users and each user has some data – posts, documents, messages,…
Read More » -
HTTP cache with Spring examples
Caching is a powerful feature of the HTTP protocol but for some reason, it’s mainly considered for static resources like…
Read More »