Do you think that it is possible to build up application deployed in Oracle SOA Suite using SOA Suite components keeping Microservices architecture/principles.
I think some of them can be achieved.
- Reduce complexity through modularization, Do one thing and do it well is easy just keep SOA best practices in mind.
- Loose coupling can be achieved using JMS or EDN.
- Focus on business capabilities not technology layers is harder because Java orientation of SOA Suite.
- REST/JSON/XML can be used in SOA Suite
I can see problems with containerization too.
What is your opinion?