<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Kevin Francis:: Yes, but...</title><subtitle type="html">All things architectural across the various architectural disiplines, 
but with a focus on real-world use of architecture and on Microsoft technologies in particular.
Oh, and all about me and what I&amp;#39;m up to as well.

Blog by Kevin Francis, National Practices and Productivity Manager at Object Consulting in Melbourne, Australia.</subtitle><id>http://msmvps.com/blogs/architecture/atom.aspx</id><link rel="alternate" type="text/html" href="http://msmvps.com/blogs/architecture/default.aspx" /><link rel="self" type="application/atom+xml" href="http://msmvps.com/blogs/architecture/atom.aspx" /><generator uri="http://communityserver.org" version="4.0.30619.63">Community Server</generator><updated>2006-04-21T04:46:00Z</updated><entry><title>ASWEC 2009 Call for Papers</title><link rel="alternate" type="text/html" href="/blogs/architecture/archive/2008/09/26/aswec-2009-call-for-papers.aspx" /><id>/blogs/architecture/archive/2008/09/26/aswec-2009-call-for-papers.aspx</id><published>2008-09-26T02:36:00Z</published><updated>2008-09-26T02:36:00Z</updated><content type="html">&lt;p&gt;The call for papers for the ASWEC 2009 Conference to be held on the Gold Coast 14-17 April is now open.&lt;/p&gt;  &lt;p&gt;This year’s topic is “Agile, the New Mainstream”…&lt;/p&gt;  &lt;p&gt;ASWEC provides a recognised forum for exchanging experience and new research results in software engineering, and is designed to offer the opportunity for interaction between software engineering researchers and industry practitioners. To deliver extra value to   &lt;br /&gt;participants, ASWEC 2009 will include a program of workshops and tutorials on current topics in software engineering led by experts in their fields.&lt;/p&gt;  &lt;p&gt;I’m a great fan of ASWEC.&amp;#160; The concept of a conference that is about software engineering and is specifically design to bring industry and research together, without being run by a technology vendor, is quite unique.&lt;/p&gt;  &lt;p&gt;See here for details: &lt;a title="http://aswec2009.itee.uq.edu.au/" href="http://aswec2009.itee.uq.edu.au/"&gt;http://aswec2009.itee.uq.edu.au/&lt;/a&gt;&lt;/p&gt;  &lt;div style="padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;float:none;padding-top:0px;" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:72eefbb3-bf61-4e6b-92a7-88b8d4623b39" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/ASWEC" rel="tag"&gt;ASWEC&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Architecture" rel="tag"&gt;Architecture&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Australia" rel="tag"&gt;Australia&lt;/a&gt;,&lt;a href="http://technorati.com/tags/software+engineering" rel="tag"&gt;software engineering&lt;/a&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1648931" width="1" height="1"&gt;</content><author><name>kevinfrancis</name><uri>http://msmvps.com/members/kevinfrancis/default.aspx</uri></author><category term="Architecture - General" scheme="http://msmvps.com/blogs/architecture/archive/tags/Architecture+-+General/default.aspx" /></entry><entry><title>Architecture Big Bets 2008-2009 – Part 2 – Parallel Processing</title><link rel="alternate" type="text/html" href="/blogs/architecture/archive/2008/09/25/architecture-big-bets-2008-2009-part-2-parallel-processing.aspx" /><id>/blogs/architecture/archive/2008/09/25/architecture-big-bets-2008-2009-part-2-parallel-processing.aspx</id><published>2008-09-25T06:16:00Z</published><updated>2008-09-25T06:16:00Z</updated><content type="html">&lt;p&gt;In his keynote for Tech.Ed 2008 in the US Bill Gates made a passing comment that chips aren’t going to be getting any faster any more.&amp;#160; Moore’s Law is still working, but rather than processing power increasing linearly as it has until recently, chips will be adding cores instead.&amp;#160; There are complex engineering reasons behind this that I don’t really understand but I do understand the implication of this on software development.&amp;#160; &lt;/p&gt;  &lt;p&gt;These implications are significant and ground-shifting for development, and therefore for architecture.&amp;#160; In the past it has been possible to just write code and rely on computers to run that code faster as they get faster.&amp;#160; Application not fast enough?&amp;#160; Just run it on a faster machine.&lt;/p&gt;  &lt;p&gt;Now things are significantly different.&amp;#160; Designing applications that run efficiently in a multi-threaded, multi-CPU environment is non-trivial.&amp;#160; What may be the most difficult aspect of all for many people though is that it is now necessary to think about how code is architected and written at a lower level.&amp;#160; This is a big change for today’s developers who have not really had to be concerned with that in the past.&amp;#160; Ironically, those of of that grew up with very slow computers may be the best placed to write code on newer machines as we know how to think about how code runs at the code level.&lt;/p&gt;  &lt;p&gt;I believe that there is a link between this trend and the changes in user interface design that I talked about in Part 1 of this series.&amp;#160; After all, HTML is not really going to make use of multi-threading is it?&amp;#160; Applications that are developed intelligently to make the most use of client capabilities are going to be the best positioned to make use of parallel processing.&lt;/p&gt;  &lt;p&gt;Of course Architects and Developers that are working on server applications will be impacted by this trend as well.&lt;/p&gt;  &lt;p&gt;I encourage all Developers and Architects to think about design &lt;/p&gt;  &lt;p&gt;and development in a parallel-processing environment and how the changes needed to do this fundamentally changes the way we build applications.&amp;#160; This means being careful about the design and development of code within classes and components, not just between components.&lt;/p&gt;  &lt;p&gt;Update: Note the changes planned for Windows 7 to support this requirement.&amp;#160; Posted in Mary-Jo Foley’s blog: &lt;a title="http://blogs.zdnet.com/microsoft/?p=1612" href="http://blogs.zdnet.com/microsoft/?p=1612"&gt;http://blogs.zdnet.com/microsoft/?p=1612&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Links:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a target="_blank" href="http://blogs.msdn.com/pfxteam/"&gt;Parallel Programming in .NET&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=348F73FD-593D-4B3C-B055-694C50D2B0F3&amp;amp;displaylang=en"&gt;Microsoft Parallel Extensions to .NET Framework 3.5, June 2008 Community Technology Preview&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;div style="padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;float:none;padding-top:0px;" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:48a87b01-76db-4cbc-87d5-36dcde61d78c" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Architecture" rel="tag"&gt;Architecture&lt;/a&gt;,&lt;a href="http://technorati.com/tags/future" rel="tag"&gt;future&lt;/a&gt;,&lt;a href="http://technorati.com/tags/.NET" rel="tag"&gt;.NET&lt;/a&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1648853" width="1" height="1"&gt;</content><author><name>kevinfrancis</name><uri>http://msmvps.com/members/kevinfrancis/default.aspx</uri></author><category term="Architecture - General" scheme="http://msmvps.com/blogs/architecture/archive/tags/Architecture+-+General/default.aspx" /></entry><entry><title>Architecture Big Bets - Part 1 - Replacing HTML (Finally!)</title><link rel="alternate" type="text/html" href="/blogs/architecture/archive/2008/09/23/architecture-big-bets-part-1-replacing-html-finally.aspx" /><id>/blogs/architecture/archive/2008/09/23/architecture-big-bets-part-1-replacing-html-finally.aspx</id><published>2008-09-22T22:46:00Z</published><updated>2008-09-22T22:46:00Z</updated><content type="html">&lt;p&gt;HTML is an excellent technology, and I truly raise my hat to Sir Tim Berners-Lee for inventing it.&amp;#160; My suggestion is that by now HTML is no longer suitable as either an application development platform or is optimal an information delivery method in some cases.&amp;#160; I’d like to present this theory as the first Architecture Big Bet.&lt;/p&gt;  &lt;p&gt;You probably know my views on that I have been talking for some time now about the fact that desktop applications are better for internal applications that are used by users for a significant period of time.&amp;#160; Well, the information that I have been posting here and talking about in presentations when I can has been aimed at awakening people to the options and opportunities and while technology has supported the message the widespread adoption has not been.&amp;#160; I’ve been yelling into the ether hoping that people would hear and understand.&amp;#160; Some have.&lt;/p&gt;  &lt;p&gt;A number of factors are aligning to drive significant change in this area though.&amp;#160; These are:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Greater amounts of bandwidth; &lt;/li&gt;    &lt;li&gt;A focus on design thanks to Apple, Vista, mobile phones and other devices,&amp;#160; and increasing consumerism; &lt;/li&gt;    &lt;li&gt;Improvements in processing power and graphical capabilities of machines and operating systems; and &lt;/li&gt;    &lt;li&gt;Availability of Silverlight. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;I talk about Silverlight because Flash has not been able to achieve the same mindshare as Silverlight has even though it has been technically capable for some years.&amp;#160; Also, I see Silverlight as a technology this is driving this trend.&amp;#160; &lt;/p&gt;  &lt;p&gt;The reason that Microsoft has achieved this state with Silverlight now, and that it will be the killer for user interfaces for all applications, is that:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;It has been developed it from a data-driven application perspective;&lt;/li&gt;    &lt;li&gt;That the interface between design and development is so smooth; and&lt;/li&gt;    &lt;li&gt;It benefits from being the next generation.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Flash was never able to move beyond advertising because it was just that little bit too hard to do things other than graphical work in it.&lt;/p&gt;  &lt;p&gt;I see that the future web applications will be increasingly developed with a rich UI such as Silverlight rather than HTML, and in preference to AJAX.&amp;#160;&amp;#160; This is great, because as well as the driving factors listed above we should realise that coding in script, AJAX, HTML or whatever combination of the above we use is just simply too hard, too expensive and too hard to maintain (even with tool support).&lt;/p&gt;  &lt;p&gt;I think that this will be the case for both intranet and Internet content.&lt;/p&gt;  &lt;p&gt;This shift obviously results in different architecture models, with greater capabilities on the client, and a greater focus on user interface design than has been the case in the past.&amp;#160; It brings with it a focus on entirely different UI design approaches where it is no longer necessary to make applications look like Office (see earlier posts).&lt;/p&gt;  &lt;p&gt;So, I suggest that:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Developers learn Silverlight;&lt;/li&gt;    &lt;li&gt;Architects understand what this means and build processes for design and development accordingly; &lt;/li&gt;    &lt;li&gt;Organisations look to employ designers; and&lt;/li&gt;    &lt;li&gt;Architects, Developers, BA’s and UI designers understand the new UI design paradigms needed. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;What do you think?&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;div style="padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;float:none;padding-top:0px;" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:6221bbd5-8d0f-4a1c-a90d-50a4981097a9" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Silverlight" rel="tag"&gt;Silverlight&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Architecture" rel="tag"&gt;Architecture&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Microsoft" rel="tag"&gt;Microsoft&lt;/a&gt;,&lt;a href="http://technorati.com/tags/future" rel="tag"&gt;future&lt;/a&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1648592" width="1" height="1"&gt;</content><author><name>kevinfrancis</name><uri>http://msmvps.com/members/kevinfrancis/default.aspx</uri></author><category term="Architecture - General" scheme="http://msmvps.com/blogs/architecture/archive/tags/Architecture+-+General/default.aspx" /><category term="User Interface Architecture" scheme="http://msmvps.com/blogs/architecture/archive/tags/User+Interface+Architecture/default.aspx" /></entry><entry><title>Architecture Big Bets 2008-2009 - Introduction</title><link rel="alternate" type="text/html" href="/blogs/architecture/archive/2008/09/18/architecture-big-bets-2008-2009-introduction.aspx" /><id>/blogs/architecture/archive/2008/09/18/architecture-big-bets-2008-2009-introduction.aspx</id><published>2008-09-17T22:51:00Z</published><updated>2008-09-17T22:51:00Z</updated><content type="html">&lt;p&gt;&lt;span style="font-size:xx-small;"&gt;&lt;/span&gt;    &lt;p&gt;&lt;/p&gt;    &lt;p&gt;&lt;/p&gt;    &lt;p&gt;&lt;/p&gt;    &lt;h6&gt;&lt;/h6&gt;    &lt;p&gt;&lt;font size="2"&gt;As an Architect I concentrate less on detail these days and more on fluffy bits, so I get to spend time looking at things that are coming down the pipe and trends and changes in the future. I&amp;#39;m aware that many other Architects are focused differently. There might therefore be some value from me sharing some of the areas that I see changes happening in. In fact, I am finding this whole area extremely exciting at the moment (in a very geeky kind of way). &lt;/font&gt;&lt;/p&gt;    &lt;p&gt;&lt;font size="2"&gt;I have looked at a lot of changes that have occurred over the time in a very cynical way as bring more evolutionary, repackaging of existing technologies or cyclical than anything. Examples of these kinds of changes are AJAX (I did that in the 90&amp;#39;s with IE5 - so last century), SOA (just good architectural design on interfaces, and interfaces are nothing new), and Agile (working together on development is something that all good Architects have done forever anyway and now that real standards and management have been added to the common view of Agile it makes sense). &lt;/font&gt;&lt;/p&gt;    &lt;p&gt;&lt;font size="2"&gt;Real changes that I have watched with excitement over the time have been: HTML, XML (when XML first appeared in the 90&amp;#39;s I thought it would change the face of IT, which it has), Web Services (because the bar was finally lowered for cross-platform and cross-technology communications).&lt;/font&gt;&lt;/p&gt;    &lt;p&gt;&lt;font size="2"&gt;Now, I am really excited about the changes that are brewing or appearing. There are, as far as I can see, a few big things with XML-like ramifications that are either here but haven&amp;#39;t really been noticed or are quietly evolving just over the horizon, that will reshape the industry. Over the next few days I&amp;#39;m going to talk to introduce them here, along with why I think they&amp;#39;ll be big. I encourage the very quiet readers of this blog to then join in for a change and discuss.&lt;/font&gt;&lt;/p&gt; &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;div style="padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;float:none;padding-top:0px;" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:a5ceaba2-2645-49ad-bd0b-89b9e5a640f2" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Architecture" rel="tag"&gt;Architecture&lt;/a&gt;,&lt;a href="http://technorati.com/tags/future" rel="tag"&gt;future&lt;/a&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1648153" width="1" height="1"&gt;</content><author><name>kevinfrancis</name><uri>http://msmvps.com/members/kevinfrancis/default.aspx</uri></author><category term="Architecture - General" scheme="http://msmvps.com/blogs/architecture/archive/tags/Architecture+-+General/default.aspx" /></entry><entry><title>Tech.Ed 2008 Slides and Outcome</title><link rel="alternate" type="text/html" href="/blogs/architecture/archive/2008/09/10/tech-ed-2008-slides-and-outcome.aspx" /><link rel="enclosure" type="application/vnd.openxmlformats-officedocument.pres" length="1463997" href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.01.64.73.00/ARC204-_2D00_-Career-Development-for-Architects-_2D00_-Kevin-Francis-_2D00_-Final.pptx" /><id>/blogs/architecture/archive/2008/09/10/tech-ed-2008-slides-and-outcome.aspx</id><published>2008-09-10T02:54:00Z</published><updated>2008-09-10T02:54:00Z</updated><content type="html">&lt;p&gt;So Tech.Ed is over for another year.&amp;#160; No matter what I might be doing and where I might be heading I still have a very close affinity with technology (I&amp;#39;m still very much a geek at heart, and even my mug says so!) and so as much as Tech.Ed is busy and tiring for a speaker there is still some sadness when it is over.&lt;/p&gt;  &lt;p&gt;I think Tech.Ed was a success overall and I was very happy to see that my session was well received even though (or perhaps even because) it was not&amp;#160; a deeply technical session.&amp;#160; I&amp;#39;m actually rating quite well at the moment and there has been lots of positive feedback, despite the fact that, umm, apparently I say ummm too much.&amp;#160; Oh, and I was too serious.&amp;#160; Right on both counts.&amp;#160; More rehearsing needed next time.&amp;#160; For those of you that went but haven&amp;#39;t filled in your feedback yet please login to Commnet and do so.&amp;#160; The feedback does help enormously.&lt;/p&gt;  &lt;p&gt;I have attached the slides to this post.&amp;#160; If you would like the presentation given to your organisation and you are located in Australia please register an interest in this through &lt;a target="_blank" href="http://www.objectconsulting.com.au/leaders/kevin-francis.aspx"&gt;Object&amp;#39;s Web Site&lt;/a&gt; and I&amp;#39;ll be happy to come and present in person. &lt;img src="http://msmvps.com/emoticons/emotion-1.gif" alt="Smile" /&gt;&lt;/p&gt;  &lt;div style="padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;float:none;padding-top:0px;" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:2827c322-6040-4b84-b7e7-e45e44b3d484" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Architects" rel="tag"&gt;Architects&lt;/a&gt;,&lt;a href="http://technorati.com/tags/careers" rel="tag"&gt;careers&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Tech.Ed" rel="tag"&gt;Tech.Ed&lt;/a&gt;,&lt;a href="http://technorati.com/tags/presentation" rel="tag"&gt;presentation&lt;/a&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1647300" width="1" height="1"&gt;</content><author><name>kevinfrancis</name><uri>http://msmvps.com/members/kevinfrancis/default.aspx</uri></author><category term="Architecture - General" scheme="http://msmvps.com/blogs/architecture/archive/tags/Architecture+-+General/default.aspx" /><category term="About Me" scheme="http://msmvps.com/blogs/architecture/archive/tags/About+Me/default.aspx" /><category term="Architects" scheme="http://msmvps.com/blogs/architecture/archive/tags/Architects/default.aspx" /></entry><entry><title>Tech.Ed 2008</title><link rel="alternate" type="text/html" href="/blogs/architecture/archive/2008/08/29/tech-ed-2008.aspx" /><id>/blogs/architecture/archive/2008/08/29/tech-ed-2008.aspx</id><published>2008-08-29T04:00:00Z</published><updated>2008-08-29T04:00:00Z</updated><content type="html">&lt;p&gt;I&amp;#39;m back at Tech.Ed Australia this year, so come see me:&lt;/p&gt;
&lt;div class="title"&gt;&lt;strong&gt;ARC204 Career Development for Architects&lt;/strong&gt;&lt;/div&gt;
&lt;div class="session"&gt;
&lt;div&gt;Wednesday, 3-9-2008 14:15 - 15:30, Parkside Auditorium&amp;nbsp;
&lt;div class="catalogSessionStatus" id="statuse1282917-5fe8-4419-a861-aecad3305935"&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;The top tier of the career pyramid in the development area belongs to Architects and most Developers are aiming for that target. There is, however, little concrete information available to help people chart that course. This session will provide a map of how to chart that course in meaningful, clear and achievable steps. Kevin will leaverage from his 23 years industry experience, 15 years architecture experience and experience leading large teams of Developers and Architects to outline technical, soft, and other skills needed. He will also explain the ideal Architect profile (which is different from what most Developers think) and will cover the difficult topic of how Architects should prepare themselves for the steps after being an Architect.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;I&amp;#39;ll be around for the whole conference.&amp;nbsp; &lt;a href="http://www.objectconsulting.com.au" target="_blank" title="Object Consulting"&gt;Object Consulting&lt;/a&gt;, my new employer (more about that soon) will have a stand there, so I&amp;#39;ll be easy to find.&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1646144" width="1" height="1"&gt;</content><author><name>kevinfrancis</name><uri>http://msmvps.com/members/kevinfrancis/default.aspx</uri></author><category term="Architecture - General" scheme="http://msmvps.com/blogs/architecture/archive/tags/Architecture+-+General/default.aspx" /><category term="About Me" scheme="http://msmvps.com/blogs/architecture/archive/tags/About+Me/default.aspx" /></entry><entry><title>It's all in the User Interface</title><link rel="alternate" type="text/html" href="/blogs/architecture/archive/2007/12/30/it-s-all-in-the-user-interface.aspx" /><id>/blogs/architecture/archive/2007/12/30/it-s-all-in-the-user-interface.aspx</id><published>2007-12-30T10:13:00Z</published><updated>2007-12-30T10:13:00Z</updated><content type="html">&lt;p&gt;You&amp;#39;d think that if I was going to start posting again then I would start by talking about what makes a good Architect or something given my last post, but I want to start by listing out some thoughts that I&amp;#39;ve had about user interfaces,&lt;/p&gt;
&lt;p&gt;The current and next big thing in architecture is the user interface.&amp;nbsp; This has been stated for some time now and anyone can see from Web 2.0 and AJAX that there is a shift towards more interactive and friendly UI&amp;#39;s.&amp;nbsp; I&amp;#39;d like to go one step better though and put out there that the major competition to come between organisations for customers&amp;nbsp;in the future will be in the UI space.&amp;nbsp; And it won&amp;#39;t just be between who has the friendliest online banking application.&amp;nbsp; Rather, it will be between who provides the funkiest, smartest application that integrates best into the customers&amp;#39; lifestyles.&amp;nbsp; This won&amp;#39;t be a simple matter of creating the best web site or mobile phone application either.&amp;nbsp; In an ealier post I suggested that Windows client applications provided advantages from various perspectives (architecture, development and end-user) over Web applications.&amp;nbsp; My thinking has evolved again from there now.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m suggesting that the up and coming savvy consumers of today are using a wider and wider range of technologies, are understanding the capabilities and uses of these technologies and understand where they fit into their lives and when and for what they would like to use them for.&amp;nbsp; Add to this a range of technologies that are just around the corner in terms of wide-spread adoption and today&amp;#39;s Architect should be looking much, much more broadly than just a Web UI in designing applications.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;&lt;strong&gt;&lt;a class="" title="Second Life Website" href="http://www.secondlife.com/" target="_blank"&gt;Second Life&lt;/a&gt;&lt;/strong&gt;.&amp;nbsp; Personally I find the concept of shopping in a city that looks like a city with shops that look like shops while being at home and online to be quite fascenaticing. I feel that it holds some of the keys to the future.&amp;nbsp; Universities holding courses online and companies holding meetings&amp;nbsp;in Second Life&amp;nbsp;is just the start.&amp;nbsp; Look to some of the real world organisations like Australia&amp;#39;s ABC that are extending their real-world presence to Second Life in ways that they Web just can&amp;#39;t allow.&amp;nbsp; While some of the security and business-model issues need to be solved there is a lot of promise there and Architects would well be advised to get their minds around the concepts.&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;strong&gt;&lt;a class="" title="Microsoft Surface Website." href="http://www.microsoft.com/surface" target="_blank"&gt;Microsoft Surface&lt;/a&gt;&lt;/strong&gt;.&amp;nbsp; I was lucky enough to use Surface myself earlier in 2007 and I can say that it does work just like the videos show.&amp;nbsp; It is, to me, the single biggest advance in technology in an awfully long time.&amp;nbsp; It represents a completely new way of interacting with people and objects and there are a huge variety of applications where surface could be applicable.&amp;nbsp; It is a viable application development platform and Architects should examine it and understand it even if just for its pure technology factor.&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;strong&gt;&lt;a class="" title="Live Labs Photosynth" href="http://labs.live.com/photosynth/" target="_blank"&gt;Microsoft Photosynth&lt;/a&gt;&lt;/strong&gt;. Another completely innovative technology - sort of Second Life on the web with a digital camera.&amp;nbsp; &amp;nbsp;Yes the demos are very cute and the technology is very cool, if a little hard to explain but I can see some wonderful opportunities with Phtotsynth from a business UI perspective.&amp;nbsp; The ability to navigate and select objects in a 3D world that can be readily created without serious programming or modelling (very nearly by an end-user even) could provide some powerful UI options for online stores, builders, car retailers etc.&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;strong&gt;Game Consoles&lt;/strong&gt;.&amp;nbsp; Yes, Microsoft is now doing well with the 360 but if you thought the battle for the game console market is just about units and games, even if games are now higher-grossing than movies, then I would suggest that you look more closely.&amp;nbsp; The games console is no longer a games console - it is an entertainment hub and as such I am keeping a careful eye on the 360 in particular as Live becomes more powerful and the line between Live and the Web and the 360 and the PC becomes more and more blurred.&amp;nbsp; This might not mean the 360 surfing the web though, but I would not be surpised to see people shopping online for general products or doing onine banking throught the ubiquitous games consoles in the near future.&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;strong&gt;Media Center et al&lt;/strong&gt;.&amp;nbsp; Vista brings Media&amp;nbsp;Center to the masses and as the platform powers up we&amp;#39;ll see it and products like it start to change the face of home entertainment devices beyond the enthusiasts that currently use it.&amp;nbsp; Accessing content and applications from Media Center will become a perferable way of performing common tasks for home users and they won&amp;#39;t want to use the Web.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;So, as you can see this is only a short list of new UI paradigms that are just around the corner or are ready for development now.&amp;nbsp; I would suggest that as Architects and Developers we should be considering these, and other technologies that I haven&amp;#39;t listed, when designing applications so that the best outcome is always achieved.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1427081" width="1" height="1"&gt;</content><author><name>kevinfrancis</name><uri>http://msmvps.com/members/kevinfrancis/default.aspx</uri></author><category term="User Interface Architecture" scheme="http://msmvps.com/blogs/architecture/archive/tags/User+Interface+Architecture/default.aspx" /></entry><entry><title>I'm Back</title><link rel="alternate" type="text/html" href="/blogs/architecture/archive/2007/12/30/i-m-back.aspx" /><id>/blogs/architecture/archive/2007/12/30/i-m-back.aspx</id><published>2007-12-30T04:24:00Z</published><updated>2007-12-30T04:24:00Z</updated><content type="html">&lt;p&gt;Well, I&amp;#39;m surpised to see that at least a couple of people are still reading this despite the fact that I haven&amp;#39;t updated this in, like, forever...&lt;/p&gt;
&lt;p&gt;Since the last time I&amp;#39;ve updated this page I have been very busy with life and with a new role at work that has taken much more than its fair share of time.&amp;nbsp; I now work as a &amp;#39;Delivery Manager&amp;#39; for Infosys Australia.&amp;nbsp; This means that I&amp;#39;m responsible for things like people, project governance and a whole pile of things that aren&amp;#39;t related to Architecture.&amp;nbsp; It&amp;#39;s also lead me to question the relevance of bing an MVP for Architecture and what help I can be to other Architects and developers.&lt;/p&gt;
&lt;p&gt;I decided in the end though that I can be a lot of help to people.&amp;nbsp; You see, while I&amp;#39;m not exactly an Architect myself anymore I do manage about 60 Architects and 60 Developers and I do oversee a number of projects and consulting assignments that these Architects and Developers are undertaking across a range of technologies.&amp;nbsp; This gives me great insight into what makes a great Architect, how Architects can succeed and achieve, what really works from an architecture perspective, and what works from a project or methodology perspective.&lt;/p&gt;
&lt;p&gt;So, you can expect to hear more from me in future about these things and other things that interest, without giving away anything about my employer or our customers of course!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;All the best, Merry Christmas and a Happy New Year!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1426700" width="1" height="1"&gt;</content><author><name>kevinfrancis</name><uri>http://msmvps.com/members/kevinfrancis/default.aspx</uri></author></entry><entry><title>I liked it so much I joined the comittee....</title><link rel="alternate" type="text/html" href="/blogs/architecture/archive/2006/05/17/95372.aspx" /><id>/blogs/architecture/archive/2006/05/17/95372.aspx</id><published>2006-05-17T01:31:00Z</published><updated>2006-05-17T01:31:00Z</updated><content type="html">&lt;P&gt;...for ASWEC 2007.&amp;nbsp; I'm the Industry Track Chair for the Australian Software Engineering Conference to be held just after Easter next year.&amp;nbsp; So, its my job to put together a great program of presentations from the Australian software industry on the wonderful innovations that are being achieved in the realms of design, architecture, testing, methodology, MDA, OO, agents, and so on.&amp;nbsp; I'l looking for both papers and assistance in reviewing papers.&amp;nbsp; If the latter sounds like you, let me know.&amp;nbsp; If you have something interesting to say, start to get your stuff together - submissions will open soon.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=95372" width="1" height="1"&gt;</content><author><name>kevinfrancis</name><uri>http://msmvps.com/members/kevinfrancis/default.aspx</uri></author></entry><entry><title>User Interface Selection Principles</title><link rel="alternate" type="text/html" href="/blogs/architecture/archive/2006/05/05/User-Interface-Selection-Principles.aspx" /><id>/blogs/architecture/archive/2006/05/05/User-Interface-Selection-Principles.aspx</id><published>2006-05-05T01:44:00Z</published><updated>2006-05-05T01:44:00Z</updated><content type="html">A discussion of the history of web browsers as a UI technology for applications, issues with the use of browsers and other models that are more successful....(&lt;a href="http://msmvps.com/blogs/architecture/archive/2006/05/05/User-Interface-Selection-Principles.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=93557" width="1" height="1"&gt;</content><author><name>kevinfrancis</name><uri>http://msmvps.com/members/kevinfrancis/default.aspx</uri></author><category term="Architecture - General" scheme="http://msmvps.com/blogs/architecture/archive/tags/Architecture+-+General/default.aspx" /></entry><entry><title>My Architecture Journal article is available</title><link rel="alternate" type="text/html" href="/blogs/architecture/archive/2006/04/28/92872.aspx" /><id>/blogs/architecture/archive/2006/04/28/92872.aspx</id><published>2006-04-28T21:25:00Z</published><updated>2006-04-28T21:25:00Z</updated><content type="html">&lt;P&gt;The &lt;A href="http://www.architecturejournal.net/2006/issue7/F4_Integration/default.aspx"&gt;article&lt;/A&gt; that I wrote for the &lt;A href="http://www.architecturejournal.net/"&gt;Microsoft Architecture Journal &lt;/A&gt;is now available.&lt;SPAN&gt; &lt;/SPAN&gt;I hope you enjoy it. I'm very proud if it - a lot of work went into it, and I love the way it looks now it is completed.&amp;nbsp;Please let me know what you think.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;Feel free to &lt;A href="mailto:kevin_francis@infosys.com"&gt;email me&lt;/A&gt; if you have any questions or want additional information.&amp;nbsp; &lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=92872" width="1" height="1"&gt;</content><author><name>kevinfrancis</name><uri>http://msmvps.com/members/kevinfrancis/default.aspx</uri></author></entry><entry><title>Buy vs Build</title><link rel="alternate" type="text/html" href="/blogs/architecture/archive/2006/04/25/Buy-vs-Build.aspx" /><id>/blogs/architecture/archive/2006/04/25/Buy-vs-Build.aspx</id><published>2006-04-25T11:26:00Z</published><updated>2006-04-25T11:26:00Z</updated><content type="html">&amp;nbsp;&lt;EM&gt;Please note that the views expressed in this post, along with the rest of my blog, are my own and do not reflect the views of my employer&lt;/EM&gt;. 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/annali/archive/2006/04/13/575586.aspx"&gt;Anna's article&lt;/A&gt; on the issues being faced by the organisation she has been working with where the directive is to buy, not build, but where the buy decision is clearly not right.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;There are a couple of principles that either organisations at a board level or IT Departments at an Enterprise Architecture level are applying that I fundamentally disagree with, and the principle of 'Buy, not Build' is one of the worst.&lt;/P&gt;
&lt;P&gt;A solid architectural principle is to buy before reuse, and to reuse before build.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;This principle enshrines the concept of reuse and avoids building code where a more cost effective option exists.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;It is a core principle that I always use in architectural design.&lt;/P&gt;
&lt;P&gt;There seems to be such a push towards the use of COTS products - not in a buy, reuse, build metaphor, but in a buy only metaphor, as Anna outlined in her article.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;This is wrong on so many levels, and yet is being implemented in a number of major Australian firms at the moment, and I have no doubt is being replicated across the globe.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;COTS products offer a quick path when, and only when, the following are true:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV&gt;&lt;SPAN&gt;The product has a very close fit for your requirements; and&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;LI&gt;
&lt;DIV&gt;&lt;SPAN&gt;The product can easy be configured to meet the remaining requirements; or&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;LI&gt;
&lt;DIV&gt;&lt;SPAN&gt;Your processes can be easily configured to meet the product.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;In some rare cases it may be possible to extend the COTS product through a separate, but linked, system.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;Anything else, such as complex customisation of the COTS system to allow it to meet the requirements should not be undertaken as it will make future upgrades of the COTS product near to impossible.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;This results in the worst of both worlds and is far worse than building the system in the first place.&lt;/P&gt;
&lt;P&gt;The other option that I commonly hear today is that the organisation is so set on a COTS product that they decide to change their business to suit the product.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;Now, I'm an Architect, not a COO, but I really struggle to see the sense in this.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;It is simply unworkable on a number of levels:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV&gt;&amp;nbsp;&lt;SPAN&gt;The cost of changing business processes is generally greater than the cost of developing software;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;LI&gt;
&lt;DIV&gt;&lt;SPAN&gt;What may be an optimal business process for a COTS product may be common for an industry but is highly unlikely to suit the complexities of each organisation;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;LI&gt;
&lt;DIV&gt;&lt;SPAN&gt;There is little or no room left to change business processes either because they may be sub-optimal or because the business or market conditions change.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;So what is the alternative?&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;Well, buy-reuse, build is the alternative. &lt;/P&gt;
&lt;P&gt;When I think of buy and reuse I think of components, not monolithic systems.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;In some case a large system may be a good fit for common and simple processes, but a better option is to buy components and integrate them in an intelligent manner using an integration layer.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;SAP and Oracle understand this architecture and are componentising their systems to an increasing degree in response.&amp;nbsp; This is not to say that I don't advocate the implementation of a large COTS system, but only where the system is a good fit for the organisation.&lt;/P&gt;
&lt;P&gt;Now, the other thing that most organisations, and even many Architects, fail to take into account, is that the cost of building software is dramatically falling - especially on the .NET platform.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;Changes to the language, the IDE and advancements such as domain specific modelling languages and MDA are resulting in the need to build far less code (by around 50%) than even a couple of years ago.&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;The use of workflow tools in the architecture, such as &lt;A href="http://msdn.microsoft.com/winfx/reference/workflow/default.aspx"&gt;Windows Workflow Foundation&lt;/A&gt; or &lt;A href="http://msdn.microsoft.com/biztalk/"&gt;BizTalk Server&lt;/A&gt;, can result in a system that is flexible to business change.&lt;/P&gt;
&lt;P&gt;Given the rapidly degreasing cost of development, matched with the ability to closely meet requirements, I would suggest that a build option is well and truly worth considering, rather than blanket C-level decisions to implement COTS systems without at least assessing the options, relative advantages and costs.&lt;/P&gt;
&lt;P&gt;In fact, given that I've been in the industry for quite a while now and have seen fads come and go I am sure that this leaning towards blanket COTS implementations is a fad and those organisations that go down the fad route wil be reversing the decisions at a far greater expense in the future.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;See also:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;A href="http://www.sei.cmu.edu/cbs/"&gt;SEI COTS Based Systems (CBS) Initiative&lt;/A&gt; &lt;/SPAN&gt;&lt;SPAN&gt;- a methodology and approach for deciding on and implementing COTS products from SEI (the CMMI people).&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/SPAN&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=92526" width="1" height="1"&gt;</content><author><name>kevinfrancis</name><uri>http://msmvps.com/members/kevinfrancis/default.aspx</uri></author><category term="Architecture - General" scheme="http://msmvps.com/blogs/architecture/archive/tags/Architecture+-+General/default.aspx" /></entry><entry><title>The Microsoft Event of the Year</title><link rel="alternate" type="text/html" href="/blogs/architecture/archive/2006/04/25/92523.aspx" /><id>/blogs/architecture/archive/2006/04/25/92523.aspx</id><published>2006-04-25T11:09:00Z</published><updated>2006-04-25T11:09:00Z</updated><content type="html">&lt;P&gt;My wife and I were lucky enough to attend THE Microsoft Event of the Year on the weekend, and it wasn't TechEd.&amp;nbsp; Yes, that's right - it was the &lt;A href="http://http://www.xbox.com/en-au/waterballoon/default.htm"&gt;XBOX 360 Waterballoon Challenge&lt;/A&gt;.&amp;nbsp; We had an awsome time, and somehow managed to stay mysteriously dry, even though we were in the thick of it all, looking for trouble.&amp;nbsp; Odd.&lt;/P&gt;
&lt;P&gt;Not sure that either of us managed to hit a single person from the other side (we were on the Green Team) and I'm pretty sure that every water balloon managed to get either (a) someone from our team or (b) someone that wasn't even in the playing field, like those pikers that sat outside to watch rather than joining in.&amp;nbsp; If you look at the pics of the big XBOX 360 logo I'm sure you can see us - right on the top right hand point of the first X....&lt;/P&gt;
&lt;P&gt;It was a blast.&amp;nbsp; Got our shiny new copies of PGR3 and Kameo.&amp;nbsp; Now all I need is a 360.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=92523" width="1" height="1"&gt;</content><author><name>kevinfrancis</name><uri>http://msmvps.com/members/kevinfrancis/default.aspx</uri></author></entry><entry><title>ASWEC 2006 - Yay, I got an award!</title><link rel="alternate" type="text/html" href="/blogs/architecture/archive/2006/04/21/91954.aspx" /><id>/blogs/architecture/archive/2006/04/21/91954.aspx</id><published>2006-04-21T08:11:00Z</published><updated>2006-04-21T08:11:00Z</updated><content type="html">&lt;P&gt;Well, ASWEC has just finished. This was the &lt;A href="http://www.aswec.org/"&gt;Australian Software Engineering Conference&lt;/A&gt;. You most likely won't have heard of it as it is pretty small, but I thoroughly enjoyed it. It has papers from academia and from industry on software engineering and is vendor-independent. The quality of presentations was very impressive, and they were all engineering, rather than product focussed. I was lucky enough to receive an award for 'Best Industry Experience Award' - in other words, best presentation from the 14 presented by people from organisations as opposed to those from universities. The paper was "Large Scale Integration Design and Management". Yay. I can recommend that anyone interested in architecture should attend the next one - after easter 2007.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;IMG src="/photos/architecture/images/92882/original.aspx"&gt;&lt;/P&gt;
&lt;P&gt;Thanks to &lt;A href="http://blogs.msdn.com/annali/archive/2006/04/27/584864.aspx"&gt;Anna &lt;/A&gt;too for her kind words...&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=91954" width="1" height="1"&gt;</content><author><name>kevinfrancis</name><uri>http://msmvps.com/members/kevinfrancis/default.aspx</uri></author></entry><entry><title>So Why 'Yes, But'?</title><link rel="alternate" type="text/html" href="/blogs/architecture/archive/2006/04/21/91946.aspx" /><id>/blogs/architecture/archive/2006/04/21/91946.aspx</id><published>2006-04-21T05:51:00Z</published><updated>2006-04-21T05:51:00Z</updated><content type="html">Well, it came from a conversation at the MVP Summit in Redmond Sept 2005.  The comment was made that more information is needed for Architects to show how technologies should and shouldn't be used.  This differs from the common marketing-focussed documentation that is generally available.  The need is for this kind of 'Yes, but' documentation then, but this kind of information is best provided by MVP's and other 'external' people.  That therefore is one of the aims of the Blog - to provide the 'Yes, but' documentation.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=91946" width="1" height="1"&gt;</content><author><name>kevinfrancis</name><uri>http://msmvps.com/members/kevinfrancis/default.aspx</uri></author></entry><entry><title>Well, here we are then....</title><link rel="alternate" type="text/html" href="/blogs/architecture/archive/2006/04/21/91932.aspx" /><id>/blogs/architecture/archive/2006/04/21/91932.aspx</id><published>2006-04-21T03:46:00Z</published><updated>2006-04-21T03:46:00Z</updated><content type="html">Up and running at last.  Thanks to Susan for the wonderful service.

Hi to Lee, Jayanne and Joshua.  Love you guys.  Thanks for everything.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=91932" width="1" height="1"&gt;</content><author><name>kevinfrancis</name><uri>http://msmvps.com/members/kevinfrancis/default.aspx</uri></author></entry></feed>