1.2. Limitations Of Model 1 Architecture
Since multiple logic's are mixed up in every web resources of web application there are no clean separation of logic's/rolls.
- Modification done in one logic disturbs other logic of the web application parallel development is not possible due to this productivity is very poor.
- Maintenance and enhancement of the project is always complex.
- Programmer will be overburdens because he has to implement middle-ware services along with main logic's.
- Model 1 architecture is not a industry standard to develop the web-application.
- To overcome the problem of Model 2 architecture use MVC architecture Model 3 architecture to develop the web-application.