Changes between Version 4 and Version 5 of ZooWebSite/Welcome
- Timestamp:
- Apr 15, 2010, 9:18:15 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/Welcome
v4 v5 10 10 = Powerful ZOO Kernel, that makes coffee = 11 11 12 ZOO is based on a 'WPS Service Kernel' which constitutes the ZOO's core system (aka ZOO Kernel ). The latter is able to load dynamic librairies and to handle them as on-demand webservices. The ZOO Kernelis written in C language, but supports several common programming languages in order to stay opened to numerous librairies and above all to simplify the webservice end-developer's job.12 ZOO is based on a 'WPS Service Kernel' which constitutes the ZOO's core system (aka ZOO Kernel ). The latter is able to load dynamic librairies and to handle them as on-demand webservices. The [wiki:ZooWebSite/ZooKernel/Introduction ZOO Kernel] is written in C language, but supports several common programming languages in order to stay opened to numerous librairies and above all to simplify the webservice end-developer's job. 13 13 14 14 = Use the ZOO Services and make your own = 15 15 16 A ZOO serviceis as a couple composed by a metadata file (.zcfg) and the code for the corresponding implementation. The metadata file describes all the available functions which can be called using a WPS Exec Request, as well as the desired input/output. Services contain the algorithms and functions, and can now be implemented in C/C++, Fortran, Java, Python, PHP and Javascript.16 A [wiki:ZooWebSite/ZooServices/Introduction ZOO service] is as a couple composed by a metadata file (.zcfg) and the code for the corresponding implementation. The metadata file describes all the available functions which can be called using a WPS Exec Request, as well as the desired input/output. Services contain the algorithms and functions, and can now be implemented in C/C++, Fortran, Java, Python, PHP and Javascript. 17 17 18 18 = Easy implementation with the ZOO API = 19 19 20 The ZOO APIis a simple and concise Javascript library designed to call and chain the ZOO Services easily, and adds the glue between your ZOO Kernel installation and your webmapping application.20 The [wiki:ZooWebSite/ZOOAPI/Introduction ZOO API] is a simple and concise Javascript library designed to call and chain the ZOO Services easily, and adds the glue between your ZOO Kernel installation and your webmapping application. 21 21 22 22