Spring Batch โ€“ Replacing XML Job Configuration With JavaConfig

Jonny Hackett Articles, Development Technologies & Tools, Java, Spring, Spring Batch 7 Comments

Attention: This article was published over 11 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.I recentlyย assisted a client inย getting up and running with a Spring Batch implementation. The team had decided to move forward with a JavaConfig-based configuration …

Processing Java Annotations Using Reflection

Jonny Hackett Articles, Development Technologies & Tools, Java 5 Comments

Attention: This article was published over 11 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.In my previous article covering Java Annotations,ย I outlined a recent use case and provided you with some examples of custom annotations and how they …

Creating Your Own Java Annotations

Jonny Hackett Articles, Java, Tutorial Leave a Comment

Attention: This article was published over 12 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.If you’ve been programming in Java and using any one of the popular frameworksย likeย Spring and Hibernate, you should be very familiar with using annotations. …

Annotations and Advice, By Example

Robert Rice Articles, Development Technologies & Tools Leave a Comment

Attention: This article was published over 14 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.For me, its much easier to learn new concepts by way of concrete, real life examples, rather than by vague scenarios created for the …