Changes between Version 7 and Version 8 of ZooWebSite/Welcome
- Timestamp:
- Apr 16, 2010, 6:07:27 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/Welcome
v7 v8 5 5 * [wiki:ZooWebSite/ZooKernel/Introduction ZOO Kernel] : A powerful server-side C Kernel which makes it possible to manage and chain Web services coded in different programming languages. 6 6 * [wiki:ZooWebSite/ZooServices/Introduction ZOO Services] : A growing suite of example Web services based on various Open Source libraries. (get inspired !) 7 * [wiki:ZooWebSite/ZOOAPI/Introduction ZOO API] : A simple JavaScript API able to call and chain the ZOO Services, which makes the development and chaining processes easier.7 * [wiki:ZooWebSite/ZOOAPI/Introduction ZOO API] : A simple !JavaScript API able to call and chain the ZOO Services, which makes the development and chaining processes easier. 8 8 9 9 … … 14 14 = Use the ZOO Services and make your own = 15 15 16 A [wiki:ZooWebSite/ZooServices/Introduction ZOO service] is a link composed of 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 a link composed of 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 =