JAVA学习网首页 把生活查询网加入收藏 把JAVA学习网设为首页 联系方式
    Hi,JAVA学习
JAVA基础 设计模式 数据库 JavaBeans J2EE JavaDelphi 用户界面 综合文章  
XPlanner 一个Web界面的XP团队计划和跟踪工具
时间:22/04/2007
作者:网络
来源:网络
小提示点这里把文章加入您的收藏夹,方便下次查看
设置文章字体大小:[ ]
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
上一篇:使用MyEclipse开发Struts框架的Hello World!(录像1)

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

  • Class Loading ---(类装载机制,开发者不得不知道的故事) --下篇
  • spring in action is released!
  • 源码解读:java 解析字符串为boolean四种实现方法的细节和特点
  • Java 理论与实践: 关于异常的争论
  • 菜鸟初学Java的备忘录(七)
  • ALookInsideJ2EEPatterns(5)
  • 关于Log4j比较全面的配置
  • 从一个ConnectionPool的实现看designpattern的运用(二)
  • EJB设计模式2
  • 控制运行中的application进程实例的个数
  • 浅谈即时战略游戏J2ME中应用
  • struts简单例子的分析
  • JAVA相关基础知识(5)
  • EJB规范中的参数传递的语义
  • 从TDD的观点来看IntelliJ IDEA
  • 12个最重要的J2EE最佳实践
  • 一个简单的JAVA XML解析器
  • 对J2EE项目的一些体会
  • 返回】 【顶部】 【关闭
    Copyright © 2005-2010 www.594k.com All Rights Reserved.
    版权所有:JAVA学习网 备案序号:皖ICP备06004238号