framework_roadmap.html.svn-base

来自「cqME :java framework for TCK test.」· SVN-BASE 代码 · 共 168 行

SVN-BASE
168
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html> <head> <style type="text/css"> /* <![CDATA[ */ @import "/branding/css/tigris.css"; @import "/branding/css/inst.css"; /* ]]> */ </style> <link rel="stylesheet" type="text/css" href="/branding/css/print.css" media="print" /><script src="/branding/scripts/tigris.js" type="text/javascript"></script> <title>        ME Framework Release Roadmap</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name="version" content="3.5.1.19.8" />  <style type="text/css"><!--.style3 {color: #e76f00}--> </style></head><body  class="composite">  <table border="0" cellspacing="0" cellpadding="4" width="100%" id="main"><tr> <td id="midcol"> <!--BEGIN * PAGE TITLE --><div id="projecthome" class="app"> <h1 class="style3">ME Framework Release Roadmap</h1> <!--END * PAGE TITLE --> <p>This document describes the medium-term roadmap for the ME Framework project.</p><p>A description of the conventions used for release naming and versioning is includedat the end.</p><h3>ME Framework Roadmap Deliverables</h3><p>The release plans described below are preliminary and might change.Features may be added or removed and the dates may change depending onthe demand and resource availability.Version numbers may change accordingly.</p><p>The following releases are planned.</p><p><h4>Q2 CY 07 (Feature Release: Version 1.2)</h4><ul><li>Communication channel   <ul>   <li>Add a pluggable execution protocol for CDC       (CDC/JavaTV stack TCKs currently require TCP/IP for       harness-agent communication)   <li>Enable test execution and the distributed test frameworks (DTF) to reuse the same (pluggable) protocol   <li>Upgrade the (DTF) to support both CLDC/CDC stacks       out of the box and eliminate code duplication between different DTF implementations   <li>Improve the handling of CDC/J2SE security during communications   <li>Add a socket-based communication client (to be used in FP+)   </ul><li>Usability   <ul>   <li>Improve test export   <li>Provide on-screen debugging   <li>Enable test execution over the air (OTA)   <li>Make it easier to reuse ME Framework interviews   </ul><li>Internal structure   <ul>   <li>Review and fix TestSuite, Interview, and Script hierarchies   <li>Improve the TestBundler   <li>Improve OTATest (fix OTA-related bugs)   </ul><li>Bug fixes</ul><h4>Q4 CY 07 (Feature Release: Version 1.3)</h4><ul><li>Improve alignment with JT Harness 4.x<li>Automate interactive testing<li>Fix bugs</ul><h4>Q2 CY 08 (Feature Release: Version 1.4)</h4><ul><li>Support CDC OTA<li>Adjust interviews to take advantage of any upgrades to the JT harness Configuration Editor</ul><h3>Release Types and Versioning Conventions</h3><p>The following table shows the versioning conventions used by the ME Framework.</p><table border="1" cellpadding="5" cellspacing="0"><tbody><tr align="left"><th width="300">Release Type</th><th>Description</th></tr><tr><td>Major release (X.0)</td><td>Introduces major new functionality and improvements.  May breakbackward compatibility of some APIs.  Test suites may require updatesto work properly with a new major release.</td></tr><tr><td>Feature release (X.Y)</td><td>Adds new features and bug fixes to the X.0 major release line.Is generally backward compatible with X.0 and test suites written forX.0 are expected to work with X.Y.</td></tr><tr><td>Bugfix/maintenance release (X.Y.Z)</td><td>Adds new features and bug fixes to the X.0 major release line.Is generally backward compatible with X.0 and test suites written forX.0 are expected to work with X.Y.</td></tr><tr><td>Patches</td><td>Patches may be issued for each of the release types as required.</td></tr></tbody></table><p><b>Note:</b> ME Framework is an open source project based on Sun'scommercial Java&#153; Platform, Micro Edition Technology Compatibility KitFramework. To be compatible, it inherits that product's release level (version 1.1.1).</p></div></td></tr></table></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?