Dynamic proxy classes give us a way to easily handle validation on any method in a uniform way, while completely separating all of the validation logic from the core business logic.
动态代理类给了我们一种以统一方式方便地处理任何方法上的验证途径,同时把所有的验证逻辑完全与核心业务逻辑分离开。
Dynamic proxy classes have many USES within a business object framework other than simply validating methods in a uniform way.
动态代理类在业务对象框架中有许多用途,不仅仅是用一致的方式对方法进行验证。
The wizard generates the required proxy classes and sample application.
向导生成所需的代理类和样本应用程序。
On reflection, it would have been better if the proxy and invoker classes had been automatically generated.
根据事后反思,如果代理和调用程序类是自动生成的,则会更好。
Method invocations on dynamic proxy classes do not perform nearly as well a direct method call on objects.
对动态代理类的方法调用,不会像直接调用对象的方法那样好。
Unfortunately, using dynamic proxy classes does have one major drawback: performance.
不幸的是,使用动态代理类确实有一个重要不足:性能。
Using dynamic proxy classes for validation is a simple and effective way to decouple validation routines from your application's core business logic.
使用动态代理类进行验证是从应用程序的核心逻辑去耦验证程序的简单而有效的方法。
A partial "service Generator" was written that generated skeleton code for proxy, invoker, and service classes from an explicit interface.
“服务生成器”的功能是根据显式接口为代理、调用程序和服务类生成框架代码,它已经被部分编写出来。
You can create proxy projects and proxy classes, map the proxy controls, and deploy the proxies using the proxy SDK wizards.
你可以创建代理项目和代理类,射代理控制,并使用代理SDK向导部署代理。
This JAR file includes all the class files that we created for our application as well as the SOAP proxy classes.
JAR文件中包括我们为这个应用程序创建的所有CLASS文件和soap代理类。
As with the service consumer, this involves changing the client application to use the new packages names for the Web service proxy classes that resulted from the namespace change.
对于服务使用者,要对客户机应用程序进行更改,以使用由于命名空间变更而出现的新web服务代理类新包名称。
It USES the ServiceFactory classes to create the service and get the proxy.
它使用ServiceFactory类来创建服务获取代理。
These components include the old WSDL and XSD files, the Web service client bindings files, and the generated Web service proxy classes, as shown in Figure 6.
这些组件包括旧wsdl和XSD文件、Web服务绑定文件和生成的Web服务代理类,如图6中所示。
The EJB project for the EJB proxy application also needs to be aware of the Web service classes in a dependent JAR file.
EJB代理应用程序的EJB项目也需要能够识别依赖JAR文件中的Web服务类。
What Flextense does in more detail; it reads and analyze the WSDL of a web service you provided, and creates new proxy classes to be used in action script side of Flex.
FleXtense具体所做的工作就是:读取并分析你所提供的webservice的WSDL,据此创建出将在Flex的actionscript中使用的新proxy类。
After the generation, the proxy and helper classes have been created.
在生成代理之后,代理和助手类就都创建好了。
The artifacts include a JAX-RPC compliant stub, a proxy that wraps the stub for developer convenience, and a set of classes that correspond to the complex types defined in the WSDL schema.
生成的构件包含JAX - RPC兼容的存根、封装了存根的代理(为开发人员提供方便)以及一组类,这些类与WSDL模式中定义的复杂类型相对应。
Dynamic proxy classes have many interesting USES within an application, one of which is to effectively handle pre - and post-method invocation operations in a uniform fashion.
动态代理类有许多应用程序中使用的接口,其中一个可以用统一的方式有效地处理方法前和方法后的调用操作。
Re-generate the EJB deploy classes, because the provided EJB Proxy application does not include generated deploy classes.
重新生成EJB部署类,因为所提供的 EJB代理应用程序并不包括生成的部署类。
The client-site classes for the RPC proxy are also located in this package.
RPC代理的客户端类也在这个包中。
The proxy classes do all the work to locate your Web service, send the request message, and return the response (the stock price) to you.
代理类会为您完成定位Web服务、发送请求消息以及向您返回响应(股票价格)等全部工作。
We will get Application Developer to generate the proxy classes and a sample application to run the Web service.
我们将让 ApplicationDeveloper生成一些代理类和一个样本应用程序来运行Web 服务。
Hibernate USES CGLIB proxy to implement lazy association fetching only for non-final classes.
Hibernate只会针对非final的类使用CGLIB代理来实现延时关联获取。
Now that you've created a simple Web service proxy, you can create the classes BFMWebService.as and HTMWebService.as to implement the BFM and HTM APIs we need.
现在已经创建了一个简单的Web服务代理,下面可以创建BFMWebService . as和HTMWebService . a s类来实现所需的BFM和HTMAPI。
A proxy object inherits the associated semantics of managed objects such as garbage collection, support for members and methods, and can be extended to form new classes.
代理对象继承托管对象(例如垃圾回收、对成员和方法的支持)的关联语义,可以将其进行扩展以形成新类。
When accessed from another context, these context-bound classes are referenced directly using a proxy.
当从其他上下文访问时,这些上下文绑定类是使用代理直接引用的。
Note that a proxy object inherits the associated semantics of managed objects such as garbage collection and support for fields and methods, and can be extended to form new classes.
请注意,代理对象继承与托管对象(如垃圾回收、字段和方法支持)关联的语义,并且可以扩展以形成新类。
Note that a proxy object inherits the associated semantics of managed objects such as garbage collection and support for fields and methods, and can be extended to form new classes.
请注意,代理对象继承与托管对象(如垃圾回收、字段和方法支持)关联的语义,并且可以扩展以形成新类。
应用推荐