Download presentation
Presentation is loading. Please wait.
Published byAlban Parks Modified over 9 years ago
2
Evolution of Smart Client What is Smart client? Types of Smart client Architectural challenges Smart Client Architecture Demo application of Smart Client Deploy smart client application with Click once Updating Smart Client Applications Security Considerations
3
Era of client applications being developed for the Microsoft® Windows® platform. - In mid 1990 2 – Tier Distributed Applications Internet Web Applications Again need of Rich client Applications New Generation Application - “Smart Client”
4
Single Architecture – Mainframes – Dumb Terminals
5
Era of client applications being developed for the Microsoft® Windows® platform. - In mid 1990 2 – Tier Distributed Applications Internet Web Applications Again need of Rich client Applications New Generation Application - “Smart Client”
6
Mid 80’s Personal Computers (2 tier) – Thick Clients
7
Era of client applications being developed for the Microsoft® Windows® platform. - In mid 1990 2 – Tier Distributed Applications Internet Web Applications Again need of Rich client Applications New Generation Application - “Smart Client”
8
Web Applications Solve Everything!
9
Era of client applications being developed for the Microsoft® Windows® platform. - In mid 1990 2 – Tier Distributed Applications Internet Web Applications Again need of Rich client Applications New Generation Application - “Smart Client”
11
Era of client applications being developed for the Microsoft® Windows® platform. - In mid 1990 2 – Tier Distributed Applications Internet Web Applications Again need of Rich client Applications New Generation Application - “ Smart Client ”
12
Smart Client is a term used to describe an application environment which: delivers applications over a web connection automatically update application without user action has the look and feel of desktop applications “Smart client” is neither a technology nor any specific architecture. It is a concept and a style of applications that combines the best of both windows applications and web applications.
13
Web Services & Offline/Online support Device Adaptability Tough to Deploy Heavy Footprint DLL Hell Network Dependency Poor User Experience Rich UI Complex To Develop Rich User Experience Developer Productivity Responsive Broad Reach Easy Change Management Ease of Deployment
14
Windows smart client applications A “desktop application” that uses available system resources and that provides a rich user interface Examples: Microsoft Money and Microsoft Outlook® messaging and collaboration client Office smart client applications Microsoft Office System 2003 provides you with a useful platform on which to build smart client applications, especially in an enterprise setting. Mobile smart client applications Applications that run on smart devices — Pocket PCs, Smart-phones, and other small form factor devices such as set-top boxes. These applications are built using compact.NET framework Examples: insurance and financial data-gathering applications, inventory management applications, and personal productivity management applications
15
Allows data and logic to be distributed to the client computer Ensures that the data is refreshed appropriately and that stale data is not used. Data concurrency Flexibility in how SC can be hosted Deployed as composite application.
16
Makes use of local resources Makes use of network resources Supports the “occasionally-connected” model Provides intelligent installation and updates Provides client device flexibility
17
Code and data deployed on the client ; executed and accessed locally Rich and responsive user interface ; powerful client-side processing capabilities. Enables to perform complex data manipulation, visualization, searching, or sorting operations. Takes advantage of client-side hardware resources as well as local software Direct display and peripheral access Responsive graphics, printers, digital camera’s, smart phones, pda, etc. Use of installed applications - Word, Excel, VSTO
18
Consumes and uses different services and data over the network Should use centralized services that help maintain the application and provide deployment and update services. Allow users to collaborate on tasks In many cases, a smart client application can provide portal-like capabilities to the user, allowing disparate data and services to be coordinated and integrated into an overall solution.
19
Designed to provide functionality to users who are occasionally connected/ Off line to the network. It can increase user’s productivity and efficiency Update when connected
20
Different ways to deploy smart clients Automatic updates Updates while running and can be deployed on demand by clicking on a URL Allows you to strongly name your application components Allows applications to be isolated from each other
21
Allows the user to configure the application to support his or her preferred way of working Allows access on multiple devices Ability to tailor the application according to the devices with essential features and functionality For example, a SC application can be developed that run on different devices like desktop, laptop, tablet, or mobile with their ability to deliver a full range of smart client application features
22
Introduction to ClickOnce 2.0 Deployment technology for SmartClient applications Initial deployment of applications On-demand and automatic updates Idea behind ClickOnce: take easy and reliable deployment of web applications to rich client apps No more touching every client for installs and updates No harm to other applications and data No problems like DLL hell and broken apps
23
A bit of deployment history .NET FX 1.1 No-touch deployment Easy deployment over HTTP Apps always runs as partially trusted code inside of a sandbox No transaction on updates involving multiple files Always downloads all files before running
24
Features of ClickOnce 2.0 Applications can be available: Online only Both online and offline, through a Start Menu shortcut Background updates Transacted multi-file updates of application Nice integration with Visual Studio 2005
25
DEMO Simple example of ClickOnce deployment
26
More deployment details Files are stored in an obfuscated location in user’s profile Isolated by user, application and version Installation cannot perform privileged operations No custom install steps, registry entries, driver installation, COM registration
27
ClickOnce runtime ClickOnce runtime is responsible for management and deployment of apps and permissions Runtime is triggered by two new XML file types: Application deployment manifests (*.application) Application references (*.appref-ms) Running application’s exe directly does not start ClickOnce runtime
28
Automatic application updates Automatic application updates Application is updated when new versions are published and updates are enabled CO runtime checks at update location for new deployment manifest New files are downloaded when available Configurable option of update check and download Before startup of application In background every time application is run In background on regular intervals Updates can be optional or obligatory Add/Remove programs allows rollback of updates
29
Visual Studio.NET integration Part of core project system Project properties has several tabs related to ClickOnce: Publish, Security and more Calculate permissions Deployment not as an after thought Taken care of during development Publish Wizard simplifies deployment even further Allows easy manipulation of some of ClickOnce properties
30
ClickOnce in the future Longhorn version of ClickOnce will bring Use of Background Intelligent Transfer Service (BITS) technology for trickle download Different execution context allowing execution from browser or externally Better protection in SEE
31
ClickOnce Security Code Access Security (CAS) determines what an application is allowed to do: Permissions assigned based on evidence and policies Location of download is leading: Local, Intranet or Internet Custom security policy allows for content-based evidence
32
Application manifest states permissions needed to properly run application Once installed and run, app gets only permissions in manifest User is prompted when manifest requests more permissions than CAS gives
33
CLR includes a new way of handling security for SC applications, known as Code Access Security (CAS) CAS Framework terminology Permissions Permission sets Evidence Code groups Security policy Demand Assert
35
Questions and Answers ? !
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.