Skip to content
TILens What matters today in tech v0.0.9
Theme

Topic - Edition

Java

5 items on 05 Aug 2026
Java

A 5.4 kB AWS Bedrock AgentCore Agent in Vanilla Java

An agent running on the AWS Bedrock AgentCore Runtime has to implement a minimal HTTP contract: POST /invocations answers requests, GET /ping reports health, both on port 8080. The JDK's built-in jdk.httpserver is…

Source: Adam Bien Blog
Java

Java Annotated Monthly – August 2026

July gave the tech world plenty to talk about, from fresh releases and useful tutorials to Kotlin updates, AI experiments, and new ideas across the wider ecosystem. We packed the best of it into one issue, so you can…

Source: IntelliJ IDEA Blog Irina Mariasova
Java

Presentation: Automatically Retrofitting JIT Compilers

Laurence Tratt discusses yk, an open-source meta-tracing JIT compiler framework. He shares how to automatically speed up C-based language interpreters like Lua and MicroPython with minimal, non-invasive code changes. He…

Source: InfoQ Java Laurence Tratt
Java

Jakarta Agentic AI Hits Its First Milestone

Jakarta Agentic AI just shipped its first deliverable: version 1.0.0-M1 is live on Maven Central and the draft 1.0 specification is out for review. The project now has a specific API surface that developers can look at,…

Source: Foojay Today Dominika Tasarz