摘要:
MS Pattern & Practices http://www.microsoft.com/practices 团队发布了Silk项目和相关参考,为我们进入HTML5的开发世界提供了很好的参考。 Project Silk provides guidance for building maintainable cross-browser web applications that are characterized by an intentional design, rich interactivity, and a responsive user interface (UI), r 阅读全文
摘要:
上一篇提到TFS的使用http://www.cnblogs.com/2018/archive/2011/10/09/2204002.html,通过这个可以实现java项目的ALM管理。当时我们选择VSTS2005时还有一个软件Jazz,只不过当时还没有发布,今天有点闲暇时间,特别关注了一下这个产品。通过官网介绍,Jazz™ 技术平台已逐渐发展成为一个可充分伸缩和扩展的团队协作平台,用于无缝地集成软件生命周期中的任务。Jazz Team Server核心平台开源,在核心基础上提供了各种应用平台,Rational Requirements Composer、Rational Team Concer 阅读全文
摘要:
项目组以前一直使用TFS管理.net的项目生命期开发,现在项目需要sliverlight和java web开发,因此为了利用以前的积累的知识和经验,把TFS配置成了可以集成Java。如果不了解ALM,可以查看:http://en.wikipedia.org/wiki/Application_lifecycle_management 官方的参考资料 TFS提供了一个插件处理java的集成问题,具体参考 Team Foundation Server Plug-in for Eclipse http://msdn.microsoft.com/en-us/library/gg413285.as... 阅读全文
摘要:
网站上线了,如果您想要知道您的访问者是如何找到您以及他们是如何与您的网站互动的,Google Analytics(分析)可以告诉您所有相关信息。概念Web analytics Google AnalyticsWeb analytics provides the tools for gathering this information and enables you to benchmark the effects.web analytics covers many areas that require different methodologies or data-collection tec 阅读全文
摘要:
多层设计中各个分层核心关注的内容: Domain Model Layer The “Domain Model Layer” is the Heart of the Software. 负责业务概念、流程和领域规则 This layer should be responsible for representing business concepts, information on the status of the business processes and implementation of domain rules. It should also contain states ref... 阅读全文
摘要:
Layers vs. Tiers Layers refer to the logical division of components and functionality, and not to the physical location of components in different servers or places. Conversely, the term Tiers refers to the physical distribution of components and functionality in separate servers, including the net. 阅读全文
摘要:
软件的架构设计对于项目的成功有否有很重要的影响,一般的软件架构设计过程: 1、确定系统涉及的多个方面内容: Type of application to be built. (Web, RIA, RichClient…) 应用类别 Logical structure of the application (N-Layers, Components, etc…) 应用的逻辑结构 Physical structure of the application (Client/Server, N-Tier, etc…) 应用的物理结构 Risks to be fa... 阅读全文