Many Java applications use Apache Maven or Gradle for building and managing the project. These tools help map how to build a particular piece of software, along with its different dependencies. In almost every scenario, these applications will depend on s... (more…)
Read more »
Introduce scoped values, which enable a method to share immutable data both with its callees within a thread, and with child threads. Scoped values are easier to reason about than thread-local variables. They also have lower space and time costs, especial... (more…)
Read more »
This blog post is the first one in a series to come in the next few weeks, where we will share updates on our SDK redesign, including how we will improve performance, simplify dependencies, and streamline the codebase. (more…)
Read more »
We continue to make great progress on Java EE 8. Specifications are nearly complete, and we expect to deliver the reference implementation this summer. As we approach the delivery of Java EE 8 and the JavaOne 2017 conference, we believe there is an opport... (more…)
Read more »
🌪️ TornadoVM: A practical and efficient heterogeneous programming framework for managed languages - beehive-lab/TornadoVM... (more…)
Read more »