JavaScript is the most popular language among developers. This is according to the fifth annual Developer Ecosystem Survey conducted by JetBrains with responses from 31,743 developers from 183 different countries. This finding is consistent with last year’s report, which found JavaScript to be the most widely used language. The purpose of the survey is to … continue reading
Microsoft is providing insights into what it has planned for Java in Visual Studio Code through the end of 2021. One area of focus will be on improving the fundamental development experience, which includes investing in better code completion and navigation, package import, compiling, debugging, and testing. The company is also planning to improve how … continue reading
Previous reports of the Java community found that developers were still mainly using Java 8 and didn’t adopt newer versions, but according to Snyk’s JVM Ecosystem Report 2021, that is starting to change. This year, 61.5% of respondents are using Java 11 somewhere in production, and almost 12% are using the latest release, which was … continue reading
GitHub announced new beta features within GitHub issues to connect planning directly to the work teams are doing and to flexibly adapt to their needs whether that’s through project tables that are built like spreadsheets, custom fields, a keyboard-driven command palette, improved task lists and issue forms. “Often, we find ourselves creating a spreadsheet or … continue reading
Microsoft announced the first preview release of Visual Studio 2022, which the company aims to use to test and tune the scalability of the new 64-bit platform. The Visual Studio 2022 previews can be installed side-by-side with earlier versions of Visual Studio, which are available in all three editions (Community, Pro, and Enterprise), and are … continue reading
The Eclipse Foundation has announced it launched a working group for Eclipse IDE. The Eclipse IDE Working Group will work to ensure the “continued evolution, adoption, and sustainability of the Eclipse IDE suite of products, related technologies, and ecosystem,” according to the Eclipse Foundation. The Eclipse IDE Working Group will offer governance, guidance, and funding … continue reading
The Jakarta EE Working Group has announced that Jakarta EE 9.1 is now available. According to the Working Group, this release is significant because it makes Jakarta EE compatible with Java SE 11. Jakarta EE 9.1 already has five compatible implementations from leaders in the Java ecosystem: IBM Open Liberty, Eclipse Glassfish, Apache TomEE, Red … continue reading
The Java low-code platform provider WaveMaker has announced version 10.7 of its solution. The latest release features better support for working in branches. According to the company, working in branches enables a standard software development life cycle workflow by ensuring fixes are made without stalling team progress. The 10.7 release includes branching support for hotfixes … continue reading
Version 3 of the Scala programming language includes the latest research in type theory and many new features such as new “quiet” syntax for control structures like ‘if’, ‘while’, and ‘for’; optional braces for an indentation sensitive style of programming ;and much more. The Scala programming language combines object-oriented and functional programming in one concise, … continue reading
The first major Kotlin release of 2021 is now here. Kotlin 1.5 adds JVM records, sealed interfaces, inline classes, and the new JVM IR compiler. JVM records are classes that carry a fixed set of values. Kotlin developers can now use a Kotlin class as a record in Java by making it a data class … continue reading
A recent Spring Framework User Survey of Java developers found that Spring/Spring Boot users rate their code higher in quality, maintainability and test coverage that non-Spring users. The survey of 450 Java developers also found that Spring users spend 25% of their time on tests, while non-Spring users spend 20% of their time on tests. … continue reading
JetBrains has announced the public launch of Code With Me as a part of the IntelliJ IDEA 2021.1 release. Code With Me is a collaborative development platform designed to enable users to share projects in their IDE and work on it with others in real time. It also includes smart context-based code autocompletion, navigation between … continue reading