Smart Clients a Dead Concept ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi all

the notion of smart clients seems a good one from a development perspective
but there does not seem to be much literature around. not one current book.

can anyone she light on the current state of play? is MS pushing this
technology? or have we moved on?

thanks

Richard
 
I'd be happy with just some code that shows

1. how to center a messagebox in a MDI application with 2 monitors
that are reversed in display properties.

2. how to cut/copy/paste from every MS control.

I won't hold my breath.
 
Thanks for the resources Dymtro but do you think there is a lot of momentum
for this technology? Amazon only has 2 books that claim to be about the
technology and neither are for the current state of play. It is worrying
when you are choosing infrastructure for a new project.

I'd like to believe that MS will persue it so that we move away from the
ASP, javascript, html, vbscript, xsl, xml etc etc toolset which i think is
generally a messy way to develop an application.

Just seems like things are very quiet when it comes to smart clients.

Cheers
 
Lester,

I am afraid I should tell you the bad news. The current momentum is towards
Web 2.0 applications (read AJAX, SOA etc.), which are technologically based
on DHTML, JavaScript, XML, XSL etc. Probably it's just a trend, but all
these topics receive the most of book writers' attention nowadays.

If you are seriously persistent about developing your app as a Smart Client,
at least consider ClickOnce deployment, since one of the main Web
applications' benefits is no-hassle deployment, especially in corporate
Intranets. And ClickOnce enables you to ensure your desktop application is
deployed as smoothly as possible.
 
Thanks Dymtro

That clarifies things for me. I will still go with the Smart Client
architecture as I think it is a better model for the development and also I
have the benefit of developing the app for one large client who can install
Net Framework 2 as needed.

I think that once the framework is installed across a wider base we will see
more of this type of app and say goodbye to the usage of several different
technologies to implement a solution:

ASP
HTML
DHTML
SOA
AJAX
XML
Javascript
etc
etc

It seems like we keep piling on the technologies to try and get to a point
that Smart Client architecture is already at. I think we make our already
difficult jobs all the harder by doing things this way.

Cheers

Richard
 
Thanks Dymtro

That clarifies things for me. I will still go with the Smart Client
architecture as I think it is a better model for the development and also I
have the benefit of developing the app for one large client who can install
Net Framework 2 as needed.

I think that once the framework is installed across a wider base we will see
more of this type of app and say goodbye to the usage of several different
technologies to implement a solution:

ASP
HTML
DHTML
SOA
AJAX
XML
Javascript
etc
etc

It seems like we keep piling on the technologies to try and get to a point
that Smart Client architecture is already at. I think we make our already
difficult jobs all the harder by doing things this way.

Cheers

Richard
[snip]

Amen Lester!
Good luck with your project,

Otis Mukinfus
http://www.arltex.com
http://www.tomchilders.com
 
Back
Top