Download presentation
Presentation is loading. Please wait.
4
この部分こそが必 要とされている ! Runtime 自身と Expression が カバーする!
5
統合する コード
6
4. 更新、ソート、ページング、がそのまま動く上、アプ リケーションは既にテスト可能になっている 3. データソース & UI ビューを、あらかじめ準備された ビジネスオブジェクトパターンに入れておく
7
Web Application BrowserBrowser DB ServicesServices Other Applications Data Access Layer AppLogic Services HTML PresentationLogicPresentationLogic
8
Web Application BrowserBrowser Rich Internet Application DB ServicesServices Other Applications Data Access Layer AppLogic Services PresentationLogicPresentationLogic Network ServicesServices
9
Web Application BrowserBrowser Rich Internet Application DB ServicesServices Other Applications Data Access Layer AppLogic Services (SOAP, REST, JSON, XML) PresentationLogicPresentationLogic Network ServicesServices
11
アプリケーションのビルディングブロック ビジネスアプリケーションにフォーカス Style.xaml Data Controls DataGrid, Paging, Filtering, Validation Business object Layer との統合 Navigation Framework Deep-linking – 前へ / 次へ の統合, e-mail Search Site Map の提供 自動的に利用できるリッチな トランジション Out of Browser の活用 数行のコード追加で別 UI の提供 SEO 機能の活用 robots.txt
12
Data Access Layer Business Objects View Server Client
13
ApplicationApplication DB ServicesServices Data Access Layer AppLogic PresentationLogicPresentationLogic Network DomainService: CRUD + App Logic class Catalog IQueryable GetProducts() void UpdateProduct(Product, Product) void ToggleSale(Product) Validation and authorization rules, Application workflows, … Data Model class Product DomainContext: Bindable Data class Catalog EntityList Products { get } void LoadProducts(IQueryable ) void ToggleSale(Product) class Product Data members + Validation void ToggleSale() Data Model + Metadata + Shared Code DomainContextDomainContextDomainServiceDomainService.NET RIA Services がカバーする
14
AppLogic Databases ADO.NET, ORMs (LTS, EF, …) CLR Lists/Objects Repository (nHibernate, …) Services REST/SOAP (Windows Azure, …) XML, JSON, Binary.NET Clients Silverlight, WPF Standards Clients JavaScript Server Rendering HTML, SEO, Printing, … Services WCF Unit Test Code
21
© 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
Similar presentations
© 2024 slidesplayer.net Inc.
All rights reserved.