News

Since java 9, introduced one of key feature to the java ecosystem. JPMS (java platform modules system) helps developers maintain a grouping of packages into a modules, as well as common resources such ...
This project is and example which includes all types of java modules as of Java 11. It contains examples of how to call the code in modules, how to build modular project with JDK command line tools ...
JEP 476, Module Import Declarations (Preview), was integrated into JDK 23. This preview feature proposes to enhance the Java programming language with the ability to succinctly import all of the packa ...
If you had a chance to use the Simple Logging Facade for Java in one of your Java projects, you know that it allows you, the end-user, to plug-in your choice of a logging framework like java.util ...
Modules prove to be the solution. At JavaOne 2017 it was discussed how the team turned to its tried and true method for solving difficult problems like modularity in Java.First, they identified the ...
The first thing to do is create a com.javaworld.sample.osgi.spring.contact.Contact.java class, which we’ll use to carry data from ContactDAO to the HelloWorld bundle, as shown in Listing 3.