1Z0-807 試験問題を無料オンラインアクセス
試験コード: | 1Z0-807 |
試験名称: | Java EE 6 Enterprise Architect Certified Master |
認定資格: | Oracle |
無料問題数: | 90 |
更新日: | 2025-09-12 |
A travel company re-architects its application from a two-tier to a three-tier architecture. To see what impact the new architecture has on its non-functional requirements (NFR), the company intends to build a prototype based on the new architecture.
The company compares the NFR metrics associated with the new prototype against the metrics from their original two-tier solution.
Which option is an advantage of the original two-tier solution?
While analyzing an existing web application, you observe the following issues in the source code:
-Duplicatecontrol code is scattered throughout various view. -Businessand presentationlogicare mixed within these view.
The next phase of the project involves refactoring the existing code to address these two issues.
Which design pattern, if employed in the refactoring exercise, would most directly address the two issues?
You are integrating with a single legacy Enterprise Information System. You are interested in the transaction management capabilities of Java Connector Architecture. This new system needs the capability to invoke multiple operations against this single legacy system. these operations succeeded together or fail together as a group.
To which minimum level of transaction management do you set your resource adapter?