In an n-tier application, which two invocations are typically remote, not local?()A、JSP to Transfer ObjectB、Service Locator to JNDIC、Controller to request objectD、Transfer Object to Entity BeanE、Controller to Business Delegate

题目

In an n-tier application, which two invocations are typically remote, not local?()

  • A、JSP to Transfer Object
  • B、Service Locator to JNDI
  • C、Controller to request object
  • D、Transfer Object to Entity Bean
  • E、Controller to Business Delegate

相似考题
参考答案和解析
正确答案:B,D
更多“In an n-tier a”相关问题
  • 第1题:

    The architecture design specifies the overall architecture and the placement of software and hardware that will be used. Architecture design is a very complex process that is often left to experienced architecture designers and consultants. The first step is to refine the () into more detailed requirements that are then employed to help select the architecture to be used and the software components to be placed on each device. In a ( ), one also has to decide whether to use a two-tier, three-tier, or n-tier architecture. Then the requirements and the architecturedesign are used to develop the hardware and software specification. There are four primary types of nonfunctional requirements that can be important in designing the architecture. () specify the operating environment(s) in which the system must perform and how those may change over time. () focus on the nonfunctional requirements issues such as response time, capacity, and reliability. () are the abilities to protect the information system from disruption and data loss, whether caused by an intentional act. Cultural and political requirements are specific to the countries in which the system will be used.

    A. client-based architecture
    基于客户端的架构
    B. server-based architecture
    基于服务器的体系结构
    C. network architecture
    网络体系结构
    D. client-server architecture
    客户机服务器体系结构

    答案:D
    解析:
    体系结构设计指定了将使用的总体架构和软件和硬件的位置。架构设计是一个非常复杂的过程,通常留给经验丰富的架构设计师和顾问。第一步是将非功能需求细化为更详细的需求,然后使用这些需求来帮助选择要使用的体系结构和将要放置在每个设备上的软件组件。在客户端-服务器体系结构,也决定是否使用双层、三层或多层结构。然后,需求和体系结构设计用于开发硬件和软件规范。有四种主要类型的非功能需求在设计架构中是很重要的。操作要求指定操作环境,系统必须执行和那些可能会随时间而改变。性能要求关注非功能性需求的问题,如响应时间、容量和可靠性。安全要求的能力来保护信息系统的中断和数据丢失,无论是通过故意行为造成。文化和政治要求是具体的国家将使用该系统。

  • 第2题:

    You are designing an n-tier Java EE application. You have already decided that some of your JSPs willneed to get data from a Customer entity bean. You are trying to decide whether to use a Customer stubobject or a Transfer Object. Which two statements are true?()

    • A、The stub will increase network traffic.
    • B、The Transfer Object will decrease data staleness.
    • C、The stub will increase the logic necessary in the JSPs.
    • D、In both cases, the JSPs can use EL expressions to get data.
    • E、Only the Transfer Object will need to use a Business Delegate.

    正确答案:A,D

  • 第3题:

    You create a large, n-tier Web application that has a custom event tracking system. You need to create a custom event type that enables your event tracking system to record all relevant event details for all types of events. The events must be stored in Microsoft SQL Server. From which base type should your custom event type inherit? ()

    • A、IWebEventCustomEvaluator
    • B、WebEventProvider
    • C、WebBaseEvent
    • D、WebAuditEvent

    正确答案:C

  • 第4题:

    多选题
    In an n-tier application, which two invocations are typically remote, not local?()
    A

    JSP to Transfer Object

    B

    Service Locator to JNDI

    C

    Controller to request object

    D

    Transfer Object to Entity Bean

    E

    Controller to Business Delegate


    正确答案: B,A
    解析: 暂无解析

  • 第5题:

    SecCenter的部署模式包括以下哪几种()

    • A、1-Tier模式,简单、成本低,适合于中小型网络
    • B、N-Tier模式,丰富、分层管理,适合大中型网络
    • C、大型广域网络内部隔离

    正确答案:A,B

  • 第6题:

    You create a large, n-tier Web application that has a custom event tracking system. You need to create a custom event type that enables your event tracking system to record all relevant event details for all types of events. The events must be stored in Microsoft SQL Server. From which base type should your custom event type inherit? ()

    • A、IWeb Event Custom Evaluator
    • B、Web Event Provider
    • C、Web Base Event
    • D、Web Audit Event

    正确答案:C

  • 第7题:

    多选题
    You are designing an n-tier Java EE application. You have already decided that some of your JSPs willneed to get data from a Customer entity bean. You are trying to decide whether to use a Customer stubobject or a Transfer Object. Which two statements are true?()
    A

    The stub will increase network traffic.

    B

    The Transfer Object will decrease data staleness.

    C

    The stub will increase the logic necessary in the JSPs.

    D

    In both cases, the JSPs can use EL expressions to get data.

    E

    Only the Transfer Object will need to use a Business Delegate.


    正确答案: E,C
    解析: 暂无解析