Javascript and UML Distilled

简介:Javascript和<<UML Distilled>>

1.Javascript:

  • 大小写,
  • Dom对象(Window,Document,Location,History)
  • 内置对象(Array,String,Date,Time,Math)
  • 内置函数(eval,unescape,parseFloat)
  • 事件及事件处理(Load,Unload,DragDrop,Submit,Click,Blur,Mouse(Down,Move,Up,Over))
  • 交互 HTML+Javascript<---Dom--->浏览器之间(容器、解释器).
2.UML Distilled
开发阶段Ceremony
  • Inception(项目范围,规模;几天)
  • Elaboration(主要风险-->Domain model;Usecase,类图,交互图,包图,部署图)
  • Constrution(按风险分类UseCase,确定优先级;迭代;CRC Card及所有UML图)
  • transition( 不要添加新功能了)
风险
  • 需求(概念模型,领域模型,用例)
  • 技术(构作原型;类图、交互图、包图、部署图)
  • 技艺(mentoring,模式)
  • 政治
视面
  • 概念(conceptual)
  • 规约(specification)
  • 实现(implementation)
posted on 2006-09-10 19:25  朴笛  阅读(435)  评论(0编辑  收藏  举报