网站首页  词典首页

请输入您要查询的英文单词:

 

单词 dynamic proxy
释义

dynamic proxy

  • 网络动态代理;动态代理方式;动态代理模式
1.
动态代理
动态代理Dynamic proxy):接口在编译时创建,而实现在运行时创建动态调用接口(Dynamic invocation interface ,DII): …
hxzon00.blog.163.com
2.
动态代理方式
动态代理方式Dynamic Proxy )  3.静态方式 (Stubs) 当前主流的两种web service技术是axis和xfire,先看一下axis的这三 …
www.yinghanhuyi.org
3.
动态代理模式
   Tuscany SCA软件 动态代理模式Dynamic Proxy )及方法调用  根据以上的JDK动态代理基础知识介绍,下面介绍Tuscany S…
www.yinghanhuyi.org
4.
动态代理服务
Ø 动态代理服务Dynamic Proxy)Ø 静态票根(static stub) 下面分别给予介绍。
www.cnblogs.com
5.
动态代理技术
基于动态代理技术(Dynamic Proxy)来实现相应的Portlet插入技术。 5.Portal Caching 实现 核心类是org.noah.cache.model.cach…
rexrock0422.blog.163.com
6.
动态代理机制
... 使用 Decorator 模式和 Java 中的动态代理机制Dynamic Proxy)即代理模式来操纵持久化对象的,参见《学习笔记之ORM …
www.360doc.com
7.
动态代理类
c# 运行时生成动态代理类(Dynamic Proxy)监控 实体属性的变化 刷新评论刷新页面返回顶部 博客园首页博问新闻闪存程序员招 …
www.cnblogs.com

例句

释义:
1.
Without this file, the client would not be able to understand any of the dynamic-proxy instances.
没有该文件,客户端将无法理解任何动态代理实例。
www.ibm.com
2.
A dynamic proxy for a service endpoint (more on which in the next installment in this series).
服务端点的动态代理(在这一系列文章的下一篇文章中对此有更多描述)。
www.ibm.com
3.
If you're not familiar with it, you can think of an on demand router as a very intelligent dynamic proxy server.
如果不熟悉它,可以将随需应变路由器想象成一个非常智能的动态代理服务器。
www.ibm.com
4.
Method invocations on dynamic proxy classes do not perform nearly as well a direct method call on objects.
对动态代理类的方法调用,不会像直接调用对象的方法那样好。
www.ibm.com
5.
I could just as easily specify multiple interfaces that the dynamic proxy class would implement at runtime.
我可以很容易地指定动态代理类在运行时要实现的多个接口。
www.ibm.com
6.
The Service Interface obtained is then used to get a stub, dynamic proxy, or DII Call object, as described in the " Service access" section.
然后可以使用获得的服务接口(ServiceInterface)来获取存根、动态代理、或DIICall对象,如“服务访问”部分所述。
www.ibm.com
7.
All of the interfaces will be implemented by a dynamic proxy that will delegate method invocations to a corresponding command object .
管理器所给出的对象实例。所有的接口实现通过一个动态的代理委托方法调用相应的命令对象。
www.bing.com
8.
Dynamic proxy classes have many uses within a business object framework other than simply validating methods in a uniform way.
动态代理类在业务对象框架中有许多用途,不仅仅是用一致的方式对方法进行验证。
www.ibm.com
9.
Component invocation module compared dynamic proxy and pre-compilation, and designed the building at loading moment.
组件调用比较了动态代理与预编译的优缺点,设计了装入时生成的调用模块。
www.juhe8.com
10.
These Web references then create the appropriate dynamic proxy classes with the corresponding configuration file entries.
然后,这些Web引用创建具有对应配置文件项的适当动态代理类。
msdn2.microsoft.com
1.
With the dynamic proxy approach, all validation logic should be transparent to the clients of the proxied classes.
使用动态代理方法,所有的验证逻辑对于代理的客户,都应当是透明的。
www.ibm.com
2.
The real power of the dynamic proxy property approach is in the property setters.
动态代理属性方法的真正强大之处在于属性设置器。
harvey8819.blog.163.com
3.
Making DII calls through a Call object is programmatically more complex than using a stub or dynamic proxy.
通过Call对象进行DII调用的过程比使用存根活动态代理复杂。
www.ibm.com
4.
The dynamic proxy creates the proxy at runtime and, therefore, provides the flexibility to bind to specific port and endpoint.
动态代理在运行时创建代理,从而可灵活绑定到特定端口和端点。
www.ibm.com
5.
A dynamic proxy is similar with static stub to act as a proxy for target service endpoint interface.
动态代理类似于静态stub,充当目标服务端点接口的代理。
www.ibm.com
6.
Unfortunately, using dynamic proxy classes does have one major drawback: performance.
不幸的是,使用动态代理类确实有一个重要不足:性能。
www.ibm.com
7.
Memoization can provide significant performance gains for dynamic proxy calls.
记忆可以显著提高动态代理调用的性能。
www.ibm.com
8.
When the application needs a business object instance, it will actually receive an instance of the dynamic proxy class.
当应用程序需要业务对象实例时,它实际会接收到一个动态代理类的实例。
www.ibm.com
9.
This is all the code you need to write to invoke a web service using the dynamic proxy method.
这是所有您为了使用动态代理方法调用Web服务而需要编写的代码。
www.ibm.com
10.
dynamic proxy : a proxy is generated to handle lazy properties information both on server and client side.
动态代理:代理是用来处理服务器端和客户端的延迟属性信息的。
www.infoq.com
1.
In the example, I created the dynamic proxy class for a single interface: User.
在示例中,我只为一个接口建立了动态代理类,这个接口是:User。
www.ibm.com
2.
Community Edition does not require this additional code generation step because it uses dynamic proxy generation.
CommunityEdition不需要这一额外的代码生成步骤,因为它使用动态代理生成。
www.ibm.com
3.
The JDK dynamic proxy is simple to use, but the JDK dynamic proxy approach requires the target objects implement one or more interfaces.
JDK的动态代理用起来非常简单,当它有一个限制,就是使用动态代理的对象必须实现一个或多个接口。
blog.sina.com.cn
4.
Note that some frameworks, such as Spring AOP and Hibernate, often use both the CGLIB library and the JDK dynamic proxy to meet their needs.
需要注意的是一些框架例如SpringAOP和Hibernate,它们为了满足需要经常同时使用JDK的动态代理和CGLIB包。
blog.sina.com.cn
5.
Listing 5 shows the dynamic proxy method (step 2) to invoke the "getGreeting" operation on the web service.
清单5展示了在Web服务上调用“getGreeting”操作的动态代理方法(步骤2)。
www.ibm.com
6.
Let's take a look at a simple dynamic proxy client that creates an account, withdraws money, and then checks the account balance
下面我们来看一个简单的动态代理客户端,它创建一个账户,提取现金,然后检查账户余额
www.ibm.com
7.
It is called dynamic because the proxy is created at runtime. The steps for dynamic proxy clients are
它之所以称为动态是因为该代理是在运行时创建的。
www.ibm.com
8.
In contrast to the static stubs discussed above, the client at runtime creates dynamic proxy stubs using the
和上面所讨论的静态存根相反的是,运行时客户机使用
www-128.ibm.com
9.
In this article, you'll learn how to create a dynamic proxy client. You'll learn how to
在本文中,您将了解如何创建一个动态代理客户端。
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/3 16:19:28