Click here to Skip to main content
15,889,281 members
Articles / Web Development / Spring

Aspect-Oriented Programming and More Patterns in Micro-Services

Rate me:
Please Sign up or sign in to vote.
4.93/5 (10 votes)
19 Apr 2020CPOL21 min read 16.2K   122   16  
Using patterns like aspect-oriented programming in modern OO-languages in micro-services context
In modern OO languages and frameworks, a lot of patterns, e.g., aspect-orientation, facade, IOC, CQRS are used. This article describes some of these concepts and patterns, the possible solutions and gives an example implementation in Java and C#.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect Roos ICT Architectures
Netherlands Netherlands
Roland is an experienced, hands-on architect on modern (micro-)services orientation.
All modern OO-oriented platforms, C# DotNet, Java Spring Boot, Python and C++ have his interest. He is experienced in all those platforms.
Architectures, patterns, concepts and frameworks are more important than tooling and languages, after all. You should apply a tool, platform or language in a modern micro-service, because it fits best to the problem at hand. Not because you're most familiar with itSmile | :) .

Comments and Discussions