Changes between Version 7 and Version 8 of MapGuideRfc102
- Timestamp:
- 09/20/10 08:47:15 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc102
v7 v8 1 1 2 = MapGuide RFC 102 - Upgrading to Xqilla 2.2.4 and DBXML and removing it from the tree =2 = !MapGuide RFC 102 - DBXML and Xqilla Upgrade = 3 3 4 4 This page contains an change request (RFC) for the !MapGuide Open Source project. … … 10 10 ||RFC Template Version||(1.0)|| 11 11 ||Submission Date||1 July 2010)|| 12 ||Last Modified|| Rohit Razdan, 1 July2010||13 ||Author|| Rohit Razdan||12 ||Last Modified||Bruce Dechant, 20 September 2010|| 13 ||Author||Bruce Dechant|| 14 14 ||RFC Status||draft|| 15 15 ||Implementation Status||pending|| 16 16 ||Proposed Milestone||2.3|| 17 ||Assigned PSC guide(s)|| Trevor Wekel||17 ||Assigned PSC guide(s)||Bruce Dechant|| 18 18 ||'''Voting History'''|||| 19 19 ||+1|||| … … 25 25 == Overview == 26 26 27 This RFC proposes removal of Xqilla and Berkeley DBXML from the MapGuide source tree and attendant upgrade to versions 2.2.4 and DBXML 2.5.1627 This RFC proposes upgrading DBXML and Xqilla to the latest version. 28 28 29 29 == Motivation == 30 Continuing with the spirit of using native 3rd party components wherever possible, it is important that dbxml and xqilla be removed from the source tree and the user allowed to install them independently. This would be a more elegant solution and would allow frequent upgrades. This would also motivate us to pass our changes upstream. 30 31 MapGuide uses the DBXML and Xqilla libraries to perform XML manipulation. 32 The version used by MapGuide is 2.3.10 and the latest version at the time of this RFC is 2.5.16. 31 33 32 34 == Proposed Solution == 33 35 34 I propose to allow the user to install Xqilla and DBXML independently, and if already installed to use those existing installation with Mapguide. This involves two steps 36 Upgrade the existing DBXML and Xqilla libraries to the latest version. 35 37 36 * Modifying the configure file to include an option --with-dbxml=<install directory>. Default would be /usr . Using this option to configure the makefiles. These modules depend on dbxml source code. (Note that Xqilla is used just by DBXML, so no --with-xqilla option required. Note also that Xqilla requires Xerces and the upgrade is required for it to compile with Xerces 3.1)37 * ./Oem/Makefile.am38 * ./Server/src/Services/Resource/Makefile.am39 * ./Server/src/Services/Drawing/Makefile.am40 * ./Server/src/Core/Makefile.am41 * ./Web/src/JavaApi/Makefile.am42 * ./Web/src/CgiAgent/Makefile.am43 * ./Web/src/WebApp/Makefile.am44 * ./Web/src/PhpApi/Makefile.am45 * ./Common/Foundation/Makefile.am46 47 48 49 38 == Implications == 50 39 51 None. Testing to be required to see that there are no unwanted 'side-effects'. 40 Some of the MapGuide server's resource service codebase will need to be modified to use the NEW APIs of the upgraded libraries due to some of the methods being deprecated. The methods used are all internal and are not publically exposed. 41 52 42 == Test Plan == 53 43 54 Use standard MapGuide unit tests. 55 == Funding/Resources == 44 Test existing functionality and stability. 56 45 57 GSOC 46 == !Funding/Resources == 47 !AutoDesk 48 49 == Future Plans == 50 51 Remove MapGuide's own copy of the source and allow the component to be installed/upgraded by the enduser.