算机网络j2ee毕业论文中英文资料外文翻译文献(编辑修改稿)内容摘要:
application ponent dependencies on application server services, their configuration and deployment, • provide simple but expressive abstractions to control adaptation through dynamic deployment and undeployment of ponents, • enable reuse of services and ponents to maintain efficient use of work nodes’ resources, • provide these facilities without incurring significant additional design effort on behalf of application programmers. In this paper we propose the infrastructure for automatic dynamic deployment of J2EE applications, which addresses all of the aforementioned issues. The infrastructure defines architecture description languages (ADL) for ponent and link description and assembly. 文献翻译 The Component Description Language is used to describe application ponents and links. It provides clear separation of application ponents from system ponents. A flexible type system is used to define patibility of ponent ports and links. A declaration and expression language for configurable ponent properties allows for specification of interponent dependencies and propagation of properties between ponents. The Component (Replica) Assembly Language allows for assembly of replicas of previously defined ponents into application paths by Connecting appropriate ports via link replicas and specifying the mapping of these ponent replicas onto target application server nodes. The Component Configuration Process evaluates an application path’s correctness, identifies the dependencies of application ponents on system ponents, and configures ponent replicas for deployment. An attempt is made to match and reuse any previously deployed replicas in the new path based on their configurations. We implement the infrastructure as a part of the JBoss open source Java application server [11] and test it on several Sample J2EE applications – Java Pets tore [23], Rubies [20] and TPCWNYU [32]. The infrastructure implementation utilizes the JBoss’s extendable microkernel architecture, based on the JMX [27] specification. Componentized architecture of JBoss allows incremental service deployments depending on the needs of deployed applications. We believe that dynamic reconfiguration of application servers through dynamic deployment and undeployment of system services is essential to building a resourceefficient framework for dynamic distributed deployment of J2EE applications. The rest of the paper is anized as follows. Section 2 provides necessary background for understanding the specifics of the J2EE ponent technology which are relevant to this study. Section 3 gives a general description of the infrastructure architecture, while section 4 goes deeper in describing particularly important and interesting internal mechanisms of the infrastructure. Section 5 describes the implementation of the framework, and related work is discussed in section 6. 2 J2EE Background Introduction Component frameworks. A ponent framework is a middleware system that supports applications consisting of ponents conforming to certain standards. Application 文献翻译 ponents are ―plugged‖ into the ponent framework, which establishes their environmental conditions and regulates the interactions between them. This is usually done through containers, ponent holders, which also provide monly required support for naming, security, transactions, and persistence. Component frameworks provide an integrated environment for ponent execution, as a result significantly reduce the effort .it takes to design, implement, deploy, and maintain applications. Current day industry ponent framework standards are represented by Object Management Group’s CORBA Component Model [18], Sun Microsystems’ Java 2 Platform Enterprise Edition (J2EE) [25] and Microsoft’s .NET [17], with J2EE being currently the most popular and widely used ponent framework in the enterprise arena. J2EE. Java 2 Platform Enterprise Edition (J2EE) [25] is a prehensive standard for developing multitier enterprise Java applications. The J2EE specification among other things defines the following: • Component programming model, • Component contracts with the hosting server, • Services that the platform provides to these ponents, • Various human roles, • Compatibility test suites and pliance testing procedures. Among the list of services that a pliant application server must provide are messaging, transactions, naming and others that can be used by the application ponents. Application developed using J2EE adhere to the classical 3Tier architectures – Presentation Tier, Business Tier, and Enterprise Information System (EIS) Tier (see Fig. 1). J2EE ponents belonging to each tier are developed adhering to the Specific J2EE standards. 1. Presentation or Web tier. This tier is actually subdivided into client and server sides. The client side hosts a web browser, applets and Java applications that municate with the server side of presentation tier or the business tier. The server side hosts Java Servlet ponents [30], Java Server Pages (JSPs) [29] and static web content. These ponents are responsible for presenting business data to the end users. The data itself is typically acquired from the business tier and 文献翻译 sometimes directly from the Enterprise Information System tier. The server side of the presentation tier is typically accessed through HTTP(S) protocol. 2. Business or EJB tier. This tier consists of Enterprise Java Beans (EJBs) [24] that model the business logic of the enterprise application. These ponents provide persistence mechanis。算机网络j2ee毕业论文中英文资料外文翻译文献(编辑修改稿)
相关推荐
络设备必须在技术上具有先进性、通用性,必须便于管理、维护。 网络设备 应该满足企业现有计算机设备的高速接入,应该具备未来良好的可扩展性和可升级性。 网络设备必须具有良好的性能价格比。 网络设备应该选择拥有足够实力和市场份额的厂商的主流产品,同时设备厂商必须要有良好的市场形象与售后技术支持。 根据网络拓扑结构图,企业组建网络所需的设备 (硬件)选择 如下: 服务器 服务器选择 IBM X3550
move files using the Project Manager, the project file is updated. You specify project options using a Project Options dialog which has tabs for various aspects of your project such as forms,
基础环境是 UG启动后自动运行的第一个模块,是其他应用模块运行的公共平台。 建模模块用于创建三维模型,是 UG 中的核心模块。 UG 软件所擅长的曲线功能和曲面功能在该模块中得到了充分体现,可以自由地表达设计思想和进行创造性的改进设计,从而获得良好的造型效果和造型速度。 使用 UG 的装配模块可以很轻松地完成所有零件的装配工作。 在组装过程中,可以采用自顶而下和自下而上的装配 方法
s the most widely used medium for telemunication. Twistedpair cabling consist of copper wires that are twisted into pairs. Ordinary telephone wires consist of two insulated copper wires twisted into
ddress application ponent dependencies on application server services, their configuration and deployment, • provide simple but expressive abstractions to control adaptation through dynamic
(2) 微程序与工作程序之间的对应关系:一条微指令包含的微命令控制实现一步 (一个时钟 5 周期 )机器操作;若干条微指令组成一小段微程序,解 释实现一条机器指令;控制存储器中的微程序能解释实现全部指令系统。 简答题:简述微程序控制方式的优缺点 优点:设计比较规整,易于修改扩充。 缺点:速度较组合逻辑控制器稍慢。 应用于对速度要求不是特别高的 CPU中,例如 Intel的 80 86系列。