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

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

    youdao

  • 我们获取一个DocumentBuilderFactory实例定义了工厂api,用于支持应用程序获取解析器,可以通过XML文档生成dom对象

    An instance of DocumentBuilderFactory is obtained, which defines a factory API that enables applications to obtain a parser that produces DOM object trees from an XML document.

    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

  • 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

  • 这个应用程序当前数据架构没有施加任何限制理论上可以同一个对象创建无限实例

    The application's current data architecture leaves me with no constraints - I could theoretically create an infinite number of instances of the same object.

    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

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

    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

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

    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

  • 下面的代码示例显示了应用程序如何通过JNDI名称查找缓存实例对象放入缓存实例中,稍后对其进行检索

    The code example shows how the application looks up a cache instance through its JNDI name, puts an object into a cache instance, and then retrieves it later.

    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

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

    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

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

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

    youdao

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

    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

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

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

    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

  • 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

  • 此类提供一组单(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

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

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

    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

  • 进行远程其他代价高昂调用之后,可以将结果存储应用程序对象实例变量或者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

  • 表示前面提及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

  • 测试基于Eclipse应用程序使用find方法这个实例局限于aut的部分作为得出对象getter方法的设计的一个途径。

    This example of using the find method in testing the application based on Eclipse was limited to only a part of the AUT as a way to work out the design of the object getter methods.

    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

  • Struts动作action一个实例,action类实现Web应用程序portion返回对象

    A Struts action is an instance of an action class that implements a portion of a Web application and returns an object.

    youdao

  • 借助于IoC框架应用组件(例如视图)无需实例依赖(所用对象),甚至都不用查找

    Using an IoC framework, the components of your application (for example, Views) don't instantiate or even look up their dependencies (the objects they work with).

    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

  • 需要访问资源应用程序对象只需通过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

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

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

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