The ZK Blog provides useful information on ZK and all of ZK products, such as ZK Calendar, ZK Studio and ZK Mobile!
Category: Home
Layered Architecture Up and Running just in 5 minutes:: Spring Boot Part 1
This is a two-part series where I will show how to create a Layered architecture with Spring Boot….
Why does a Java class compile differently with a blank line?
I have the following Java classpublic class HelloWorld { public static void main(String []args) { }}When I compile this file and run a sha256 on the resulting class file I get
javafxports/openjdk-jfx
Mirror of the OpenJFX repository. Contribute to javafxports/openjdk-jfx development by creating an account on GitHub.
Microservices for Java Developers: Monoglot or Polyglot?
1. IntroductionAlong the previous parts of the tutorial we have talked quite a lot about the benef…
johanvos/openjdk-jfx
Mirror of the OpenJFX repository. Contribute to johanvos/openjdk-jfx development by creating an account on GitHub.
Does your software smell? Write better code with DesignateJava – JAXenter
Looking to reduce your technical debt? Designate Java detects design smells that impact your software design structure. Write stronger code and save time.
Composition in Java Simplified With New JEP Draft – DZone Java
This post demonstrates the latest additions to the JEP draft, the Concise Method Bodies (CMB), that can improve and simplify the composition of your Java code.
What’s New in Java 11: Long-term Support
This course provides an overview of the most important features in Java 11, such as the new library and language features, performance and security enhancements, and the accelerated release schedule.
Refactor Java using inheritance between subclass and superclass
I would like to refactor some code that currently consists of a superclass and two subclasses.These are my classes:public class Animal { int a; int b; int c;}public class Dog ext…
Java 8 Display all ZoneId and its UTC offset Example
In this article we will see how to display all ZoneId and its UTC offset. A ZoneId is used to identi…
Instrumenting Porcupine With Prometheus & Grafana
Adam Bien’s Porcupine library makes it easy to configure dedicated executor services that act as app…
Top 10 Java stories of September: Java 11, JavaFX 11, Oracle JDK builds vs. OpenJDK builds & more – JAXenter
Autumn is here for good! But fear not, cause it also brought with it some really big news in the Java world. Here are the most clicked news of September.
Top 5 Carrer Options for Experienced Java Developers
If you are an experienced Java programmer which has done a good amount of coding and development i.e. someone with more than 5 to 8 years o…
GitLab 11.3 arrived: Built-in Maven repositories & many more improvements for Java developers – JAXenter
GitLab 11.3 is here and it brings some major improvements for Java developers, including built-in Maven repositories, Code Owners, and epic forecasting.