1.

Is security a cross-cutting concern?

Answer»

SPRING Security is indeed a cross-cutting concern. Spring security is ALSO using Spring AOP (Aspect Oriented PROGRAMMING) internally. A cross-cutting concern is one that applies THROUGHOUT the whole application and affects it all. Below are some cross-cutting concerns related to the ENTERPRISE application. 

  • Logging and tracing
  • Transaction management
  • Security
  • Caching
  • Error handling
  • Performance monitoring
  • Custom Business Rules


Discussion

No Comment Found