This article includes a list ofgeneral references, butit lacks sufficient correspondinginline citations. Please help toimprove this article byintroducing more precise citations.(June 2016) (Learn how and when to remove this message) |
Incomputer programming,glue code iscode that allows components tointeroperate that otherwise areincompatible. Theadapter pattern describes glue code as asoftware design pattern.
Glue code describeslanguage bindings orforeign function interfaces such as theJava Native Interface (JNI).
Glue code may be written to access existinglibraries, mapobjects to adatabase usingobject-relational mapping, orintegratecommercial off-the-shelf programs.
Glue code may be written in the same language as the code it is gluing together, or in a separateglue language.
Glue code can be key torapid prototyping.
Thiscomputer-programming-related article is astub. You can help Wikipedia byadding missing information. |