Patterns & Practices Web Client Software Factory (WC-SF)。
這是Microsoft Patterns & Practices Team正在開發中的一個項目,目的是為了協助使用者使用Microsoft平台建立高品質的企業級應用。這個項目提供了一個可以擴充和自訂的架構,通過提供一個Software Factory來協助使用者開發一個基於Web的解決方案,解決最常見和最重要的一些技術問題。
一些WCSF的設法解決的典型問題:
- 如何組織一個解決方案
- 如何測試一個Web應用程式(主要是單元測試)
- 如何管理不同的環境(開發、測試、產品環境等)
- 如何隱藏技術的複雜度
- 如何與各種不同後台系統的整合
- 如何構建一個容易troubleshoot的應用
- 如何增加security, availability, reliability
- ……
一些WCSF會提供的組件:
- Application Blocks (Enterprise Library blocks and others)
- Patterns
- Hands-On-Labs
- Visual Studio Automation (templates, wizards, etc)
- Architecture Documentation
- Sample applications based on all of the above
- ……
值得一提的是,WCSF結合了Microsoft平台的多種技術,包括ASP.NET 2.0,Atlas,Microsoft Workflow Foundations,SharePoint等等。可以看到WCSF已經覆蓋了從用戶端到伺服器端的一整套的解決方案,這也是P&P的第一次嘗試吧。另外,WCSF的產品經理Eugenio Pace也提到了這個產品中對於Dependency Injection的應用,我對這個實現比較關注。
這個項目尚在開發之中,每周一會有Weekly Drop,按照計劃它將在今年12月發布。
上面這些內容只是對WCSF的一點非常粗略的介紹,感興趣的朋友可以關注以下連結:
1. Patterns & Practices Web Client Software Factory Home at Codeplex
2. Presentation: Vision & Scope of Web Client Software Factory
3. Video: Web Client Software Factory - Concept Study by Blaine Wastell
另外,Microsoft Patterns & Practices Team對於Smart Client也有類似的Software Factory:
1. Smart Client Software Factory Home at MSDN
2. Getting Started with the Smart Client Software Factory