Hi,
I got some basic doubts related to architectural concerns rgding the Spring framework. I am building a product with the Spring framework as the base and this requires extensive customization at each site:
Do these ideas sound good ?
- Decorator pattern at the service and the DAO layers for customers to provide extensions
- How do I achieve runtime dependency injection ? Would it be performance intensive ?
Thanks..VJ


Reply With Quote
