由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 你们认为OO思想十几年后会被淘汰么?
相关主题
问java applet的问题client往server发送不同类型数据怎么处理?
本版现在主题就是战啊。。。c++问题
UML 箭头问题CORBA
How does YAHOO calculate RSI? (转载)一个嵌入式系统的设计构思
请教template和factory有啥区别?Java question
map是用什么data structure来implement的?Linux/C++的工作好难找
再来讨论一直算法课的作业吧Zhaoce给我们讲讲CORBA和中间件吧
有什么工具可以检查内存泄漏么what are the ways for Java processes to communicate with each other
相关话题的讨论汇总
话题: soa话题: oo话题: traffic话题: good话题: don
进入Programming版参与讨论
1 (共1页)
c****m
发帖数: 824
1
你觉得面向对象这个思想有什么大的缺点么?
h****e
发帖数: 2125
2
当然有,就是不好parallel,现在industry的研究方向是functional language +
transactional memory。

【在 c****m 的大作中提到】
: 你觉得面向对象这个思想有什么大的缺点么?
g*****g
发帖数: 34805
3
Maybe 50 years, when AI is good enough to use human language
for programming.

【在 c****m 的大作中提到】
: 你觉得面向对象这个思想有什么大的缺点么?
P********e
发帖数: 2610
4
It is said AI is least industrial needed area, right now
maybe better than bioinfo

【在 g*****g 的大作中提到】
: Maybe 50 years, when AI is good enough to use human language
: for programming.

c****m
发帖数: 824
5
谁说的?Google,微软,不是在搞自然语言搜索引擎嘛?!

【在 P********e 的大作中提到】
: It is said AI is least industrial needed area, right now
: maybe better than bioinfo

N********n
发帖数: 8363
6
OO doesn't quite sit well with SOA

【在 c****m 的大作中提到】
: 你觉得面向对象这个思想有什么大的缺点么?
n*w
发帖数: 3393
7
阐述一下?是用于不同层面的东西?

【在 N********n 的大作中提到】
: OO doesn't quite sit well with SOA
m******t
发帖数: 2416
8

Because SOA is basically the not-so-good old C functions+structs dressed up
with XML?

【在 N********n 的大作中提到】
: OO doesn't quite sit well with SOA
N********n
发帖数: 8363
9
Very good, I like the way you put it.

up

【在 m******t 的大作中提到】
:
: Because SOA is basically the not-so-good old C functions+structs dressed up
: with XML?

N********n
发帖数: 8363
10
SOA has to worry about network traffic. Too much interaction between
two remote objects becomes chatty and drags down the performance. In
pure OO you don't care about chattiness that much.

【在 n*w 的大作中提到】
: 阐述一下?是用于不同层面的东西?
g*****g
发帖数: 34805
11
Don't worry, will see OO SOA soon.

up

【在 m******t 的大作中提到】
:
: Because SOA is basically the not-so-good old C functions+structs dressed up
: with XML?

c*****t
发帖数: 1879
12
Erh, you mean RMI?

【在 g*****g 的大作中提到】
: Don't worry, will see OO SOA soon.
:
: up

m******t
发帖数: 2416
13

My problem with SOA is not that it recognizes network traffic as a major
issue and tries to address it - that's a good thing. I just don't agree
that the traffic issue has to be addressed at the _interface_ level.
IOW, we can still have OO service interfaces, which have implementations
that take care of aggregating remote invocations and all other sorts of
optimization.
Also, I think the concept of SOA, like many other things these days, is
being abused. It was intended only for coarse graine

【在 N********n 的大作中提到】
: SOA has to worry about network traffic. Too much interaction between
: two remote objects becomes chatty and drags down the performance. In
: pure OO you don't care about chattiness that much.

1 (共1页)
进入Programming版参与讨论
相关主题
what are the ways for Java processes to communicate with each other请教template和factory有啥区别?
请教java高手map是用什么data structure来implement的?
嵌入式Web有什么注意事项?再来讨论一直算法课的作业吧
java里的corba是干嘛的 还有人用么?有什么工具可以检查内存泄漏么
问java applet的问题client往server发送不同类型数据怎么处理?
本版现在主题就是战啊。。。c++问题
UML 箭头问题CORBA
How does YAHOO calculate RSI? (转载)一个嵌入式系统的设计构思
相关话题的讨论汇总
话题: soa话题: oo话题: traffic话题: good话题: don