Spring: Internals of @ComponentScan

Author: Mahendra Rao B Original post on Foojay: Read More The @ComponentScan annotation, which is an interface located within the org.springframework.context.annotation package, facilitates component scanning in a Spring application. This allows the Spring Container to automatically detect beans. Spring automatically identifies Java classes that developers mark with stereotypes like @Configuration, @Component, @Service, @Controller, and @Repository. Developers can annotate the component …

Read More »

Are Critical Vulnerabilities Lurking in Your Java Ecosystem?

Author: Maqsud Mohammad Original post on Foojay: Read More Java, the popular object-oriented language renowned for its portability, performance, and security, is often the preferred choice for organisations building everything from enterprise and cloud-native applications to Android apps. However, despite these strengths, Java’s popularity and the complex ecosystem of third-party libraries it relies upon have also made it a prime …

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 »