애드리안 코일러의 Spring: the de-facto standard in Enterprise Java Programming에 나열 된 항목은 스프링 친화적인 확장을 위한 체크 포인트로 삼을만하다.

1. Allow configuration to be managed by Spring
프레임워크인 스프링이 확장을 관장하도록 하라. 다시 말해서 IoC 원칙을 지키라.
2. Use the Spring abstractions and design idioms in your API
GigaSpacesTemplate과 같이... 스프링 사용자들이 인지하기 쉽도록
3. Support unit and integration testing
4. Integrate with the infrastructure services abstractions used by Spring
이미 스프링에 있는 기능은 중복해서 개발하지 말라
이올린에 북마크하기(0) 이올린에 추천하기(0)