app connectivity

In computer programming, glue code is code that allows components to interoperate that otherwise are incompatible. The adapter pattern describes glue code as a software design pattern.
Glue code describes language bindings or foreign function interfaces such as the Java Native Interface (JNI).
Glue code may be written to access existing libraries, map objects to a database using object-relational mapping, or 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.

View More On Wikipedia.org
  • 1

    Logan T

    Standard Member From Coventry UK
    • Messages
      49
    • Reaction score
      26
    • Points
      17
  • 1

    AtikDrivesPHEV

    Standard Member From London
    • Messages
      32
    • Reaction score
      3
    • Points
      11
  • 1

    YaR

    Established Member From Cambridge
    • Messages
      246
    • Reaction score
      255
    • Points
      100
  • 1

    carp2212

    Novice Member From Gloucestershire
    • Messages
      2
    • Reaction score
      0
    • Points
      1
  • 1

    CyberNewbie

    Established Member From Peak District, UK
    • Messages
      89
    • Reaction score
      46
    • Points
      38
  • 1

    MikeM

    Established Member From UK
    • Messages
      55
    • Reaction score
      36
    • Points
      21
  • 1

    Deepbluexl

    Established Member From Germany
    • Messages
      98
    • Reaction score
      48
    • Points
      23
  • Back
    Top Bottom