TANGO has an API which is differentiated by language, level of user interface and by functionality
|
At the highest level, a "TANGOBean" uses JavaBean technology to automate sharing of events with details hidden from user
-
uses IDEs to design collaborative applications
-
TANGOBean implements black box collaboration bus
|
At the lowest level (at which we start), there is a basic message passing interface for Java, JavaScript, C/C++ and LISP
-
communication primitives only
-
ensures maximum flexibility
-
only way to integrate non-object languages
|