c****m 发帖数: 824 | |
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.
|