I'm interested in preventing a customer from overriding the wiring declared in the spring context config file ( bean definitions ).
How do you typically deliver a spring based application and still provide the flexibility to change some config while limiting access to other config elements? For example, allowing a customer to change a DAO implementation but preventing a customer from cleverly injecting their own Licensing Manager implementation.
Any/All suggestions welcome.
Thanks,
Mark


Reply With Quote