News

Open source licenses Each of the open source Java projects covered in this series is subject to a license, which you should understand before integrating the project with your own projects.
Project Harmony aims to create version of Java desktop software with an open-source license--something Sun has resisted in the past.
This low-level Java API acts as a bridge to the underlying platform’s OpenGL technology. In this installment of the Open source Java projects series, Jeff Friesen introduces JOGL.
The Java Platform provides the most commonly used data structures in the form of the Collections Framework, and it provides a rich API to operate on them. This article explains the concepts behind ...
Security has been somewhat of an afterthought as part of the Java EE development environment. Developers have either had to implement security at the server level or use a third-party framework. This ...
Identifying individual components When creating cloud-native Java applications, the software architect should be looking for ways to break down a traditionally built application into smaller, loosely ...