Share on Facebook Share on Twitter Email
Answers.com

Glue code

 
Wikipedia: Glue code
 

In programming, glue code is code that does not contribute any functionality towards meeting the program's requirements, but instead serves solely to "glue together" different parts of code that would not otherwise be compatible. Glue code often appears in code written to let existing libraries or programs interoperate, as in foreign function interfaces like the Java native interface, or when mapping objects to a database using Object-Relational Mapping, or when integrating two or more Commercial off-the-shelf programs.

References

University of Ottawa: Object Oriented Software Engineering, Glue Code Def. http://projects.camlcity.org/projects/dl/findlib-1.2.1/doc/guide-html/x341.html

See also



Search unanswered questions...
Enter a word or phrase...
All Community Q&A Reference topics
 
 

 

Copyrights:

Wikipedia. This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Glue code" Read more