Changes between Version 21 and Version 22 of GoogleSoC2007


Ignore:
Timestamp:
Mar 9, 2007, 11:21:00 AM (17 years ago)
Author:
robertbray
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GoogleSoC2007

    v21 v22  
    2424
    2525
    26 === REST/SOAP/XML-RPC/... Web Services ===
     26=== REST/XML-RPC/SOAP Web Services ===
    2727
    28 [Mentor:  Bob Bray?]
     28[Mentor:  Bruce Dechant]
    2929
    30 Quite a few applications end up having to write their own web services interfaces around the basic !MapGuide services.  Developing these in the !MapGuide Core would allow us to reduce the amount of effort it takes to integrate !MapGuide into enterprise applications.
     30!The MapGuide Server exposes a rich set of APIs querying and manipulating geospatial data, plotting and rendering maps, etc. This project entails exposing the MapGuide Service APIs as Web Services via standard protocols like REST, XML-RPC, or SOAP. 
     31
     32Today quite a few applications end up having to write their own web services interfaces around the basic !MapGuide services.  Developing these in the !MapGuide Core would allow us to reduce the amount of effort it takes to integrate !MapGuide into enterprise applications.
    3133
    3234As well as the enterprise, we need to target the rapidly growing neogeography population.  This will be accomplished by supporting a REST-based interface, and output formats like JSON and XML where appropriate.