Application components are the building blocks of the application. It is usually made up of three parts: Presentation, Business Logic, and Data Access. Presentation component is responsible for rendering data on the screen. Business logic component takes care of what data to show on the screen by taking input from various sources like user’s preferences, parameters passed in URL, session state etc. Data access component retrieves and stores data from various sources like database or web services.
Share a personalized message with your friends.