Content deleted Content added
m fmt |
m spelling mistake, Monolithis changed to Monolithic |
||
Line 1:
In [[software engineering]], a '''monolithic application''' describes a single-tiered [[Application software|software application]] in which the [[user interface]] and data access code are combined into a single program from a single [[Platform (computing)|platform]].
A monolithic application is self-contained, and independent from other computing applications. The design philosophy is that the application is responsible not just for a particular task, but can perform every step needed to complete a particular function.<ref>ICCI [http://itc.fgg.uni-lj.si/projects/icci/glossary.cgi/Show?bda1 Monolithic Applications]{{dead link|date=February 2018 |bot=InternetArchiveBot |fix-attempted=yes }} Retrieved on 5 August 2007</ref><ref>Information Technology Services [http://www.its.state.nc.us/Information/Glossary/glossm.asp
In software engineering, a monolithic application describes a software application which is designed without modularity. Modularity is desirable, in general, as it supports reuse of parts of the application logic and also facilitates maintenance by allowing repair or replacement of parts of the application without requiring wholesale replacement.
|