• stock market

    What is application

    An application refers to a program or software designed to perform specific tasks for users. Applications can range from simple tools like calculators to complex systems such as enterprise resource management platforms. Types of Applications To develop distributed application we use a language called java and java comes under internet software. Architecture required for development of distributed application , programmer must use a well known Architecture known as client server architecture . 2-Tier Architecture Two tier Architecture it contains client and server side programing . 3-Tier Architecture Three tier architecture it contains client , server program and database software n-Tier Architecture n tire architecture it contains client program , fire wall program(security…

  • Spring-security

    Spring Security Internal Flow

    What is spring boot?. Spring Boot is a Java-based framework built on top of Spring Framework that helps developers create production-ready applications quickly with minimal configuration. In simple words: Normally, when using Spring Framework, developers need to configure many things manually such as: Spring Boot simplifies this by providing pre-configured setups so you can focus more on writing business logic rather than infrastructure code. Key Features of Spring Boot: Auto ConfigurationAutomatically configures your application based on dependencies added in your project. Example:If you add MySQL dependency, Spring Boot can automatically configure database settings. Standalone ApplicationsIt comes with embedded servers like: So you don’t need to deploy your application separately on…