Tag: Spring boot

  • Creation of a Spring Project

    Creation of a Spring Project

    Building a Spring project from the scratch can be a very challenging process. This is because the developers need to decide which dependencies the project will use, and then they need to build and set up the application infrastructure, such as the configuring the XML configuration file, install and configure Java, install an application server…

  • Tight Coupling & Loose Coupling

    Tight Coupling & Loose Coupling

    Tight Coupling : means that the classes are dependent on specific class. Loose Coupling : he classes are not dependent on specific classes but on interfaces