Recent Posts

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 »