William Henry wrote:
> And when you consider some other innovations like REST and the rise  in 
> dynamic languages and Web 2.0 you begin to wonder if OO's  importance 
> might be in decline (though many dynamic/scripting  languages support 
> object orientation). I'm not saying OO is in  decline and I'm not saying 
> it is a good thing that OO wold decline -  before I get jumped on.

I think there are some interesting things happening with OO.  One, is that 
people don't want to spend time learning about good OO design when their copy 
and paste editors work 100 to 1000 times faster.  One or two off code cloning
is perhaps the fasted 'reuse' strategy around.  When you do that, inheritence 
and object hierarchies are not as interesting.  When you pass XML or other 
non-live objects over the wire, type consistency is a non-issue.  So, again, 
having an object type that both sides recognize as the same 'type' doesn't 
really matter.

 From my viewpoint, what is happening with scripting languages and other 
related 
technolgies is that the new kids on the block who don't have time or want to 
spend time learning (the gaming generation at its best, play before pay), are 
choosing the simplest most tool driven path that they can find.

Gregg Wonderly




 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/service-orientated-architecture/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to