Hello, I am looking for something like "Design pattern" for writing applications in Spring. I want to write more applications in Spring. Core will contain common services for all applications. Each application will have it's own application context with special beans. Is it the right way how to solve this problem?

I have found something which is fine to mehttp://ulc-community.canoo.com/snipsnap/space/Contributions/Integration+Snippets/Spring+Integration
but I am looking for support in Spring. Does anyone have any idea?

Thank you

James