You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The schema requires each tasklet to be specified as a bean which makes the definition quite verbose as one needs to define a step, then a nested tasklet with just a reference to another bean. In case of many steps, one ends up with a lot of top-level bean definitions that aren't used anywhere else.
By improving the schema to allow nested tasklet definitions, one can skip the tasklet ref declaration.
Further more by allowing other namespaces to create these definitions, the step declaration becomes even more concise (and pluggable).