Java developers absolutely must learn Maven. Maven is the most popular and pervasive build tool in the Java world. Even if you don't use Maven directly, alternatives such as Gradle, Jenkins or Ivy ...
The problem is, where do you start? This is not an easy answer for most new programmers, which is why we’ve decided to write an article about it. We are going to list five projects any amateur ...
If you’re planning to develop a game engine or other Java software that needs 3D graphics, consider using Java Binding for OpenGL (JOGL). This low-level Java API acts as a bridge to the underlying ...