Author: Geertjan Wielenga Original post on Foojay: Read More For the EU Digital Operations Resilience Act (DORA) to have any meaning at all in the context of OpenJDK (and surely it must have application there since it is explicitly focused on “ICT Assets”, which it defines as “a software or hardware asset in the network and information systems used by …
Read More »foojay
Creating cloud-native Java applications with the 12-factor app methodology
Author: Grace Jansen Original post on Foojay: Read More Learn how you could create cloud-native Java apps that are portable, scalable, and reliable with the 12 factor app methodology and open source Java frameworks. Created in 2012, the 12-factor app methodology was designed to provide a set of guidelines for helping developers and organizations to design and build cloud-native applications. …
Read More »Running JavaFX applications on ARM with Azul Zulu
Author: Geertjan Wielenga Original post on Foojay: Read More Since the April release of Azul Zulu Builds of OpenJDK, packages with JavaFX support for ARM 64-bit systems have been available. As ARM processors are the “core” of most embedded systems, these runtimes provide the additional benefit of bringing user interface development into the Java space. Having your full code base, …
Read More »OpenTelemetry Tracing on Spring Boot, Java Agent vs. Micrometer Tracing
Author: Nicolas Frankel Original post on Foojay: Read More My demo of OpenTelemetry Tracing features two Spring Boot components. One uses the Java agent, and I noticed a different behavior when I recently upgraded it from v1.x to v2.x. In the other one, I’m using Micrometer Tracing because I compile to GraalVM native, and it can’t process Java agents. I …
Read More »Sustainable Software Engineering: Input Requested!
Author: Jan-Hendrik Kuperus Original post on Foojay: Read More The Foojay community has a strong tradition around the creation of content on all things Java and OpenJDK. Since about a year ago, the community has a group of people that are working on a book with tips and information on Sustainable Software Engineering. For some of the topics in the …
Read More »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 »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 »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 »