- Timestamp:
- May 4, 2011, 8:37:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/kernel/introduction.txt
r137 r207 4 4 ============ 5 5 6 ZOO Kernel is athe heart of the ZOO. It is a powerful server-side C Kernel which makes6 ZOO Kernel is the heart of the ZOO. It is a powerful server-side C Kernel which makes 7 7 it possible to manage and chain Web services, by loading dynamic libraries and handling 8 them as on-demand Web services. The ZOO Kernel is written in C language, but supports8 them as on-demand Web services. The ZOO Kernel is written in the C language, but supports 9 9 several common programming languages in order to connect to numerous libraries and models. 10 10 … … 14 14 ZOO Kernel works with Apache and can communicate with cartographic engines and Web mapping 15 15 clients. It simply adds the WPS support to your spatial data infrastructure and your 16 Web mapping application ! 16 Web mapping application! 17 18 .. note:: 19 If you'd like some background on the WPS standard, head to: http://www.opengeospatial.org/standards/wps 17 20 18 21 Supported Languages 19 22 ------------------- 20 23 21 ZOO Kernel supports the following programming languages, and let you use them to create22 new ZOO Services from new or existing code 24 ZOO Kernel supports the following programming languages, and let's you use them to create 25 new ZOO Services from new or existing code: 23 26 24 27 ============ =================== ========================= ============ … … 27 30 C / C++ Shared Library maps* M integer 28 31 Fortran Shared Library CHARACTER*(1024) M(10,30) integer 29 Java Class File HashMapinteger30 Python Module File dictionaryinteger31 PHP Script File Arrayinteger32 Java Class File `HashMap`_ integer 33 Python Module File `dictionary`_ integer 34 PHP Script File `Array`_ integer 32 35 Perl Script File integer 33 JavaScript Script file Object or ArrayArray/Object36 JavaScript Script file `Object`_ or Array Array/Object 34 37 ============ =================== ========================= ============ 38 39 .. _`HashMap`: http://download.oracle.com/javase/6/docs/api/java/util/HashMap.html 40 .. _`dictionary`: http://docs.python.org/tutorial/datastructures.html#dictionaries 41 .. _`Array`: http://php.net/manual/language.types.array.php 42 .. _`Object`: http://www.json.org/ 35 43 36 44 ZOO Kernel is a WPS Espresso Machine
Note: See TracChangeset
for help on using the changeset viewer.