Classic Layout

Interview with a Java Champion: Reflections on a Storied Career and Insights for the Next Generation

Author: A N M Bazlur Rahman Original post on Foojay: Read More Introduction: In the fast-paced world of software development, a few individuals leave a lasting impact through their dedication and contributions. Our guest today is a seasoned developer, a respected author, and a cornerstone of the Java community. With over two decades of experience, he has played a key …

Read More »

Simplify Your Deployment Workflow: Introducing Oracle Java Releases Public APIs

Oracle is  excited to announce the launch of Oracle Java Releases Public APIs, designed to streamline access to essential information about Oracle Java releases. These RESTful APIs offer access to crucial Java release data, empowering system administrators to integrate Java release information seamlessly into their operational workflows (this article is written by Sanju Nai, Principal Product Manager, Java Platform Group.] …

Read More »

Defining patterns of data transfers for Java applications with TornadoVM

Author: Thanos Stratikopoulos Original post on Foojay: Read More The TornadoVM API is designed to aid Java programmers in adapting their code bases for hardware acceleration. As explained in a previous article, the TornadoVM API exposes two key Java objects for programmers, the TaskGraph and the TornadoExecutionPlan. The former is used to define which methods should be offloaded on an …

Read More »

DevIgnition with Foojay.io at Washington DC JUG

Author: Geertjan Wielenga Original post on Foojay: Read More DevIgnition is a fun and informal community event run for and by the Washington DC software development community. One November 7, a full day of interesting presentations will be featured from excellent speakers from around the world on a wide variety of technical topics. Come discover how the best minds use …

Read More »

Trash Pandas Love Enterprise Java Garbage Code

Author: Erik Costlow Original post on Foojay: Read More If raccoons were software engineers, they would feel at home inside many enterprise systems. These systems are often full of unused and dead code that was written, fully tested, then altered in a way that prevents teams from ever running it. This garbage code — a raccoon’s favorite — is a …

Read More »

Run AI-enabled Jakarta EE and MicroProfile applications with LangChain4j and Open Liberty

Author: Gilbert Kwan Original post on Foojay: Read More Artificial Intelligence (AI) is an exciting and disruptive field that is already transforming businesses, and even entire industries, by enabling automation, improving decision-making and unlocking new insights from data. With the rise in large language models (LLMs) such as ChatGPT, there is a significant shift in the performance of AI and …

Read More »

Consequences of DORA on Java and OpenJDK with Azul

Author: Geertjan Wielenga Original post on Foojay: Read More The EU’s Digital Operational Resilience Act (DORA) is a regulatory framework aimed at enhancing the digital operational resilience of financial institutions within the European Union. Its primary goal is to ensure that financial entities can withstand, respond to, and recover from all types of ICT-related disruptions and threats, such as cyberattacks. …

Read More »

Get Started With Allocation Profiling

Author: Igor Kulakov Original post on Foojay: Read More Read in other languages: 中文 Español Português We often find ourselves in situations when code is not working properly, and we have no idea where to even begin investigating. Can’t we just stare at the code until the solution eventually comes to us? Sure, but this method probably won’t work without …

Read More »

How does it feel to test a compiler?

Author: Alexander Zakharenko Original post on Foojay: Read More Hi, my name is Alex. I work as a QA engineer on the Kotlin/Native team. I’m often asked by friends and colleagues what it’s like to test a compiler, so I decided to write an article about it. I’ll briefly talk about my path to compiler testing, the Kotlin/Native compiler, the …

Read More »

JavaFX Nodes versus Canvas

Author: Frank Delporte Original post on Foojay: Read More Recently I was working on an article about Azul Zulu with JavaFX support for ARM systems, like the Raspberry Pi. As you can see in this video, I found out my little test application with a lot of “bouncing balls” started losing performance on the Raspberry Pi with more than 1000 …

Read More »