News

The purpose of this Java application is to show how we can make the functionality of an application loosely coupled. The aim is to move from this type of loose coupling where we have to instantiate ...
Loose Coupling is a concept which makes the code components work flexibily without depending on each other. Here is the interface class which will solve the previous tight coupling problem: Same ...
Of course, tight and cohesive doesn't win anyone the SOA Architect of the Year award. SOA specialists want software applications need to be loosely coupled, and loose coupling means adding in ...