News

Create a new Java project. Now let’s start creating a new Java application for this demo. We’ll use Maven from the command line. You can lay out a new project using the code in Listing 1.
Developing splash screens for Java applications is harder than it needs to be, until now. In this article, we will show you two ways of adding splash screens to your Java application.
Four steps towards dynamic code. Let me reveal what’s going on behind the scenes. Basically, there are four steps to make Java code dynamic: Deploy selected source code and monitor file changes ...
This post shows readers how to create an array in Java. Including: Array Lists, multidimensional arrays, maps, and more.
Sometimes, an easy first step in getting familiar with cloud-native development is to take an application that might have traditionally deployed to WebSphere, embed it instead on a lightweight, Java ...
Tomcat prerequisites. There are minimal prerequisites to install Tomcat. All you need is a version 1.8 installation of the JDK or newer with the JAVA_HOME environment set up, and optionally the JDK’s ...
Writing a Java application (see Android) that consumes a JSON API usually involves mapping the JSON objects to Java classes for use in the software. This is a tedious and repetitive task to say ...