deba
美
英 
- 網(wǎng)絡(luò)點(diǎn)開關(guān)自調(diào)整;迪巴;西班牙
例句
DEBA for web services benefits from the decoupled nature of web services and the asynchronous nature of the Observer pattern.
將DEBA應(yīng)用到Web服務(wù)中可以獲得兩方面的好處,包括Web服務(wù)的解藕特性和觀察者模式的異步特性。
The interaction between the target objects and the visitor can be implemented using DEBA.
在目標(biāo)對(duì)象和訪問者(Visitor)之間的交互可以用DEBA來實(shí)現(xiàn)。
The DEBA framework is an implementation of this unique capability.
DEBA框架是這種能力的唯一實(shí)現(xiàn)。
There is a great deal of flexibility in the DEBA framework to handle exceptions.
在DEBA框架中對(duì)異常的處理具有良好的靈活性。
Now let's look at some code to see how it all works.
現(xiàn)在我們來看看其中的部分代碼,理解DEBA框架的機(jī)制。
It is the Observer pattern on top of the base web services infrastructure that gives DEBA its callback capability.
在基本Web服務(wù)結(jié)構(gòu)之上采用觀察者模式,就為DEBA帶來了回調(diào)能力。
We've implemented a framework for DEBA for web services as set of Java classes.
我們使用了一系列Java類,實(shí)現(xiàn)了Web服務(wù)的DEBA框架結(jié)構(gòu)。
In Figure 7, we combine some of the models already presented, illustrating DEBA's flexibility.
在圖7中,我們組合了前面已經(jīng)展示的幾個(gè)模型,來展示DEBA的靈活性。
Follow the links in Resources below to download the DEBA framework code and the sample code that accompanies this article.
使用參考資料部分中的鏈接,可以下載本文用到的DEBA框架代碼和樣本代碼。
Thus, DEBA provides a truly dynamic workflow model that is highly decoupled and does not need to be described in advance.
因此,DEBA提供了一個(gè)真正的動(dòng)態(tài)工作流模型,它的優(yōu)點(diǎn)是高度解藕,并且無需實(shí)現(xiàn)描述。
DEBA is characterized by distributed active components waiting for events.
DEBA的特點(diǎn)是等待事件的分布式活動(dòng)組件。
Using the DEBA framework, developers extend AbstractWebObservable to implement their own observable web services on top of the framework.
使用DEBA框架,開發(fā)人員擴(kuò)展了AbstractWebObservable,在框架的頂層實(shí)現(xiàn)了它們自己的被觀察Web服務(wù)。
So the DEBA architecture is naturally complementary to Grid computing.
所以,DEBA架構(gòu)本質(zhì)上是網(wǎng)格計(jì)算(Gridcomputing)的補(bǔ)充。
All messages in DEBA are request-response operations.
而在DEBA中的消息都是請(qǐng)求-響應(yīng)操作。
You can implement the Strategy pattern using DEBA for web services.
你可以使用Web服務(wù)DEBA架構(gòu)實(shí)現(xiàn)策略(Strategy)模式。
There are two layers of proxies in the DEBA framework: SOAP proxies and the framework's own, all packaged in deba. core.
在DEBA框架中有兩層代理:SOAP代理和框架自身的代理,都打包在deba.core中。
Named said the reason is also quite backing: Deba is McDull the students, it would only naive cats, and the owner of the pet is a cat;
據(jù)說起名的緣由也頗有來頭:德芭是麥兜的同學(xué),那只憨態(tài)可掬的貓貓,而店主的愛寵就是貓;
It can also serve as a basis from which you can implement your own DEBA framework applications. The classes in the example application are
它也可以作為你實(shí)現(xiàn)自己的DEBA框架應(yīng)用程序的基礎(chǔ)。