platform-core-home/plan_xerces.html
Parent Directory
|
Revision Log
Revision 1.3 - (view) (download) (as text)
| 1 : | dj | 1.1 | <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> |
| 2 : | <html> | ||
| 3 : | <head> | ||
| 4 : | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | ||
| 5 : | <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> | ||
| 6 : | <title>Platform/Core Component Planning Details</title> | ||
| 7 : | <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css"> | ||
| 8 : | </head> | ||
| 9 : | <body text="#000000" bgcolor="#FFFFFF"> | ||
| 10 : | | ||
| 11 : | <table BORDER=0 CELLSPACING=5 CELLPADDING=2 WIDTH="100%" > | ||
| 12 : | <tr> | ||
| 13 : | <td ALIGN=LEFT VALIGN=TOP COLSPAN="2" BGCOLOR="#0080C0"><b><font face="Arial,Helvetica"><font color="#FFFFFF">Platform/Core | ||
| 14 : | Component Planning Details</font></font></b></td> | ||
| 15 : | </tr> | ||
| 16 : | <tr> | ||
| 17 : | <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="Adarrow.gif" BORDER=0 height=16 width=16></td> | ||
| 18 : | <td> | ||
| 19 : | <p><b><a name="xerces"></a>Remove Dependancy on Xerces </b>(bugs <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=37696">37696</a>, | ||
| 20 : | <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=36112">36112</a>)</p> | ||
| 21 : | <p><i>Checklist:</i></p> | ||
| 22 : | dj | 1.3 | <ul> |
| 23 : | dj | 1.1 | <li>Create new XML plug-in containing the XML Pull APIs.</li> |
| 24 : | <li>Remove plug-in dependancies from org.eclipse.core.runtime and org.eclipse.core.resources.</li> | ||
| 25 : | <li>Add new dependancy to new XML plug-in.</li> | ||
| 26 : | <li>Replace org.eclipse.core.internal.plugins.PluginParser with a new | ||
| 27 : | parser using the new APIs.</li> | ||
| 28 : | <li>Replace org.eclipse.core.internal.resources.WorkspaceDescriptionReader | ||
| 29 : | with new reader based on new APIs.</li> | ||
| 30 : | dj | 1.3 | <li>Replace org.eclipse.core.internal.resources.ProjectDescriptionReader |
| 31 : | with new reader based on new APIs.</li> | ||
| 32 : | <li>Determine interaction with bootstrap process. Things to consider include | ||
| 33 : | creating the bootstrap classloader, update/install, and org.eclipes.core.internal.boot.PlatformConfiguration.</li> | ||
| 34 : | dj | 1.1 | <li>Check test suites.</li> |
| 35 : | <li>Verify new work by completely removing the Xerces plug-in from the | ||
| 36 : | dj | 1.3 | environment. (is this possible with the other plug-ins' dependancies?</li> |
| 37 : | dj | 1.1 | <li>Educate Platform/UI and other teams in SDK who rely on Xerces with |
| 38 : | dj | 1.3 | knowledge of new APIs. Note that most teams have updated the bug report |
| 39 : | with explanations of their usage.</li> | ||
| 40 : | dj | 1.1 | </ul> |
| 41 : | </td> | ||
| 42 : | </tr> | ||
| 43 : | dj | 1.3 | <tr> |
| 44 : | <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="Adarrow.gif" BORDER=0 height=16 width=16></td> | ||
| 45 : | <td><p><strong>Milestone Plan (3.0 M2) - July 18, 2003</strong></p> | ||
| 46 : | <ul> | ||
| 47 : | <li>Goal is to complete all of the above work.</li> | ||
| 48 : | <li>We don't envision having all teams converted to new APIs but should | ||
| 49 : | at least be educated on how to convert their code. It is up to the individual | ||
| 50 : | teams to 1) determine whether or not they want to convert their code | ||
| 51 : | and 2) to actually change their code.</li> | ||
| 52 : | <li>Note that although all plug-ins in the SDK are not required to convert | ||
| 53 : | their parsing, it is necessary that at least the plug-ins defined to | ||
| 54 : | be a part of the Rich Client Platform (RCP) perform this transformation. | ||
| 55 : | Reducing the size of the XML plug-in shipped with the RCP (3M for Xerces | ||
| 56 : | vs 25K for XmlPull) is a big big win.</li> | ||
| 57 : | </ul></td> | ||
| 58 : | </tr> | ||
| 59 : | dj | 1.1 | </table> |
| 60 : | |||
| 61 : | </body> | ||
| 62 : | </html> |
| help@eclipse.org | ViewVC Help |
| Powered by ViewVC 1.0.3 |
