Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wiki:designimplementation:bindings:java [2014/07/14 11:01] gribeiro created |
wiki:designimplementation:bindings:java [2014/07/14 11:12] (current) gribeiro [Design] |
||
---|---|---|---|
Line 3: | Line 3: | ||
===== Design ===== | ===== Design ===== | ||
+ | Repository organization in the ''source/terralib'' folder: | ||
+ | * ''binding'': default folder for all language bindings. | ||
+ | * ''binding/java'': source code for Java support in TerraLib. | ||
+ | * ''binding/java/swig'': exposes the C++ API to Java using SWIG. | ||
+ | * ''binding/java/plugin'': C++ code that prepares Java plugins to be used in C++ applications. | ||
+ | Repository organization in the ''build/cmake'' folder: | ||
+ | * ''terralib_mod_java'': | ||
+ | * terralib_mod_java_plugin |