Changes between Initial Version and Version 1 of MapGuideRfc68


Ignore:
Timestamp:
Jun 22, 2009, 7:09:23 PM (15 years ago)
Author:
leaf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc68

    v1 v1  
     1= !MapGuide RFC 66 - Failover =
     2
     3This page contains an change request (RFC) for the !MapGuide Open Source project.
     4More !MapGuide RFCs can be found on the [wiki:MapGuideRfcs RFCs] page.
     5
     6
     7== Status ==
     8
     9||RFC Template Version||(1.0)||
     10||Submission Date||(June 16, 2009)||
     11||Last Modified||(Christine Bao Tue Jun 16 02:22:17 2009)||
     12||Author||(Christine Bao)||
     13||RFC Status||(draft)||
     14||Implementation Status||(under development)||
     15||Proposed Milestone||(2.2)||
     16||Assigned PSC guide(s)||(Tom Fukushima)||
     17||'''Voting History'''||(vote date)||
     18||+1||Bob, Andy, Haris||
     19||+0||Paul||
     20||-0||Tom, Bruce||
     21||-1||Jason (troublemaker)||
     22||no vote|| ||
     23
     24== Overview ==
     25
     26This proposal is to refactor MapGuide Web .NET API to some common dlls.
     27
     28== Motivation ==
     29
     30Currently all MapGuide Web .NET API is in one single dll MapGuieDotNetApi.dll, which includes Foundation, Geometry, PlatformBase, MapGuideCommon, WebApp and HttpHandler components. It isn’t good for users to reuse functionality provided by MapGuide Web .NET API. For example, users have to include a reference to all components even if they just want to use Geometry related API.
     31
     32== Proposed Solution ==
     33
     34MapGuide Web .NET API will be divided into five separated dlls. SWIG is used to create MapGuide .NET API as before.
     35       OSGeo.MapGuide.Foundation.dll: contains API in Foundation component.
     36       OSGeo.MapGuide.Geometry.dll: contains API in Geometry compoent.
     37       OSGeo.MapGuide.PlatformBase.dll: contains API in PlatformBase component.
     38       OSGeo.MapGuide.MapGuideCommon.dll: contains API in MapGuideCommon compoent.
     39       OSGeo.MapGuide.Web.dll: contains API in WebApp and HttpHandler components.
     40
     41
     42== Implications ==
     43
     44Currently, there is no enough resources and funding to refator PHP and Java API. They may be implemented if resources and funding can be obtained in the future.
     45
     46== Test Plan ==
     47
     48Run the existing unit tests. No need to add new unit tests.
     49
     50== Funding/Resources ==
     51
     52Supplied by Autodesk.