• 传统面向对象编程中实现的那样,这些关注点作为单独实例处理的,有可能应用程序类中产生互不相关代码(就是混乱)。

    As implemented in traditional object-oriented programming, these concerns are handled as individual instances, introducing potentially unrelated code (that is, clutter) into application classes.

    youdao

  • RelationshipService业务对象标记创建生成实例ID创建新的条目应用程序特定的ID关联

    The Relationship Service marks the business object as created, generates a new instance id, and creates a new table entry to associate it with the application-specific id.

    youdao

  • 表示前面提及Pluto服务对象实例可以同一个servlet上下文内作为Web控制台web应用程序的组件检索

    Object instances representing the Pluto services mentioned previously can be retrieved by a component running within the same servlet context as the Web console Web application.

    youdao

  • 案例实例,设置应用于案例中包含所有对象

    Case instance for all objects contained in the case.

    youdao

  • 需要访问资源应用程序对象只需通过bean引用得到预先定义好的实例的引用即可(这方面的更多内容在下节中)。

    Application objects that need to access resources simply receive references to such pre-defined instances through bean references (more on this in the next section).

    youdao

  • 另外,创建应用程序对象一个实例开始初始过程

    It also creates an instance of the application object and begins the initialization process.

    youdao

  • 应用程序对象存储会话请求中,这样做可以允许规则引擎稍后查找对象,而无需创建一个新的实例

    Storing the application object on the session or request enables the rules engine to later find that object without having to create a new instance.

    youdao

  • 对于实例我们忽略对由于UI变更导致应用程序中的对象层次可能的变更。

    For this example, we are ignoring possible changes to the object hierarchy in the application that result from UI changes.

    youdao

  • 分析应用程序对象实例数目

    Look at the number of instances of application objects.

    youdao

  • 运行规则时,规则引擎必须找到应用程序对象实例

    When a rule runs, the rules engine must find an instance of the application object.

    youdao

  • 由于大型应用程序组件通信方式所以假设对象实例创建者就是用户并不总是安全的。

    Because of the way components in large applications communicate, it's not always safe to assume that the creator of an object instance is its user.

    youdao

  • 包括关于运行时环境业务环境创建事件应用程序对象实例信息

    This includes information about the runtime environment, the business environment and the instance of the application object that created the event.

    youdao

  • 应用程序需要业务对象实例时,实际接收到动态代理实例

    When the application needs a business object instance, it will actually receive an instance of the dynamic proxy class.

    youdao

  • 应用程序执行查找时,创建一个托管对象实例而且在把对象返回应用程序之前设置好属性

    When an application performs a lookup, an instance of the administered object is created and the properties set before returning the object to the application.

    youdao

  • 模型实例保持长期状态提供应用程序逻辑;而视图使用副本实际上一个任意使用数据访问对象

    The primary instance of the model is keeping long-term state and providing application logic; the copy used by the view is essentially a disposable data-access object.

    youdao

  • 复杂对象实例返回客户机应用程序后者将在输出页面显示对象的属性如图5中所示。

    Returns the instance of the complex object to the client application, which displays the attributes of the object on the output page as shown in Figure 5.

    youdao

  • 本文介绍了一个用于J2EE应用程序管理对象实例框架

    This article proposes a framework for managing object instances in J2EE applications.

    youdao

  • 我们对象范围设置application因为每个应用程序需要一个对象的实例

    We set the scope of this object to application, as only one instance is needed per application.

    youdao

  • Distributed map类应用程序所使用编程接口该类允许应用程序缓存实例获得对象对象放置其中并可以使其失效

    The DistributedMap interface is the programming interface that your applications work with, enabling the application to get and put objects into the cache instance, as well as invalidate them.

    youdao

  • 应用程序对象一个HttpApplication实例,该类隐藏在global . asax文件中。

    An application object is an instance of the HttpApplication class-the class behind the global.asax file.

    youdao

  • 假定两个应用程序定义了Customer业务对象生成自己内部唯一地标识业务对象实例

    Suppose two applications each define Customer business objects and generate their own internal keys to uniquely identify instances of this business object.

    youdao

  • 可能会想到ServerMBean代表应用程序服务器管理对象可以单独实例或者集群的一个成员

    As you would expect, the server MBean represents the management object for an application server, which could be a standalone instance or a member of a cluster.

    youdao

  • init方法中,使用应用程序对象中的实例变量WebSphereDynamicCache映射存储getter方法使用信息比如用户)。

    During the init method, store information used by the getter methods (like the user name) using instance variables on the application object or using WebSphere Dynamic Cache maps.

    youdao

  • 此类提供一组单(singleton)对象实例一个JAX-RS应用程序包括所有根级别资源提供程序(由 @Provider注释的类)。

    This class provides a set of classes, or a set of singleton object instances, that include all of the root-level resources and providers (classes annotated with @Provider) in a JAX-RS application.

    youdao

  • 进行远程其他代价高昂调用之后,可以将结果存储应用程序对象实例变量或者WebSphereDynamicCache映射中然后以后调用重用结果。

    After making a remote or other expensive call, store the result in an instance variable on the application object or in a WebSphere Dynamic Cache map; then, reuse that result on later calls.

    youdao

  • 实现SelfInitializingApplicationObject接口的情况下,如果规则运行时没有找到应用程序对象那么规则引擎尝试实例对象

    When the SelfInitializingApplicationObject interface is implemented and if the object is not found when the rule runs, the rules engine will try to instantiate that object.

    youdao

  • XPath表达式String转化XPathExpression对象然后将该对象应用所支持数据模型实例中的任何节点

    To convert an XPath expression from a String to an XPathExpression object, which can then be applied to any node in an instance of the supported data model.

    youdao

  • Spring利用一个XML编写应用程序上下文实例配置组装应用程序中的对象

    Spring also utilizes an application context written in XML to instantiate, configure, and assemble the objects in your application.

    youdao

  • AdminControl对象用于通过JMXBean管理应用程序服务器运行实例

    The AdminControl object is used to manage the running instance of an application server by a JMX bean.

    youdao

  • AdminControl对象用于通过JMXBean管理应用程序服务器运行实例

    The AdminControl object is used to manage the running instance of an application server by a JMX bean.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定