Search Results for: Eclipse
-
Enterprise Java
API Gateways Are Going Through an Identity Crisis
API Gateways are going through a bit of an identity crisis these days. Are they centralized, shared resources that facilitate…
Read More » -
Core Java
Running JAXB xjc Compiler with OpenJDK 11
As described in the post “APIs To Be Removed from Java 11,” a JAXB implementation is no longer included with…
Read More » -
Enterprise Java
Native microservices with SparkJava and Graal
Microservices written with SparkJava are just plain Java code using a standard Java library. No annotation magic, just code. The…
Read More » -
Enterprise Java
Log Aggregation using ELK Stack
1. Introduction With the use of microservices, it has become easy to create stable distributed applications and get rid of…
Read More » -
Enterprise Java
How to fix invalid target release: 1.7, 1.8, 1.9, or 1.10 Error in Maven Build
If you are building your Java project using Maven, maybe in Eclipse or from the command prompt by running mvn install…
Read More » -
DevOps
Automating Docker Deployments Using Jib and Payara Micro
If you are like me, you spend most of your day developing applications. During that time, it is difficult to…
Read More » -
Enterprise Java
Understanding H2 InMemory Database with Spring Boot
Introduction Basically the database setup involves several steps before we can use it through configured datasource in our application. This…
Read More » -
Core Java
Java optional parameters
When you design a method in a Java class, some parameters may be optional for its execution. No matter it…
Read More » -
Enterprise Java
Spring Boot Actuator Tutorial
Hello Friends, In this tutorial, we will learn about Spring actuator and what all it helps us with. 1. What…
Read More »