Automatic-Module-Name: Calling All Java Library Maintainers

With the Java 9 release, developers can use the new module system to create modular applications. However, in order to modularize applications, libraries should be usable as modules as well.
Read more

Similar

Java Developer’s Guide to SSL Certificates

Overview When developing web applications, we often need to integrate with other applications using SSL.   This could be over different protocols such as HTTPS, IMAPS, or LDAPS.  In this article, we'll cover what Java developers need to know about SSL cer... (more…)

Read more »