Moin MalikforMoin's blogthemoinmalik.hashnode.net·Feb 26, 2023Top Spring Boot Annotation.@SpringBootApplication**:** The main annotation used in Spring Boot applications. It is a combination of three other annotations: @Configuration, @EnableAutoConfiguration, and @ComponentScan. @Configuration: Indicates that the class is a source of b...Discuss·5 likes·43 readsSpringboot
Kai NiemiforKai Niemi's Blogkni.hashnode.net·Dec 4, 2022Transaction Retries using JavaEE and CDI with BMTsIn a previous post, we demonstrated client-side transaction retries by using meta-annotations and Aspect Oriented Programming (AOP) in Spring Boot. In this post, we'll use a similar concept for a different Java stack: JavaEE (or JakartaEE as it's kno...Discuss·56 readsjavaEE
Kai NiemiforKai Niemi's Blogkni.hashnode.net·Dec 8, 2022Transaction Retries using JavaEE and CDI with CMTsIn this post, we'll use the same concept as in Transaction Retries using JavaEE and CDI with BMTs. Only this time with container-managed transactions, or CMTs which is the default mode of operation with JTA. Transaction Retries in JavaEE This article...Discuss·85 readsEJB
Moin MalikforMoin's blogthemoinmalik.hashnode.net·Feb 26, 2023Top Spring Boot Annotation.@SpringBootApplication**:** The main annotation used in Spring Boot applications. It is a combination of three other annotations: @Configuration, @EnableAutoConfiguration, and @ComponentScan. @Configuration: Indicates that the class is a source of b...Discuss·5 likes·43 readsSpringboot
Kai NiemiforKai Niemi's Blogkni.hashnode.net·Dec 8, 2022Transaction Retries using JavaEE and CDI with CMTsIn this post, we'll use the same concept as in Transaction Retries using JavaEE and CDI with BMTs. Only this time with container-managed transactions, or CMTs which is the default mode of operation with JTA. Transaction Retries in JavaEE This article...Discuss·85 readsEJB
Kai NiemiforKai Niemi's Blogkni.hashnode.net·Dec 4, 2022Transaction Retries using JavaEE and CDI with BMTsIn a previous post, we demonstrated client-side transaction retries by using meta-annotations and Aspect Oriented Programming (AOP) in Spring Boot. In this post, we'll use a similar concept for a different Java stack: JavaEE (or JakartaEE as it's kno...Discuss·56 readsjavaEE