Microsoft announced that it is acquiring jClarity to support their continued contributions to open source while driving increased performance for Java workloads on Azure. jClarity is a leading contributor for AdoptOpenJDK, an open-source OpenJDK binaries project. “The jClarity team are JVM experts who have helped their customers optimize their Java applications while also providing leadership … continue reading
Many developers turn to Stack Overflow to ask questions, share programming knowledge and learn from others, but the amount of information available on the online community can be overwhelming. To tackle this, a group of researchers have developed the Crowd Knowledge Answer Generator (CROKAGE), a new solution designed to help developers easily find relevant information … continue reading
JetBrains has released a major update to its Java IDE. IntelliJ IDEA 2019.2 is getting ready for the September release of Java 13 with support for Switch Expressions preview feature and its new syntax and the Text Blocks preview feature. RELATED CONTENT: JDK 13 reaches Rampdown Phase One New report shows shakeup amongst top programming … continue reading
JDK 13 has entered Rampdown Phase One, signaling that the new version of Java is just weeks away based on the timeline of previous iterations. The overall feature set is now frozen so further JEPs will be targeted toward the next release. RELATED CONTENT: The rise of Kotlin Here is what you can expect from … continue reading
A new survey has been released looking at the state of CSS in 2019. “While JavaScript isn’t going anywhere, it also seems certain that CSS is not going to be replaced anytime soon. And the more powerful CSS becomes, the more valuable mastering it will be,” the report stated. The report looked at CSS features, … continue reading
JavaScript and Java continue to dominate the software development world as the top programming languages, but newly released reports indicate the times are changing. JetBrains released its State of Developer Ecosystem 2019 report, which found while Java is still the most popular primary language and JavaScript is the most used overall, Python is gaining speed. … continue reading
Java’s reign as the top programming language is in jeopardy as Python has been steadily rising the chats. In TIOBE’s latest top programming language Index Python has surpassed C++ and is now in the top three programming languages. Java still holds the top spot while C is in second place. According to TIOBE, if Python … continue reading
New programming languages are created every year, but seldom do they gain the attention of developers like JetBrains’ Kotlin has over the last couple of years. Kotlin is a general-purpose, statically typed programming language designed for the Java Virtual Machine, Android, browsers and native solutions. It was created by JetBrains’ language designer Andrey Breslav and … continue reading
Cockroach Labs added enterprise-grade features to the newly released 19.1 version of CockroachDB, a cloud-native, geo-distributed SQL database. The new version tackles legacy database struggles with transitioning high-value workloads to a globally distributed environment in the cloud. The features include Change Data Capture (CDC) integration with Kafka for analyzing and visualizing data changes, deeper conformance … continue reading
Oracle has released the latest version of Java, which is the first of two major releases for the programming language this year. According to Oracle, Java 12 will receive at least two more updates before Java 13 is released in September. Related content: Java 12 to be released next month New features in Java 12 … continue reading
The latest version of Java is expected to be released on March 19, after having been in its Release-Candidate Phase since February 7. The following is a list of features that will be added or changed in Java 12: Shenandoah: A Low-Pause-Time Garbage Collector (GC): Shenandoah will reduce GC pause times by running evacuation work … continue reading
The Java expert community has submitted the maintenance review for JCache 1.1.1, a standard caching API for Java. JCache provides a standard way for Java programs to create, access, update, and remove entries from caches, the specification documentation states. JCache has seen 13 implementations in its four years of being used in production, raging from … continue reading