1 / 12

Composite Application Guidance for WPF

Composite Application Guidance for WPF. Ivan Pavlovi ć, Hive Studios CSM, Visual C# MVP, MCSD, MCDBA, MCT paki@hive-studios.com http://msforge.net/blogs/paki. Agenda. Who really needs it? Components Interactions Dive, dive…. Who really needs it?. Multiple sources – One UI

melva
Download Presentation

Composite Application Guidance for WPF

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Composite Application Guidance for WPF Ivan Pavlović, Hive Studios CSM, Visual C# MVP,MCSD, MCDBA, MCT paki@hive-studios.com http://msforge.net/blogs/paki

  2. Agenda • Who really needs it? • Components • Interactions • Dive, dive…

  3. Who really needs it? • Multiple sources – One UI • Bank Teller App • Dev, test and deploy modules independently • App developed by multiple teams

  4. Receipt for Composite App • Ingredients • One monolith app or requirement for a new (and large)Desktop / Silverlight App • Development environment (C# Express is OK) • 150g of Module Loader implementation • UnityContainer or Windsor to keep things together • If you want get best taste out of this receipt cook on the mild temp in the beginning and increase temperature later  • Server hot with WiX or similar deployment tool

  5. Components Host Application (entry point) Service/Dependancy Injection Container Loader ModuleEnumerator Shell Shell Presenter Module Loader Region Core RegionManager View(s) Presenter Logging EventAggregator Model Commands Modules Module Proffered Services

  6. Communication • Commanding • Event Aggregation • Region Context • Shared Services

  7. Boot Process

  8. ModuleStructureLoading and Initialization

  9. SHELL Navigation Region Main Content Window Regions And Views Order 1 Order 2 Order 3 ..... Order Details Item QTY Cost Item QTY Cost Views

  10. EventAggregator Subscriber Publisher IEventAggregator Subscriber CompositePresentationEvent Subscriber CompositePresentationEvent Publisher Subscriber CompositePresentationEvent …

  11. Commands

  12. WorkItems

More Related