Skip to main content

Silverlight Out-Of-Browser et Adobe Air

Avec Silverlight 3, nous pouvons réaliser très simplement des applications Out-Of-Browser. L’amalgame est souvent fait avec Adobe Air, pourtant ce sont des technologies différentes. Où se situe exactement Air par rapport à Silverlight?

Adobe Air est un framework qui permet de réaliser des applications “clients lourds” qui ont un accès complet à la machine (fichiers, impression, fenêtres, et j’en passe), tandis que Silverlight Out-Of-Browser (OOB) permet simplement d’étendre légèrement des applications Silverlight afin qu’elles apparaissent dans le menu “Démarrer”, en tant que raccourci sur le bureau, qu’elles tournent dans une fenêtre qui n’est pas un navigateur, et qu’elles gèrent les moments où la machine n’est pas connectée au réseau. Dans ce contexte, Silverlight OOB n’est pas équivalent à Air puisque l’application Silverlight OOB est bien une application RIA légère, multi-plateformes, avec un niveau de sécurité restreint, et n’ayant pas un accès complet à la machine.

En fait, Adobe Air est l’équivalent de WPF ou Windows Forms (du côté Microsoft) ou même du runtime Java. D’ailleurs, je ne peux pas exécuter une application Air rien qu’avec le plugin Flash, il faut que j’installe un runtime spécifique, plus lourd.

Du coup, pour ceux qui développaient déjà avec des technologies Microsoft (entendez: tout ce qui se fait sous Visual Studio), le choix est simple: pour faire du RIA comme Flash, on peut utiliser Silverlight, pour faire du client lourd comme Adobe Air, on peut utiliser Windows Forms ou WPF, et pour faire du client léger, c’est ASP.NET. Trois types de présentation, trois scénarios de déploiement différents.

Petit récapitulatif des technologies pour vous aider à faire le bon choix:

 

Microsoft

Adobe

Autre

Client lourd Windows Forms ou WPF Adobe Air Java runtime
RIA Silverlight Flash Java FX
RIA déconnecté Silverlight OOB - -
Client léger ASP.NET, ASP.NET AJAX   PHP, JSP, frameworks AJAX …

Pour savoir comment réaliser une application Silverlight OOB, lisez cet article. Dans la formation Silverlight 3 et Expression Blend, mes stagiaires réalisent une application OOB eux-mêmes et nous rentrons dans les détails de l’OOB. D’ailleurs, j’en parle aussi dans toutes les autres formations Silverlight pour peu que mes stagiaires soient intéressés, même si ce n’est pas directement au programme.

Comments

Popular posts from this blog

Gift idea : help your loved ones take their IT skills to the next level

You surely know a special person who works in IT. Learn Kubernetes & Docker enables them to quickly ramp up on those two technologies that one doesn't want to miss in 2021. With smoother operations, better scaling and availability, DevOps tooling, containers and containers orchestration smartly solve many problems that developers and system administrators commonly face. Don't let your loved ones face problems in their IT job : offer them the book that takes them from zero to productive in a matter of days. Grab it now! Get the ebook from Leanpub , Amazon or choose from many retailers . Get the print edition from Lulu .  

Learn Meteor book available

I'm pleased to announce the general release of my Learn Meteor book. It is now available as an ebook or print book from various sources: Learn Meteor print (paperback) on Lulu Learn Meteor ebook on LeanPub Learn Meteor ebook on Barnes & Noble Learn Meteor ebook on iBooks Learn Meteor ebook on Kobo Learn Meteor ebook on Scribd Learn Meteor ebook on Inktera Page Foundry Learn Meteor ebook on 24symbols Learn Meteor ebook on Amazon US Learn Meteor ebook on Amazon UK Learn Meteor ebook on Amazon France Learn Meteor ebook on Amazon Deutschland Learn Meteor ebook on Amazon Canada Learn Meteor ebook on Amazon India Learn Meteor ebook on Amazon Brasil Learn Meteor ebook on Amazon Mexico Learn Meteor ebook on Amazon España Learn Meteor ebook on Amazon Italia Learn Meteor ebook on Amazon Netherlands Learn Meteor ebook on Amazon Japan Learn Meteor ebook on Amazon Australia More sources are coming soon for the print version. Learn Meteor has been a fun expe...

Learn ASP.NET Core: read the book as it is being written

     TL;DR: get the discounted book now using the coupon , then get the full version for free. Thanks to the great acceptance of my previous books, ( Learn WPF MVVM ,  Learn ASP.NET MVC and Learn Meteor ), I'm in the process of writing a fourth one. Learn ASP.NET Core - MVC and DI with .NET Core 1.1 using Visual Studio 2017 teaches you how to quickly get coding using that technology. Just as I did previously, I'm publishing it before it is even finished. Would you like to read it? You can get it for half the price: 50% off the book using that coupon (limited to the first 100 readers and up to august 1st 2017): http://leanpub.com/netcore/c/K9mHH0IzfI2F About 50% of the book is already written, yet it is already available for download as an ebook: PDF, EPUB, MOBI: you choose your format. Over the next days I'll be writing the rest of the book, and publishing updates often. The final book will be ready by au...