Content deleted Content added
Stevebroshar (talk | contribs) Glue code definitely can contribute to meeting requirements; remove consequences since not cited, poorly written and of questionable value |
|||
Line 2:
{{more footnotes|date=June 2016}}
In [[computer programming]], '''glue code''' is [[source code|code]] that allows components to [[Interoperability#Software|interoperate]] that otherwise are [[Software incompatibility|incompatible]]. The [[adapter pattern]] describes glue code as a [[software design pattern]].
Glue code describes [[language binding]]s or [[foreign function interface]]s such as the [[Java Native Interface]] (JNI).
Glue code may be written to access existing [[Library (computing)|libraries]], map [[Object (computer science)|objects]] to a [[database]] using [[object-relational mapping]], or [[Systems integration|integrate]] [[commercial off-the-shelf]] programs.
Glue code may be written in the same language as the code it is gluing together, or in a separate [[glue language]].
Glue code can be key to [[rapid prototyping]].
==See also==
|