Changes between Version 60 and Version 61 of ZooWebSite/Welcome


Ignore:
Timestamp:
Mar 12, 2015, 11:56:57 AM (9 years ago)
Author:
djay
Comment:

typos

Legend:

Unmodified
Added
Removed
Modified
  • ZooWebSite/Welcome

    v60 v61  
    11
    2 = Welcome to the ZOO Project  =
     2= Welcome to the ZOO-Project  =
    33
    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:
     4ZOO-Project 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-Project is made of three parts:
    55
    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.
     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.
    99
    10 = ZOO Project at a glance =
     10= ZOO-Project at a glance =
    1111
    1212{{{
     
    1414
    1515<dl id="imap">
    16 <dd id="zoo-services-introduction"><a id="zoo-services" title="" href="http://zoo-project.org/site/ZooWebSite/ZooServices/Introduction"><span> ZOO Services Introduction</span></a></dd>
    17 <dd id="zoo-services-examples"><a id="zoo-serv-examples" title="" href="http://zoo-project.org/site/ZooWebSite/ZooServices"><span>Example ZOO Services</span></a></dd>
     16<dd id="zoo-services-introduction"><a id="zoo-services" title="" href="http://zoo-project.org/site/ZooWebSite/ZooServices/Introduction"><span> ZOO-Services Introduction</span></a></dd>
     17<dd id="zoo-services-examples"><a id="zoo-serv-examples" title="" href="http://zoo-project.org/site/ZooWebSite/ZooServices"><span>Example ZOO-Services</span></a></dd>
    1818<dd id="zoo-zcfg-reference"><a id="zcfg-reference" title="" href="http://zoo-project.org/trac/wiki/ZooWebSite/ZooServices/ZCFGReference"><span>ZCFG Reference</span></a></dd>
    19 <dd id="zoo-api-introduction"><a id="api-introduction" title="" href="http://zoo-project.org/trac/wiki/ZooWebSite/ZOOAPI/Introduction#ZOOAPIDescription"><span>ZOO API introduction</span></a></dd>
    20 <dd id="zoo-api-examples"><a id="api-examples" title="" href="http://zoo-project.org/trac/wiki/ZooWebSite/ZOOAPI/Examples#ZOOAPIExamples"><span>ZOO API examples</span></a></dd>
    21 <dd id="zoo-api-classes"><a id="api-classes" title="" href="http://zoo-project.org/trac/wiki/ZooWebSite/ZOOAPI/Classes#ZOOAPIClasses"><span>ZOO API classes</span></a></dd>
    22 <dd id="zoo-kernel-main"><a id="zoo-kernel" title="" href="http://zoo-project.org/trac/wiki/ZooWebSite/ZooKernel"><span>ZOO Kernel introduction</span></a></dd>
     19<dd id="zoo-api-introduction"><a id="api-introduction" title="" href="http://zoo-project.org/trac/wiki/ZooWebSite/ZOOAPI/Introduction#ZOOAPIDescription"><span>ZOO-API introduction</span></a></dd>
     20<dd id="zoo-api-examples"><a id="api-examples" title="" href="http://zoo-project.org/trac/wiki/ZooWebSite/ZOOAPI/Examples#ZOOAPIExamples"><span>ZOO-API examples</span></a></dd>
     21<dd id="zoo-api-classes"><a id="api-classes" title="" href="http://zoo-project.org/trac/wiki/ZooWebSite/ZOOAPI/Classes#ZOOAPIClasses"><span>ZOO-API classes</span></a></dd>
     22<dd id="zoo-kernel-main"><a id="zoo-kernel" title="" href="http://zoo-project.org/trac/wiki/ZooWebSite/ZooKernel"><span>ZOO-Kernel introduction</span></a></dd>
    2323</dl>
    2424}}}
    2525
    2626
    27 = Powerful ZOO Kernel, that makes coffee =
     27= Powerful ZOO-Kernel, that makes coffee =
    2828
    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.
     29ZOO-Project 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.
    3030
    31 = Use the ZOO Services and make your own =
     31= Use the ZOO-Services and make your own =
    3232
    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.
     33A [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.
    3434
    35 = Easy implementation with the ZOO API =
     35= Easy implementation with the ZOO-API =
    3636
    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.
     37The [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.
    3838
    3939= News =

Search

Context Navigation

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png