摘要: web services 是一种很有前途的技术,在面向服务的架构( service oriented architectures , soa )中起着重要的作用。这种正在兴起的技术的一个关键方面就是提供了异步服务的能力。尽管现在的 web service 标准规范中包括了提供异步服务的内容,但客户端应用程序前景的细节还有一些混乱和模糊。 web services 回调是实现这些异步服务的一个重......
摘要:一、 引言在企业级生产环境中,往往存在着各种异构的应用系统和数据库。如果我们要利用这些系统的数据或功能,而它们又没有提供对外的接口,或者利用原有接口开发的难度很大,如何解决这一难题?ibm提供了各种websphere business integration adapter,我们可以通过配置这些adapter直接连接后台系统。主要有两种adapter:application adapters和te......
Exploring Laszlo Classes, Attributes, and Events
what i have covered so far about laszlo falls under language
fundamentals. lzx is a fusion of three language concepts: xml, oo
programming, and javascript. you will need to spend some time with
lzx to know how these three concepts are melded together,
especially in the use of instance methods. also, in javascript, the
terms object, dictionary, and array can be used synonymously: this
idea is used more extensively in lzx. you will need to brush up
on these concepts of javascript one more time to develop successfully
in laszlo. 【推荐阅读:JBuilder2005单元测试之捆绑多】
where to go from here
...
下一页 摘要: 在请求驱动的环境中解耦合和延迟处理是创建健壮和可伸缩的分布式应用程序的关键战略之一。许多服务都单独依赖于集群来确保可伸缩性,但是当新发现的需求使应用程序的复杂性增长时,它们常常会遇到麻烦。
尽管服务器集群是推动可伸缩性的基本技术,但是当所有的处理都同步完成时,它可能变得很低效。吞吐量可能会增加,但是响应性却会变得不可救药。
在本文中,我讨论了异步处理,并举例说明了,巧妙的任务管......