Changes between Version 44 and Version 45 of ZooWebSite/Welcome
- Timestamp:
- Mar 14, 2014, 6:51:27 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/Welcome
v44 v45 4 4 ZOO is a WPS (Web Processing Service) open source project released under a [http://zoo-project.org/site/ZooWebSite/ZooKernel/Download#ZOOKernelMITX-11License MIT/X-11] style license . It provides an OGC WPS compliant developer-friendly framework to create and chain WPS Web services. ZOO is made of three parts: 5 5 6 * [ /site/ZooWebSite/ZooKernel ZOO Kernel] : A powerful server-side C Kernel which makes it possible to manage and chain Web services coded in different programming languages.7 * [ /../site/ZooWebSite/ZooServices/Introduction ZOO Services] : A growing suite of example Web services based on various Open Source libraries. (get inspired !)8 * [ /../site/ZooWebSite/ZOOAPI/Introduction ZOO API] : A server-side !JavaScript API able to call and chain the ZOO Services, which makes the development and chaining processes easier.6 * [http://zoo-project.org/site/ZooWebSite/ZooKernel ZOO Kernel] : A powerful server-side C Kernel which makes it possible to manage and chain Web services coded in different programming languages. 7 * [http://zoo-project.org/site/ZooWebSite/ZooServices/Introduction ZOO Services] : A growing suite of example Web services based on various Open Source libraries. (get inspired !) 8 * [http://zoo-project.org/site/ZooWebSite/ZOOAPI/Introduction ZOO API] : A server-side !JavaScript API able to call and chain the ZOO Services, which makes the development and chaining processes easier. 9 9 10 10 = ZOO Project at a glance = … … 27 27 = Powerful ZOO Kernel, that makes coffee = 28 28 29 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 libraries and to handle them as on-demand Web services. The [ /../site/ZooWebSite/ZooKernel/Introduction ZOO Kernel] is written in C language, but supports several common programming languages in order to connect to numerous libraries and above all to simplify the Web service end-developer's job.29 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 libraries and to handle them as on-demand Web services. The [http://zoo-project.org/site/ZooWebSite/ZooKernel/Introduction ZOO Kernel] is written in C language, but supports several common programming languages in order to connect to numerous libraries and above all to simplify the Web service end-developer's job. 30 30 31 31 = Use the ZOO Services and make your own = 32 32 33 A [ /../site/ZooWebSite/ZooServices/Introduction ZOO service] is a link composed of a metadata file ([wiki:ZooWebSite/ZooServices/ZCFGReference .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, Perl and !JavaScript.33 A [http://zoo-project.org/site/ZooWebSite/ZooServices/Introduction ZOO service] is a link composed of a metadata file ([wiki:ZooWebSite/ZooServices/ZCFGReference .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, Perl and !JavaScript. 34 34 35 35 = Easy implementation with the ZOO API = 36 36 37 The [ /../site/ZooWebSite/ZOOAPI/Introduction ZOO API] is a simple and concise !JavaScript library designed to call and chain the ZOO Services easily, and adds the capability to define logic in the chaining of your ZOO Services.37 The [http://zoo-project.org/site/ZooWebSite/ZOOAPI/Introduction ZOO API] is a simple and concise !JavaScript library designed to call and chain the ZOO Services easily, and adds the capability to define logic in the chaining of your ZOO Services.