Best of JavaJuly 2022

  1. 1
    Article
    Avatar of javaworldJava World·4y

    7 reasons Java is still great

    The Java Community Process (JCP) is a venue for contribution and conflict resolution among people who care deeply about Java technology. Like JavaScript, Java evolved in tandem with the coding community as the web gained traction. Spring is perhaps the standard to which other meta-frameworks might aspire.

  2. 2
    Article
    Avatar of jetbrainsJetBrains·4y

    IntelliJ IDEA 2022.2 Is Out!

    IntelliJ IDEA 2022.2 is available, bringing a range of noteworthy upgrades and refinements to the IDE. This new version includes multiple quality improvements to the remote development Beta, making its functionality sleeker and more stable to work with. You can download the new version from our website, update directly from the IDE, update via IntelliJIDEA 2022. The new version also supports the features introduced in Kotlin 1.

  3. 3
    Article
    Avatar of smashingSmashing Magazine·4y

    Using Nothing But Docker For Projects — Smashing Magazine

    Using only Docker to build and run applications and commands removes the need for previous knowledge in some tool or programming language. This way, you can run any Maven and Java commands without having to install Java or Maven. Using Docker for Running The Application’s Dockerfile is where this article starts. The book is a practical guide to optimizing and delivering high-quality images.