单词 | business logic | ||||||||||||||
释义 | business logic
更多释义 收起释义 例句释义: 业务逻辑,商业逻辑,业务逻辑层 1. All business logic should be in classes, and if you absolutely had to have code in your JSP page, you would wrap it up in a custom tag. 所有的商业逻辑都应该在类中,如果你确实需要在你的JSP页面中包含代码,你应该用自定义标签来包装它。 www.infoq.com 2. Business logic might be run in parallel over all or just a subset of the partitions of the data. 业务逻辑可以完全并行运行,或者仅仅是数据分区的一个子集。 www.ibm.com 3. This can be achieved by business logic that is called in case of a failure and that reverses the effects of former service calls. 这可以通过业务逻辑来实现,它在错误发生时调用,并回滚前面的服务调用所产生的影响。 www.ibm.com 4. Business logic code is easy to read because XPath describes the exact nature of the data and its relationship to the business structure. 业务逻辑代码易读性高,因为XPath可准确地说明数据的本质及其与业务结构的关系。 www.ibm.com 5. The next step is to wrap the database with a set of PHP classes that build the business logic for the application. 下一步,使用为应用程序构建逻辑的PHP类集打包数据库。 www.ibm.com 6. A bunch of entangled if-else statements are trying to capture the business logic that has been identified for the application. 一堆互相缠绕的if-else语句正试图捕获已经为应用程序标识的业务逻辑。 www.ibm.com 7. It would be a shame to have to redevelop an application's core business logic every time the preferred user interface technology changes. 如果每当首选的用户接口技术发生了更改就要重新开发应用程序的核心业务逻辑,那么就糟透了。 www.ibm.com 8. It's a cold, brutal bit of business logic, all dressed up in fine Italian style. 这是冷酷、残忍的商场逻辑,只是以优雅的意大利风格装点门面罢了。 blog.hjenglish.com 9. Doing so is often desirable, since it can increase the number of client types for your business logic. 这样做是值得的,因为这样做可以为您的业务逻辑增加客户端类型的数量。 www.ibm.com 10. This also means that XML-based IoC allows you to implement and test the business logic of each of the tasks of your workflow independently. 这也就意味着基于XML的IoC允许您对工作流程中的每一个任务的业务逻辑分别进行实现和测试。 www.ibm.com 1. To keep the business logic code clear and easy to maintain, do not complicate it with too much technical code. 为了保持业务逻辑清晰并易于维护,不要用太多的技术性代码将其复杂化。 www.ibm.com 2. In cases like this, business logic needs to be kept behind a secure set of firewalls (often called a DMZ). 在类似这种情况下,需要将业务逻辑置于一组安全防火墙之后(经常称为DMZ)。 www.ibm.com 3. In this respect, the business logic code has been disconnected from the original user interface and made into a self-contained subprogram. 从这个角度而言,业务逻辑代码已从原始用户界面断开,成了一个独立的子程序。 www.ibm.com 4. All elements must have unique ID values for the business logic to be able to refer to these components. 所有元素必须拥有惟一的ID值,以便业务逻辑能够引用这些元素。 www.ibm.com 5. Another option is to put the business logic in a Business delegate, a facade that acts as the model. 另一种选项是,将业务逻辑放在Business代表中,后者充当模型。 www-128.ibm.com 6. Thus, it is fair to say that mediation (and thus the service bus) can contain business logic, but only if it is non-semantic. 因此,中介(和服务总线)可以包含业务逻辑,但是这些逻辑只能是非语义的。 www.ibm.com 7. With that, the business logic is all set up. 随即,业务逻辑都设置好了。 www.ibm.com 8. The main business logic, such as device management was designed as component, so the system will be easy to reuse and extended. 对主要的业务逻辑如设备管理采用组件方式设计,使软件具有较好的可重用性和扩展性。 www.lw23.com 9. Now you know how to use BPEL to express the business logic of your merged production workflow. 现在您已经知道如何使用BPEL来描述合并的生产工作流程的业务逻辑。 www.ibm.com 10. Some containers impose themselves into the business logic of a component in the form of framework methods. 有些容器以框架方法的形式强制将自身加入到组件的业务逻辑中。 www.ibm.com 1. The business logic may then decide if the data about to be processed has been signed or not. 业务逻辑再决定将要处理的数据是否已被签名。 www.infoq.com 2. EJB components might be used, for example, to provide business logic for a Web service front end, as well as a servlet and JSP front end. 比如,EJB组件可能用来为Web服务前端提供业务逻辑,或者是servlet和JSP前端。 www.ibm.com 3. With just a few basic steps you can get your XML data from the database tables into your business logic! 只需执行几个简单的步骤,就能够把数据库表中的XML数据装载到业务逻辑中! www.ibm.com 4. BPEL file and partner links: The BPEL file is an XML file in which you configure the business logic of your process-execution layer. BPEL文件和合作伙伴链接:BPEL文件是一个XML文件,您要在该文件中配置流程执行层的业务逻辑。 www.ibm.com 5. EJB components tend to be used for containing "back end" business logic, while servlets and JSPs generally provide a "front end" . EJB组件倾向于用来包含“后端”业务逻辑,然而servlet和JSP通常只提供了“前端”。 www.ibm.com 6. These Action classes provide an interface to the application's Model layer, acting as a wrapper around the business logic. 这些Action类为应用程序的Model层提供了一个接口,充当围绕业务逻辑的包装器。 www.ibm.com 7. The power of this layer is in separating data access code from the business logic for disparate data store technologies. 该层的作用在于针对不同的数据存储技术,从业务逻辑中分离数据访问代码。 www.ibm.com 8. Business logic should be in a higher layer of your application. Only data access operations should be permitted. 业务逻辑应该在你的应用的一个高一些的层次里。持久层里仅仅允许数据存取操作。 blog.matrix.org.cn 9. Clearly in a real world scenario, an external business rules engine, such as ILOG Rules, might be used to externalize this business logic. 显然,在真实的场景中,可以使用外部业务规则引擎(比如ILOGRules)在外部实现这个业务逻辑。 www.ibm.com 10. These business logic components are referred to as embedded transaction applications. 这些业务逻辑组件被称为嵌入式事务应用程序。 www.ibm.com 1. It sensibly extracted the business logic into a business rules engine and provided access to the business logic via a Web service. 他们明智地将业务逻辑提取到业务规则引擎中,并通过Web服务提供对业务逻辑的访问。 www.ibm.com 2. Also, in such a scenario validation needs to be performed before any execution of business logic. 此外,这类情形中验证必须在执行任何业务逻辑之前完成。 www-128.ibm.com 3. When publishing applications on the Internet, be careful about moving too much of your business logic into Ajax and away from the server. 在Internet上发布应用程序时,要避免把过多的业务逻辑放在Ajax中而不是服务器上。 www.ibm.com 4. Play around with the implementation and change the business logic to see different results. 操作该实现,并且通过更改业务逻辑来查看不同的结果。 www-128.ibm.com 5. This allows the company to alter the business logic, without having to make changes to the integration logic (and vice versa). 它允许公司更改业务逻辑,而不必对集成逻辑进行更改(反之亦然)。 www.ibm.com 6. Depending on the fidelity of the model, much of the business logic may be generated as well. 根据模型的逼真度,可能也会生成许多业务逻辑。 www.ibm.com 7. You might have the business logic located in the domain classes as one layer rather than two. 您可能将域类中包含的业务逻辑作为一个层,而不是两个。 www.ibm.com 8. The business logic handler framework allows you to write a managed code assembly that is called during the merge synchronization process. 使用业务逻辑处理程序框架,可以编写合并同步进程中调用的托管代码程序集。 msdn2.microsoft.com 9. Mixing the framework with the business logic restricts the set of containers in which the component can be hosted. 将框架与业务逻辑混合会限制用于承载组件的容器的设置。 www.ibm.com 10. Layered testing allows you to work out your presentation and business logic without simultaneously worrying about the back-end database. 分层测试允许您设计出表示和业务逻辑,而不必同时担心后端数据库。 www-128.ibm.com 1. Then, you will develop a mid-tier PHP module to house the bank's business logic, which uses ODBC to connect to the MySQL database. 然后,开发一个中间层PHP模块来提供银行的业务逻辑,这个模块使用ODBC连接MySQL数据库。 www.ibm.com 2. You can then use the Web services wizard to create the Web service and the skeleton Java classes to which you can add your business logic. 然后,您可以使用Web服务向导来创建Web服务以及可以向其中添加您的业务逻辑的框架Java类。 www.ibm.com 3. Data object wrapping is put around the business data so as to make it easier for the business logic to handle this. 为业务数据建立数据对象包装器是为了让业务逻辑更容易处理业务数据。 www.ibm.com 4. Actions should often be kept short (not more than a few lines), and all the business logic should usually be in the model. 行动应经常保持短(不超过几行代码),和所有的业务逻辑通常应在模型中。 bluoe.blog.163.com 5. A view bean keeps Java code out of the JSP, but still separate from the rest of the controller or business logic components. 视图bean将Java代码放在JSP之外,但与其它的控制器或业务逻辑组件仍是分开的。 www.ibm.com 6. In such cases, you had to run the application again to continue with the rest of the business logic. 在这种情况下,您必须再次返回应用程序,以便继续处理其他业务逻辑。 www.ibm.com 7. Have a profound concern with, and accumulated experience in certain industries, and be able to grasp the general business logic involved; 8. 对特定产业有较深厚的关注与积累,同时能把握普遍商业逻辑; www.job592.com 8. In the system architecture analysis and design process, the system contains the business logic of the considerations is crucial. 在系统架构分析和设计过程中,对系统所包含的商业逻辑的考量显得至关重要。 zhishi.sohu.com 9. Program generation console application, mainly to show the business logic processing, C language enthusiasts do not miss it. 程序生成控制台程序,主要为了展现事务逻辑处理,C语言爱好者请不要错过哦。 www.pudn.com 10. This wall can easily be overcome with a paradigm shift and a new factoring of the business logic based on Resource Lifecycles. 通过范式转换和基于资源生命周期新的业务逻辑的分解方式,这堵墙很容易被拆除。 www.infoq.com 1. In a small JSP application, it is common to see the data, business logic, and the user interface combined into one module of code. 在小型JSP应用程序中,经常会看到数据、业务逻辑和用户界面被组合在一个代码模块中。 www.ibm.com 2. It would be costly and time-consuming to customize schemes for mapping business logic between EAI systems and external applications. 对于在EAI系统及外部应用程序之间映射业务逻辑的计划的定制是浪费时间并且代价昂贵的。 www.ibm.com 3. One of the most often used scenarios involving Spring is to configure and drive business logic using simple Java bean classes. 涉及Spring的最常用场景之一是使用简单的JavaBean类配置并驱动业务逻辑。 www.ibm.com 4. Also note that the amount of PHP application code is minimal, since most of the business logic and transformation is in the query. 还请注意,PHP应用程序代码量达到最少,因为大部分业务逻辑和转换位于查询中。 www.ibm.com 5. Business logic handlers are written in managed code and allow you to execute custom business logic during merge synchronization. 业务逻辑处理程序是用托管代码编写的,可用于在合并同步过程中执行自定义业务逻辑。 technet.microsoft.com 6. Significant reduction of tedious code for data conversion and exception handling, allowing you to focus on core business logic. 极大地减少用于数据转换和异常处理的繁琐代码,从而专注于核心业务逻辑。 www.ibm.com 7. Bring the business logic to the data, which can be achieved by co-deploying the business logic to the same server or platform as the data. 使业务逻辑向数据进行移动,这可以通过将业务逻辑部署到与数据相同的服务器或者平台来实现。 www.ibm.com 8. Business logic services provide the capabilities required for the execution of business logic in the form of service endpoints. 业务逻辑服务提供以服务端点的形式执行业务逻辑所需的能力。 www.ibm.com 9. In real life we may need a more robust (and complex) way of identifying which business logic needs to be created. 在现实生活中,我们可能需要更健壮(和复杂)的方法来识别建立哪些业务逻辑。 www.ibm.com 10. Business rules can be viewed as a collection of business practices, defining the actual implementations - business logic. 业务规则可以被看作是业务实践的一个集合,定义实际的实现——业务逻辑。 www.infoq.com 1. Implements the business logic of the noteboard component and accesses the Resource tier to retrieve data or to change it persistently. 实现通知板组件的业务逻辑,并访问Resource层以检索数据或永久地改变数据。 www-128.ibm.com 2. This article focuses on one of many important principles in this domain: bring the data as close to the business logic as possible. 这个领域中有许多重要的原则,本文重点关注其中之一:使数据尽可能地接近业务逻辑。 www.ibm.com 3. So while sharing is a form of horizontal scaling, it fails point #2: it is not transparent to the business logic of the application. 因此,分片尽管是一种水平扩展方式,但是它违背了第二点,即对上层应用程序的业务逻辑没有做到透明。 www.bing.com 4. The query output can be in user-defined formats, so you can implement the business logic easily without additional programming efforts. 查询输出可以采用用户定义的格式,这样不需要另外编程就能很容易地实现业务逻辑。 www.ibm.com 5. Business logic is basically a set of instructions that specifies and controls the actions that happen to a document or item. 业务逻辑主要是指能够指定和控制对文档或项目执行的操作的一组说明。 www.kuenglish.info 6. First, you'll need a Java class that uses some form of presentation or business logic to determine the filenames to link to. 首先,需要一个Java类,它使用某种形式的表示或业务逻辑来确定要链接的文件名。 www.ibm.com 7. The idea is to keep the controller class as simple as possible to allow business logic to be abstracted to a helper class. 这个想法是为了使控制器类尽可能保持简单以允许业务逻辑被抽象为助手类。 www-128.ibm.com 8. Although XUL is a bit more user-responsive than HTML, it won't do business logic for you. 尽管XUL比HTML提供更多的用户响应能力,但是却不能为您实现业务逻辑。 www.ibm.com 9. JavaScript Object Notation (JSON) is a data interchange format used to represent data in the business logic running on browsers. JavaScriptObjectNotation(JSON)是一种用于表示在浏览器上运行的业务逻辑数据的数据交换格式。 www.ibm.com 10. Often, to separate configuration information from business logic, customers externalize configuration information to a file or database. 通常,为了将配置信息同业务逻辑分离,客户会将配置信息外部化到文件或数据库中。 www.ibm.com 1. GMF allows you to effectively map (see Figure 5) your semantic (business logic) model to a notional (graphical) model. GMF将使您可以把语义(商业逻辑)模型高效映射到概念(图形)模型(参见图5)。 www.ibm.com 2. These classes embodied business logic and ferried data, in the form of a JavaBean commonly called an ActionForm, to JSPs. 这些类包含业务逻辑,以JavaBean的形式(通常叫做ActionForm)把数据传送到JSP。 www.ibm.com 3. According to the Cheat Sheets, the next step would be to implement the business logic components (EGL). 根据CheatSheet上的步骤,下一步将是实现业务逻辑组件(EGL)。 www.ibm.com 4. The business logic of the database arranges these documents into discussion threads, with a child-parent hierarchal structure. 数据库的业务逻辑将通过child-parent层次结构把这些文档组织成讨论线索。 www.ibm.com 5. The handling (or routing) of a message is managed by the bus and does not clutter any business logic. 消息的处理(或路由选择)是通过总线做到的,并且没有扰乱任何业务逻辑。 www.ibm.com 6. Insert your code between user code begin and user code end to add the business logic for the specific activity, as shown in Listing 3. 在usercodebegin和usercodeend之间插入您的代码,为特定的活动添加业务逻辑,如清单3所示。 www.ibm.com 7. The end result is an implementation of the business logic required and a JUnit test case that can verify the behavior of the implementation. 最终的结果是实现了必要的业务逻辑和JUnit测试用例,可验证实现的行为。 www.ibm.com 8. Most times it uses a service layer framework to manage transactions, coordination and sometimes business logic, and a web framework. 一般情况下,使用一个服务层框架去管理事务、协作,有时也包括业务逻辑和Web框架。 www.infoq.com 9. Aspect technology can be a very effective way to introduce architectural mechanisms without touching the business logic code in the IDE. 引入体系架构机制而不接触IDE中的事务逻辑代码,使用面向方面技术是一个非常有效的方法。 www.ibm.com 10. As you've seen, the more the more business logic is externalized and centralized, the easier it becomes to manage. 如您所见,越来越多的业务逻辑被外化和集中化,同时也更易于管理。 www.ibm.com 1. It is a decision which must be made when defining the architecture as to what business logic, if any, should be implemented in the ESB. 在定义关于需要实现何种业务逻辑的体系结构时,必须做以上的决定,且应该在ESB中实现。 www.ibm.com 2. In an EJB environment, you can put common data and business logic in a single set of enterprise beans. 在EJB环境中,您可以将常用数据和业务逻辑置于单组企业bean中。 www.ibm.com 3. First, the pure PHP code with all the business logic goes in a controller script, as shown in Listing 2-2. 首先,纯PHP与所有的业务逻辑代码放在控制器中的脚本如清单2-2所示。 bluoe.blog.163.com 4. Apache CXF allows you to build web service applications that are fully integrated with internal business logic. ApacheCXF允许您建立完全与内部业务逻辑集成的Web服务应用程序。 www.ibm.com 5. This class can be used to implement the calls to the business logic, as a wrapper class. 类。该类可用于实现对业务逻辑的调用,就象包装器类一样。 www-128.ibm.com 6. EGL is used to capture the business logic of your applications, and the tooling automatically generates and maintains a Java implementation. EGL用来捕获应用程序的业务逻辑,并且该操作自动地产生和维护Java实现。 www.ibm.com 7. The model class holds the essential business logic and manages the data corresponding to that part of the application. 模型类存放实际的业务逻辑,并管理与应用程序部分对应的数据。 www.ibm.com 8. Imagine an enterprise application that contains a single Web application and a single EJB component for business logic and persistence. 假设有一个企业应用程序,该应用程序包含一个Web应用程序,还有一个负责业务逻辑和持久性的EJB组件。 www.ibm.com 9. Is the name of the class that overrides BusinessLogicModule to implement the business logic handler. 实现业务逻辑处理程序时优先级高于BusinessLogicModule的类的名称。 msdn2.microsoft.com 10. The Model contains all the business logic necessary to retrieve data from a persistent data store. 模型包含所有必须的业务逻辑,从存储数据仓库中检索数据。 www.ibm.com 1. Is the name of the class that overrides BusinessLogicModule to implement the business logic handler. 实现业务逻辑处理程序时优先级高于BusinessLogicModule的类的名称。 msdn2.microsoft.com 2. The Model contains all the business logic necessary to retrieve data from a persistent data store. 模型包含所有必须的业务逻辑,从存储数据仓库中检索数据。 www.ibm.com 3. Further, implementing command objects in this way allows business logic to be reused in other areas of your Web application. 更进一步,通过这种方式实现command对象允许您在Web应用程序的其它领域重用业务逻辑。 www-128.ibm.com 4. Implementation of business logic in technical languages makes it very difficult for business people to understand. 业务人员难以理解用技术语言实现的业务逻辑。 www.ibm.com 5. Previously , tight coupling of the GUI and business logic in an application limited the ability to create an automated test . 以前,由于在应用程序中将GUI和商业逻辑紧密联系在一起,这就限制了创建自动测试的能力。 www.bing.com 6. A much better idea is to place all your business logic into a controller servlet. 更好的办法是将所有业务逻辑放在一个控制器servlet(controllerservlet)中。 www.ibm.com 7. The comparison should not be business logic versus integration logic, but instead about logic categorized by impact and ownership. 不应该把逻辑划分为业务逻辑与集成逻辑,而是应该按影响和所有权分类。 www.ibm.com 8. This prepares the database for use by a GIS and for spatial business logic implemented in SQL, including distance-based queries. 这使数据库准备好供GIS使用并支持SQL中实现的空间业务逻辑,包括基于距离的查询。 www.ibm.com 9. This parameter must be set to a valid CLSID or set to NULL when registering a business logic handler assembly. 在注册业务逻辑处理程序程序集时,必须将该参数设置为有效的CLSID,或将其设置为NULL。 msdn2.microsoft.com 10. Therefore, the business logic just consists of an interface map, which maps the outbound interface to the inbound interface. 因此,业务逻辑只包含接口映射,即将出站接口映射到入站接口。 www.ibm.com 1. Therefore, the business logic just consists of an interface map, which maps the outbound interface to the inbound interface. 因此,业务逻辑只包含接口映射,即将出站接口映射到入站接口。 www.ibm.com 2. This flexibility refers to both the component structure on the client-side, as well as the business logic on the server. 这种灵活性涉及到客户端的组件结构,和服务器端的业务逻辑。 www.ibm.com 3. With a named query properly defined, the application can execute the query and apply business logic to the returned results. 正确定义好一个已命名的查询之后,应用程序就可以执行该查询并向返回的结果应用业务逻辑。 www.ibm.com 4. If the answer is "yes" , then you might be writing business logic that belongs behind a facade. 如果回答是“是”,那么您或许应该将业务逻辑封装入facade中。 www.ibm.com 5. Once you map an ASBO to a GBO, the GBO passes to a collaboration that contains the routing workflows and business logic for the transaction. 一旦您将ASBO映射到GBO,GBO就会传送到一个包含事务的路由工作流和业务逻辑的协作。 www.ibm.com 6. Caching the results of complex business logic results in faster subsequent calls and a lower overall solution cost. 缓存复杂业务逻辑的结果可加快后续调用,并降低总体解决方案成本。 www.ibm.com 7. Is the name of the assembly that implements the business logic handler. 实现业务逻辑处理程序的程序集的名称。 msdn2.microsoft.com 8. Each system contained application-specific business logic, which executed in relative isolation, as shown in Figure 3. 每个系统都包含应用程序特定的业务逻辑,这些业务逻辑均以相对独立的方式运行,如图3中所示。 www.ibm.com 9. Until then, transaction 2 will receive results from its SELECT and can continue with its business logic. 释放锁后,事务2才能收到SELECT操作的结果并继续执行它的业务逻辑。 www.ibm.com 10. Task-centric services that typically contain domain-specific business logic, and which represent individual steps within a business process. 以任务为中心的服务,通常包含特定于领域的业务逻辑,并表示业务流程中的各个步骤。 www.ibm.com 1. Task-centric services that typically contain domain-specific business logic, and which represent individual steps within a business process. 以任务为中心的服务,通常包含特定于领域的业务逻辑,并表示业务流程中的各个步骤。 www.ibm.com 2. Some opportunity usually presents itself to sneak some business logic into a JSP. 我们经常会有一些机会把一些业务逻辑混入到JSp中。 www.ibm.com 3. One is to minimize changes to the business logic module in WebSphere Integration Developer, which represents the business model. 一种是在WebSphereIntegrationDeveloper内减少对代表着业务模型的业务逻辑模块的更改。 www.ibm.com 4. The service consumer should be insulated as far as possible from the details of the business logic implemented by the service provider. 服务使用者应该尽可能与服务提供者实现的业务逻辑细节分离。 www.ibm.com 5. You can think of a rules engine as a framework for implementing complex business logic. 可以将规则引擎看作实现复杂业务逻辑的框架。 www.ibm.com 6. Updates to software components must be made easily and centrally, with no distribution of business logic to browser platforms. 软件组件的更新必须易于集中完成,绝不向表示层分布业务逻辑。 www.ibm.com 7. Web services instead share business logic, data and processes through a programmatic interface across a network. 而是在网络上通过可编程接口,共享商业逻辑、数据和处理。 www2.ccw.com.cn 8. But most of the time, you want to apply business logic to the data, which requires that the data be extracted to an appropriate data type. 但是大多数时候,需要将业务逻辑应用到数据中,这要求将数据提取为合适的数据类型。 www.ibm.com 9. The loose coupling also allows business logic to be written with no knowledge of the existence of Struts. 松耦合也支持在Struts不参与的情况下编写业务逻辑。 www.infoq.com 10. Web Application Services: This component encapsulates business logic for Web applications that are running on a Web application server. WebApplicationServices:这个组件封装在Web应用服务器上运行的Web应用程序的业务逻辑。 www.ibm.com 1. Web Application Services: This component encapsulates business logic for Web applications that are running on a Web application server. WebApplicationServices:这个组件封装在Web应用服务器上运行的Web应用程序的业务逻辑。 www.ibm.com 2. The assembly includes business logic that can respond to conflicts and a number of other conditions during synchronization. 程序集包括可以响应同步期间的冲突和多种其他情况的业务逻辑。 msdn2.microsoft.com 3. It is up to you at that point to reconcile the two rows, using business logic that you create. 这时,将由您使用所创建的业务逻辑来协调这两行。 msdn2.microsoft.com 4. Anytime you re dealing with the business logic of an application, validation will become a factor. 每当您处理应用程序的业务逻辑时,都需要执行验证。 www-128.ibm.com 5. These frameworks do not implement generic keywords but implement business logic keywords based on the application being tested. 这种测试框架不但具有通用的关键字,还有基于被测系统业务逻辑的关键字。 www.365testing.com 6. Each individual task was implemented in Java with its corresponding business logic. 每一个单独的任务都是通过使用相应的业务逻辑在Java中得到实现。 www-128.ibm.com 7. Communication Interface for power management, log management supports AOP functions and gives strong support to the business logic module. 通信接口还为权限管理、日志管理提供AOP支持,给业务逻辑模块实现强有力的支撑。 www.fabiao.net 8. It was invasive on the business-logic code, mandating that certain classes be extended or certain interfaces be implemented. 规范为业务逻辑代码规定了许多限制,要求扩展特定的类或实现特定的接口。 www.ibm.com 9. By taking away this task, Wicket allows you to concentrate on the application's business logic. 去掉这些任务后,Wicket让您能将精力更多地集中于应用程序的业务逻辑。 www.ibm.com 10. To simplify the integration of existing data and services using XML, it encapsulates the business logic in a compact fashion. 为了使用XML简化已有数据和服务的集成,它紧凑地封装了业务逻辑。 www.ibm.com 1. The final decision has to be taken by the KB administrator who understands the data and the business logic of the project. 最终的决策要由知识库管理员做出,因为他们了解项目的数据和业务逻辑。 www.ibm.com 2. Creating a custom business object allows you to implement your own business logic. 通过创建自定义业务对象可以实现自己的业务逻辑。 msdn2.microsoft.com 3. The project hopes to utilize business logic to set up a positive, social and environmental "Green Camp. " 这项排名致力于利用商业逻辑来建立一个有利于社会和环境发展的“绿色营地”。 www.bing.com 4. Firstly, as the annotations are in the aspects, not core business logic, the cost of switching isn't high. 首先,因为注解存在于切面中,而不是核心业务逻辑,所以转换的成本并不高。 www.infoq.com 5. Sets of data, business logic, and highly interactive UI elements can be downloaded to the client for instant user interaction. 数据集、业务逻辑以及高度交互的UI元素可以被下载到客户机以便进行即时用户交互。 www.ibm.com 6. UDFs are widely used in many IT organizations to encapsulate critical business logic and simplify application development requirements. UDF在许多IT组织内都得到广泛应用,用于封装关键业务逻辑和简化应用程序开发需求。 www.ibm.com 7. This allows for higher-quality code and for improved developer productivity (freeing them to focus on the business logic). 这样做可以支持更高质量的代码,以及改进的开发人员工作效率(将他们从繁重的工作中解放出来,重点关注于业务逻辑)。 www.ibm.com 8. Specify AtomFeeds as the name of the class that contains the business logic, as in Figure 12. 指定AtomFeeds作为包含业务逻辑的类名,如图12所示。 www.ibm.com 9. If the business logic was broken out to WS-BPEL, with the routing logic in the ESB, there is a greater chance of reusability. 如果将业务逻辑引入WS-BPEL,并使用ESB中的路由逻辑,将存在更大的可重用性机会。 www.ibm.com 10. Returns the CLSID value of a COM component that is registered as a business logic module used to resolve conflicts. 返回COM组件的CLSID值,该组件注册为用于解决冲突的业务逻辑模块。 msdn2.microsoft.com 1. Returns the CLSID value of a COM component that is registered as a business logic module used to resolve conflicts. 返回COM组件的CLSID值,该组件注册为用于解决冲突的业务逻辑模块。 msdn2.microsoft.com 2. Session beans are typically used to implement business logic and encapsulate entity beans. 典型情况下,会话bean用于实现业务逻辑和封装实体bean。 www.ibm.com 3. The framework of the main idea is better for application layer: user interface layer, business logic layer, lasting layer. 此架构主要思想是更好的给应用程序分层:用户界面层、业务逻辑层、持久层。 www.we-we.com 4. You specify business logic that the Notifier uses to gather push requests, including which remote devices should be notified. 并指定通告程序用于收集推送请求的业务逻辑,例如应通知哪些远程设备。 www.ianywhere.com 5. The business logic used in the sample is shared between the Web and the Rich Client versions. 示例所使用的业务逻辑可由Web和RichClient这两个版本的示例共享。 www.ibm.com 6. Additionally, external stored procedure programs can reuse existing business logic by calling existing applications as subprograms. 另外,外部存储过程程序可以以子程序形式调用现有的应用程序,从而重用现有的业务逻辑。 www.ibm.com 7. On initial load, you manage this with a simple server page tag talking to business logic. 关于初始载荷,您可以用一个简单的服务器页面标记同业务逻辑对话来进行管理。 www.ibm.com 8. Finally, Execute and Notify are two simple components to carry out the business logic. 最后,Execute和Notify是两个简单的组件,可以执行业务逻辑。 www.ibm.com 9. With this approach, business logic is shared as a collection of shared methods, or operations that your software can invoke. 使用这种方法,可将商业逻辑作为软件可调用的共享的方法或操作集合共享。 www.ibm.com 10. Indicates whether the registration is for a business logic handler. 指示注册是否针对业务逻辑处理程序。 technet.microsoft.com 1. Indicates whether the registration is for a business logic handler. 指示注册是否针对业务逻辑处理程序。 technet.microsoft.com 2. With batch computing, the proximity of the business logic to the data significantly impacts performance. 使用批处理计算,业务逻辑与数据的接近程度将极大地影响性能。 www.ibm.com 3. Now that you've completed the data model and business logic definitions, you need to publish the project to the Business Events runtime. 既然您已经完成了数据模式和业务逻辑定义,那么就需要将项目发布到BusinessEvents运行时。 www.ibm.com 4. Each port type needs to have an implementation for the business logic that the task is supposed to perform. 每一种端口类型都必须具有实现用于业务逻辑,该业务逻辑本应由任务来执行。 www-128.ibm.com 5. In a real scenario, you can add your business logic in this compensation handler as needed. 在真实场景中,您可以根据需要在补偿处理程序中添加业务逻辑。 www.ibm.com 6. It was primarily devised as a strategy for separating user interface logic from business logic. 最初它主要是作为一种分离用户接口逻辑与业务逻辑的策略被设计出来的。 www.bing.com 7. Traditionally business processes (BP) and presentation logic where all written into the same programs that contained business logic. 传统的业务流程(BP)与表现逻辑都写入了包含业务逻辑的相同程序。 www.ibm.com 8. The web project has a simple single servlet that you can easily run in your WebSphere Test Environment to invoke your business logic. 网络项目拥有一个简单的servlet,您可以在WebSphereTestEnvironment下使用它以调用您的业务逻辑。 www.ibm.com 9. Many users have their own data access layer, with their own APIs, to which the business logic is coded. 许多用户都用自己的数据访问层,使用自己的API编写业务逻辑。 www.ibm.com 10. Of course the business logic changes required for the new Web service also need to be implemented. 当然,同样也需要实现新Web服务所需的业务逻辑变更。 www.ibm.com 1. Of course the business logic changes required for the new Web service also need to be implemented. 当然,同样也需要实现新Web服务所需的业务逻辑变更。 www.ibm.com 2. At a glance the business logic to implement in BPM is linked to people, task, and data to process within a task. 在BPM中实现的业务逻辑链接到人员、任务和任务中要处理的数据。 www.ibm.com 3. You can add business logic to the Java class for business clients to access business information through the business logic. 您可以为业务客户的Java类增加业务逻辑,从而获取业务信息。 www.ibm.com 4. Many ASP. NET Web applications reference DLLs that contain business logic or other useful code. 许多ASP.NETWeb应用程序都引用包含业务逻辑或其他有用代码的DLL。 msdn2.microsoft.com 5. The application might require custom business logic to be executed when data is synchronized. 同步数据时,应用程序可能会要求执行自定义业务逻辑。 msdn2.microsoft.com 6. Bring the data to the business logic, which can be achieved through caching and affinity routing. 使数据向业务逻辑进行移动,这可以通过缓存和关联路由来实现。 www.ibm.com 7. The new Web project will call a new function of the existing EJB which will implement the new business logic for the Web service. 新Web项目将调用现有EJB的一个新函数,该函数将实现Web服务的新逻辑。 www.ibm.com 8. You can use them to the define steps of your business logic, to coordinate and choreograph other services, and to involve people. 您可以使用它们定义业务逻辑的步骤,协调和编排其他服务以及与人员有关的活动。 www.ibm.com 9. The method name reflects only one property of the method: the business logic to perform the credit operation. 这个方法名只反映了方法的一个属性:执行信贷业务的业务逻辑。 www-128.ibm.com 10. Therefore, in general, whenever a user performs a jump, they should check the validity with regard to the business logic of the process. 因此,通常情况下,每当用户执行跳转时,他们应检查流程的业务逻辑的有效性。 www.ibm.com 1. Therefore, in general, whenever a user performs a jump, they should check the validity with regard to the business logic of the process. 因此,通常情况下,每当用户执行跳转时,他们应检查流程的业务逻辑的有效性。 www.ibm.com 2. This is a classic example of a crosscutting requirement: it isn't part of our mainline business logic, but is a separate concern. 这是一个经典的横切需求:它并不是我们主要的业务逻辑部分,而是个单独的关注点。 www.infoq.com 3. By using business logic within the form, an enterprise can accelerate business transactions and reduce delays in getting products to market. 通过在该表单中使用业务逻辑,企业可以加速业务事务处理和减少产品推向市场的时间延误。 www.ibm.com 4. Software maintenance will be simplified if parsing and validating data are implemented as part of the application's business logic. 如果解析和验证数据作为应用程序业务逻辑的一部分实现,那么软件维护将会得到简化。 www.ibm.com 5. This composite application is then processed in an accounting application based on the business logic of the services. 随后,在基于服务的业务逻辑的结帐应用程序中处理了该复合应用程序。 www.ibm.com 6. Choosing the right tooling composition gives you a jump start, and you can immediately concentrate on your business logic. 选择正确的工具组合,将会给您一个跳跃的起点,而且您可以立即关注业务逻辑。 www.ibm.com 7. The technology implementation is separated from the business logic, greatly simplifying the application. 技术实现被从业务逻辑中分离出来,因此大大简化了应用程序。 www.ibm.com 8. At the top end is the business logic created by startups and established technology companies. 最上层是初创公司和现有的技术公司创造的商业逻辑。 blog.sina.com.cn 9. Integration brokers often use objects containing business logic to process information provided by the adapters. 集成代理常常使用包含业务逻辑的对象来处理适配器所提供的信息。 www.ibm.com 10. The Business layer, which incorporates components that implement the business logic of the service. 业务层,包含了实现服务业务逻辑的组件。 www.infoq.com 1. The Business layer, which incorporates components that implement the business logic of the service. 业务层,包含了实现服务业务逻辑的组件。 www.infoq.com 2. A simple program architecture would naturally mix the business logic with data access logic (like SQL). 简单的程序体系结构会自然地将业务逻辑和数据访问逻辑(如SQL)混合。 www.ibm.com 3. For the second approach (bringing the business logic to the data), you can host business logic on the same platform as the data. 对于第二种方法(将业务逻辑向数据进行移动),您可以将业务逻辑部署在和数据相同的平台中。 www.ibm.com 4. The facade pattern is a valuable tool for interacting with the business logic layer of a J2EE application. facade模式是一个在与J2EE应用程序中的业务逻辑层进行交互很有用的工具。 www.ibm.com 5. TCF applications are characterized by having application business logic split between the client and the server. TCF应用程序的特点是将应用程序业务逻辑在客户机和服务器之间进行分离。 www-128.ibm.com 6. The business logic needed to leverage the IBM WebSphere Translation Server to translate messages was handled within this method. 利用IBMWebSphereTranslationServer翻译消息所需要的业务逻辑就是在该方法中处理的。 www-128.ibm.com 7. Note: The optimal time to close the database connection will depend on the specific business logic of your Web application. 注意:关闭数据库连接的最佳时间取决于Web应用程序的特定业务逻辑。 www.ibm.com 8. Because our business logic here was contained within stored procedures rather than on the application server, flexibility was inherent. 因为我们这里的业务逻辑被包含在存储过程中而不是被包含在应用程序服务器上,所以灵活性是固有的。 www.ibm.com 9. The business logic is insulated from changes in service composition, and the pathways are isolated between services and their consumers. 业务逻辑与服务组合中的更改相隔离,服务与其使用者之间的路径也是隔离的。 www.ibm.com 10. Listing 3 shows how a validation service can be used to decouple validation logic from the implementation's core business logic. 清单3显示了如何用验证服务把验证逻辑从核心业务逻辑实现中去耦。 www.ibm.com 1. After receiving a request from a Web service client, the Resource Request Handler requests the service from the business logic layer. 从Web服务客户端收到请求之后,ResourceRequestHandler从业务逻辑层请求服务。 www.ibm.com 2. Business logic components consist of a stateless EJB and several data JavaBeans. 业务逻辑组件由无状态EJB和多个数据JavaBeans组成。 www.ibm.com 3. Most likely the data coming in is structured in a way that makes sense to the backend business logic. 从服务器传来的数据所含的结构很可能非常适合于后台的业务逻辑。 www.infoq.com 4. Module startup beans enable J2EE applications to run business logic automatically, whenever an EJB module starts or stops normally. 模块启动beans支持J2EE应用程序自动运行业务逻辑,只要EJB能正常启动或停止。 www.ibm.com 5. Business logic code that uses a service locator avoids becoming cluttered with directory lookup code, and so is easier to understand. 业务逻辑代码使用服务定位器避免目录查找代码变得混乱,因此它很容易理解。 www.ibm.com 6. Use compensation handlers to add business logic for compensating the actions that have completed before the cancellation event happens. 使用补偿处理程序来添加业务逻辑,来补偿在取消事件发生前就完成的动作。 www.ibm.com 7. Model refers to your data, View to your presentation layer, and Controller refers to the application or business logic. 模型指数据,视图指表示层,而控制器指应用程序逻辑或业务逻辑。 www.ibm.com 8. The agents are adapted to process the business transaction. ECA rules express the business logic and schedules the multi-agent running. 利用事件-条件-活动规则表达企业的商务逻辑,可调度多代理的执行。 www.ceps.com.tw 9. Those who remain may have limited insight into the application's process flow, data architecture, or business logic. 那些留下的人可能对应用程序的流程、数据体系结构或业务逻辑的了解非常有限。 www.ibm.com 10. In both cases, the core problem was resolved by carefully abstracting the business logic implementation from the code that used that logic. 在这两个例子中,通过从使用业务逻辑的代码中谨慎地抽象出业务逻辑实现来解决核心问题。 www-128.ibm.com 1. Because this business logic is generated separately for each report, summary information sometimes is different between reports. 由于这种业务逻辑针对每个报表单独生成,因此,各个报表的汇总信息有时是不同的。 msdn2.microsoft.com 2. Task 6: Create a PHP code module that will act as a REST service to front-end the calls to the business logic in the other two PHP files. 任务6:创建一个PHP代码模块,它将作为REST服务,将调用转发给另外两个PHP文件中的业务逻辑。 www.ibm.com 3. The invocation handler class will also delegate method calls to a real implementation class in order to process the core business logic. 调用处理程序类还会把方法调用委托到真正的实现类,以便处理核心业务逻辑。 www.ibm.com 4. The implementation effort focuses on the interface changes and business logic changes, maximizing the reuse of unchanged business logic. 实现工作的重点是接口变更和业务逻辑变更,从而最大化地对未变更逻辑进行重用。 www.ibm.com 5. These classes can be called by business logic to perform database functions and apply business-logic rules. 业务逻辑可以调用这些类来执行数据库函数并应用业务逻辑规则。 msdn2.microsoft.com 6. On the completion of business logic, if required, the SOAP attachment needs to be checked out and re-attached to the SOAP message. 完成业务逻辑之后,如果必要,需要签出SOAP附件并将其重新附着到SOAP消息中。 www.ibm.com 7. Repository. This is an intermediate object used to support interactions between business logic and the data access logic. 库。这是一个中间对象用来支持互动业务逻辑和数据存取逻辑。 www.cnblogs.com 8. Checking in a SOAP attachment into the Claim Check data store before performing business logic. 在执行业务逻辑之前将一个SOAP附件签入ClaimCheck数据存储中。 www.ibm.com 9. Application and business logic creates, reads, updates, or deletes the semantics associated with achieving business goals. 应用程序和业务逻辑创建、读取、更新或删除与实现业务目标相关联的语义。 www.ibm.com 10. Define portlet interaction and access control according to the business logic to be implemented. 根据要实现的业务逻辑定义Portlet交互和访问控制。 www.ibm.com 1. Encapsulation -- Stored procedures are a good means to implement the lowest layer of business logic. 封装——存储过程是实现最低的业务逻辑层的好方法。 www.ibm.com 2. This layer contains the lion's share of the actual business logic, implemented as Stateless Enterprise JavaBeans (EJB). 这一层包含实际的业务逻辑,逻辑实现为无状态EnterpriseJavaBean(EJB)。 www.ibm.com 3. If all the business logic is held in the database instead of the application then the database becomes the bottleneck. 如果业务逻辑放到数据库内,而不是应用代码内,那么数据库将会成为瓶颈。 www.bing.com 4. Registers a business logic handler that can be invoked during the merge replication synchronization process. 注册一个业务逻辑处理程序,可在合并复制同步过程中调用该程序。 msdn2.microsoft.com 5. EJB is a server-side component that encapsulates the business logic of an application. EJB是一个封装有某个应用程序之业务逻辑服务器端组件。 en.wikipedia.org 6. Business rules are the business logic and constraints that shape an organization. 业务规则是使组织具体化的业务逻辑和约束。 www.ibm.com 7. Minimize code in application assemblies ( EXE client assemblies ). Use class libraries instead to contain business logic. 尽量减少应用程序集(客户端EXE程序集)的代码。采用类库而不要包含业务逻辑层代码。 www.mimi163.net 8. Apart from isolating the view from the business logic, the M-V-C separation reduces the complexity when designing large applications. 除了将视图从业务逻辑中分离开外,MVC的分离也降低了大型应用设计的难度。 kk.dongxi.net 9. Second, Web applications usually require business logic to verify and validate the data before storing it in the database. 第二,在将数据存储到数据库中之前,Web应用程序通常需要使用业务逻辑来检验和验证数据。 msdn2.microsoft.com 10. This type of business logic must be coded tediously with an MVC framework making it hard to change, monitor and report on. 这种业务逻辑下,用MVC框架编程一定是冗长乏味的,而且难以改变、监控和报告。 www.bing.com 1. Business persistence model is defined by the business logic and independent of storage devices. 业务持久模型是与存储设备无关的,由上层业务模型定义的; www.juhe8.com 2. These business processes are programs that contain the business logic for application integration. 这些业务过程是包含用于应用程序集成的业务逻辑的程序。 www.ibm.com 3. SCA relieves programmers from the complexity of traditional middleware programming by abstracting it from business logic. SCA将传统中间件编程从业务逻辑分离出来,从而使程序员免受其复杂性的困扰。 www.ibm.com 4. To separate the business logic in the database from the application code, it is a good idea to create a stored procedure for this query. 为了将数据库中的业务逻辑与应用程序代码隔离开,一种好方法是为这个查询创建一个存储过程。 www.ibm.com 5. But the business logic is that only a greatly slimmed-down Opel can survive in an industry with chronic overcapacity. 但商业逻辑是,只有对欧宝进行大规模精简,才能使其在多年来遭受产能过剩困扰的汽车业内得以生存。 cn.reuters.com 6. Therefore, we include a starter application that has the business logic coded for you. 因此,本文有一个启动器应用程序,为您提供了业务逻辑代码。 www.ibm.com 7. As important side-effects, they also allow DBAs to encapsulate business logic and to ensure data consistency as well as code reuse. 还有一些重要的副作用:它们允许DBA对业务逻辑进行封装、确保数据一致性以及促进代码重用。 www.ibm.com 8. By separating communication details from business logic, bindings can simplify the life of an SCA application developer. 绑定可将通信细节同业务逻辑分离,从而能简化SCA应用程序开发人员的工作。 www.ibm.com 9. Once you decide to build your business logic as a workflow model you can take advantage of services provided by WF. 一旦你决定将你的业务逻辑实现为一个工作流模型,你就能够利用WF提供的各种服务。 www.cnblogs.com 10. These components define the business logic executed by WebSphere Business Events when it receives an event. 这些组件定义了WebSphereBusinessEvents在接收到事件时执行的业务逻辑。 www.ibm.com 1. It may also lead to unavailability of kerberized login services, thus resulting in no access to systems running the critical business logic. 还可能导致使用Kerberos的login服务不可用,因此无法访问运行关键业务逻辑的系统。 www.ibm.com 2. Ultimately, application-level validation should be used only for circumstances requiring business-logic validation. 最终,应用程序级验证只应该用于那些需要业务逻辑验证的环境中。 www.ibm.com 3. In terms of business logic, ERP and CRM are more complicated, and more challenging. 在业务逻辑上,以ERP及CRM较为复杂,也更具挑战性; bbs.translators.com.cn 4. Note that exception handling and business logic have been simplified for the sake of brevity. 请注意,出于简便的原因,例外处理和业务逻辑已经做了简化处理。 www.ibm.com 5. Select buttons that will be provided to reviewers. Selecting buttons here will generate business logic to process reviewer's decisions. 选择供审阅者使用的按钮。在此选择按钮将生成业务逻辑,以处理审阅者的决策。 www.jukuu.com 6. Business rules externalize and manage business logic separately from the main business process. 业务规则使业务逻辑外部化,并独立于主业务流程对业务逻辑进行管理。 www.ibm.com 7. It consists of four loosely-coupled bundles: a Web layer, a business logic layer, a persistence layer, and an API bundle. 该架构包含4个松耦合bundle:一个Web层、一个业务逻辑层、一个持久化层、以及一个APIbundle。 www.ibm.com 8. A business process provides the primary means for coordinating enterprise services and describing your business logic. 业务流程为协调企业服务和描述业务逻辑提供了基本的手段。 www.ibm.com 9. Developing the core business logic based on a generic data representation decouples it from the specifics of each application. 根据通用数据表示形式开发核心业务逻辑,从而将其从每个应用程序的细节分离出来。 www.ibm.com 10. WebSphere Integration Developer will create a skeleton implementation and your job is simply to fill in the business logic. WebSphereIntegrationDeveloper将创建一个框架实现,您的工作就是直接在其中填充业务逻辑。 www.ibm.com 1. The developer later adds the business logic implementation of this task. 接下来开发人员添加这个任务的业务逻辑实现。 www-128.ibm.com 2. Develop and install a servlet filter to perform business logic and to determine the locale for the request. 开发和安装Servlet筛选器来执行业务逻辑,从而为请求确定区域设置。 www.ibm.com 3. Place that part of the business logic that is to be processed in parallel inside that event handler. 将要以并行方式执行的该部分业务逻辑放在该事件处理程序内部。 www.ibm.com 4. After all, the "B" in BPEL stands for "business, " so BPEL should be used only for programming on the business logic level. 毕竟,BPEL中的“B”代表“业务(business)”,因此,BPEL应该只用于在业务逻辑层面上编程。 www.ibm.com 5. To do so, you can use the Grails command create-service and refactor your code to move business logic to the service class. 为此,您可以使用Grails命令create-service并重构代码以将业务逻辑移到服务类中。 www.ibm.com 6. It should be also possible to write an asynchronous model and business-logic code as well. 它还应该能够编写一个异步模型和业务逻辑代码。 www.ibm.com 7. Leave the systems code to your products, and focus those expensive development dollars on business logic. 不要在产品中保留这种系统代码,将这些高额的开发费用集中在业务逻辑上。 www.ibm.com 8. This will create a skeleton service implementation that you can complete with business logic. 这将创建一个服务实现框架,您可以用业务逻辑来完成。 www.ibm.com 9. Triggers are a powerful DB2 database feature that can be used to polarize business logic to the relational database. 触发器是DB2数据库的一个非常强大的特性,您可以使用它将业务逻辑分化到关系数据库这边。 www.ibm.com 10. The most efficient level is one in which the application fully shares a database and application business logic. 效率最高的模型就是应用程序充分地共享数据库和应用程序的业务逻辑。 www.ibm.com |
||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。