When you're aiming for separation of concerns, transparency, and flexibility, aspect-oriented programming (AOP) is often the right answer.
如果目的是分离关注点、透明性和灵活性,那么面向方面的编程 (AOP) 通常就是正确的答案。
2
This article discussed how to decouple the service provider from the service client consumer with late binding and location transparency using a JAX-RPC programming model.