分布式应用 VS 分布式系统

Springsource有个人这样区别了一下:   这种叫法或许也只是他的一家之言。重要的不是究竟应该叫什么,而是我们要意识到这种区别,因为两者在设计上的区别会非常大。

应该研究一下Spring Batch了

这不正是我想要的吗? Spring Batch provides reusable functions that are essential in processing large volumes of records, including logging/tracing, transaction management, job processing statistics, job restart, skip, and resource management. It also provides more advanced technical services and features that will enable extremely high-volume and high performance batch jobs through optimization and partitioning techniques. …… The Infrastructure …

应该研究一下Spring Batch了 Read More »

亿图常用形状索引

1. 最常见的矩形、圆形:  常用基本符号 — 基本绘图形状 2. 队列:                基本流程图形状 — 直接数据 待续……

linux下的eclipse easyexlporer插件 

linux下,eclipse easyexlporer插件用不了 网上找了一下替代品,发现open extern可以用; 它不但可以打开文件夹,还可以直接打开shell. 很方便。 http://code.google.com/p/openextern/

为什么说SOA环境下Service Registry很重要?

为什么说SOA环境下Service Registry很重要? 有了Service Registry,consumer不必通过IP找到provider,而只需通过服务名。但这又有什么好处呢? 个人观点:     开发人员和运维人员不必互相询问和通知了。开发人员不必向运维人员打听某服务器的IP,运维人员如果把某服务转移到了另一台机上,也不必通知开发人员。  也就是说,基于名字的耦合(connascence)会弱于基于网络地址的耦合 另一个好处是方便依赖关系的监控。Service Registry集中地保存了consumer/provider之间的逻辑依赖关系,以及consumer机器和provider机器之间的物理依赖关系。 如果有一个界面,就可以一目了然地监控这些依赖。

初识Http Push技术

以下基本抄自维基百科(词条:Push Technology) Push技术 从交互模型上来说是一种publisher/subscriber机制,两者通过事件通知来发生关系 Http Push HTTP server push (also known as HTTP streaming) is a mechanism for sending data from a web server to a web browser. HTTP server push can be achieved through several mechanisms. Http Push的几种实现 Generally the web server does not terminate a connection after response data has been served to …

初识Http Push技术 Read More »