I have a mid-size Spring application and I want to insert key/value pairs into all my ModelAndViews in a cross cutting fashion (much like AOP).
The motivation is to add all kind of data to all my pages (configuration values, build number, etc).
What is the easiest way to have this done? I prefer without AOP but I am ready to use it if necessary.