Difference between revisions of "Solution stack"
Karl Jones (Talk | contribs) (Hack (technology)) |
Karl Jones (Talk | contribs) (etc) |
||
Line 14: | Line 14: | ||
Typically, the name is an acronym representing the individual components. | Typically, the name is an acronym representing the individual components. | ||
+ | |||
+ | == Criticism == | ||
+ | |||
+ | Critics charge that a solution stacks can be a ''kludge''; see Hack [[(technology)]]. | ||
== See also == | == See also == |
Revision as of 07:35, 21 August 2015
In computing, a solution stack is a set of software subsystems or components needed to create a complete platform such that no additional software is needed to support applications.
Applications are said to "run on" or "run on top of" the resulting platform.
Some definitions of a platform overlap with what is known as system software.
For example, to develop an IT solution; in the case of a web application the architect defines the stack as the target operating system, web server, database, and programming language.
Another version of a solution stack is operating system, middleware, database, and applications.
The components of a solution stack are typically developed by different developers independently from one another.
Some components/subsystems of an overall system are chosen together often enough that the particular set is referred to by a name representing the whole, rather than by naming the parts.
Typically, the name is an acronym representing the individual components.
Criticism
Critics charge that a solution stacks can be a kludge; see Hack (technology).
See also
External links
- [1] @ Wikipedia