TerraLib and TerraView Wiki Page

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
wiki:designimplementation [2014/08/04 10:03]
felipe.siqueira [Cellular Spaces]
wiki:designimplementation [2014/09/10 11:45]
gribeiro [Plugin]
Line 131: Line 131:
 ==== Plugin ==== ==== Plugin ====
  
-TerraLib comes with a simple framework to help in dynamic module management. It provides support for the startup and shutdown of modules loaded at run time, like DLLs, Shared Objects (SO) or scripts written in Lua, JavaScript, PHP, Python ​or any other supported language. See the section below for a deep discussion about this module.+TerraLib comes with a simple framework to help in dynamic module management. It provides support for the startup and shutdown of modules loaded at run time. These modules loaded at runtime are hereafter called plugins. A plugin is just a thin wrapper for a component that allows it to be loaded dynamically. For C++ this means DLLs, Shared Objects (SO), Dynamic Libraries (DYLIB) or even scripts written in Lua, or any other supported language. See the section below for a deep discussion about this module.
   * [[:​wiki:​designimplementation:​plugin|Overview of TerraLib Plugin Architecture]]   * [[:​wiki:​designimplementation:​plugin|Overview of TerraLib Plugin Architecture]]
- 
 ==== Qt ====  ==== Qt ====