XPlanner 一个Web界面的XP团队计划和跟踪工具

2008-02-23 10:08:37来源:互联网 阅读 ()

新老客户大回馈,云服务器低至5折

http://www.xplanner.org/

Overview

XPlanner is a project planning and tracking tool for eXtreme Programming (XP) teams. If you are not familiar with XP software development practices, the links page contains pointers to relevant resources. To summarize the XP planning process, the customers pick the features to be added (user stories) to each development iteration (typically, one to three weeks in duration). The developers estimate the effort to complete the stories either at the story level or by decomposing the story into tasks and estimating those. Information about team development velocity from the previous iteration is used to estimate if the team can complete the stories proposed by the customer. If the team appears to be overcommitted, the set of stories are renegotiated with the customer. The XPlanner tool was created to support this process and address issues experienced in a long-term real-life XP project.

Technology and Architecture

XPlanner is built using a layered architecture. At the lowest layer, the persistent data is stored in MySQL and Accessed using JDBC. In general the relational data is not accessed directly, but is loaded as Java objects using the Tornado object-relational mapping engine. The "business logic" layer (the actions) manipulate the planning domain objects and provide them to the presentation layer which formats them using JSP (including several custom tags), form handlers, CSS, and HTML. All static text on the pages is stored in a resource bundle to support internationalization.



Iteration View



Iteration Metrics



大家可实验一下
一个可以测试的地方
http://www.softme.org/cnxplanner/do/login

上一篇: Jie Server配置指南
下一篇: Jie Server开发指南

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:MVC设计模式带来更好的软件结构和代码重用

下一篇:!从简单的hello程序看.net与java的异同