Architecture Vs Framework


Architecture Vs Framework

Architecture is a logical view, it means doesn't have any implementation (java classes), just has an idea where to put each components(jsp, servlet and model component for MVC architecture). We can also called as Design pattern.

A framework is a library that provides a particular service or set of services to be used by an implementation. As such, several frameworks may be used for an application, and a framework may be suitable for a wide range of architectures

let me explain more..... you want to build / construct house. so, designing of plan and floor plan is comes under architecture and the ingredients which you are going to use to build the expected plan using like

bricks
iron
sand
wood .... all are comes under frameworks

Comments

Popular posts from this blog

Email Sending through O365 using OAuth Protocol

IISRESET vs App Pool Recycling ?

Deploy .Net6.0 Web api with docker