Developing a sample batch application

Now that we have covered the basics of batch processing and the components of Spring Batch, let's develop a simple example in which names starting with $$ are recognized as nonvegetarian food items and names starting with ## are vegetarian. Names that do not start with either of these characters need to be ignored. Our job must generate an HTML string with the font color red for nonvegetarian recipes and a green font color for vegetarian recipes.

You need to create a Maven project named recipeMarker with the previously mentioned dependency. Also add all the Spring Framework core dependencies. We shall work on the context.xml file. We need to configure the job repository and job launcher.

Look at the applicationContext.xml ...

Get Mastering Spring Application Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.