Anyhoo, the basic solution is to either build a tree/graph of pure components
or a tree/graph of pure beans. Either solution will work. We need to get rid
of the need for the LifecycleHelper type class. I would lean more toward the
bean approach for assembling the actual pipelines. It might make things a bit
simpler, even to make custom hard-coded sitemaps.
Anyone:
Any thoughts about using Jelly as the builder for the sitemap?
Its usage can be completely hidden, but as a tag processor, it might work very well. We could use it to construct a bean-graph to model the sitemap.
-pete
