国内最全IT社区平台 联系我们 | 收藏本站
华晨云阿里云优惠2
您当前位置:首页 > php框架 > 框架设计 > Java EE 7 教程 第一部分 简介 第1章 概述 第1.9节 GlassFish服务器工具

Java EE 7 教程 第一部分 简介 第1章 概述 第1.9节 GlassFish服务器工具

来源:程序员人生   发布时间:2015-01-10 08:35:24 阅读次数:3254次

原文:http://docs.oracle.com/javaee/7/tutorial/doc/overview009.htm

翻译:石卓林 shizhuolin@hotmail.com

1.9 GlassFish Server Tools

GlassFish Server is a compliant implementation of the Java EE 7 platform. In addition to supporting all the APIs described in the previous sections, GlassFish Server includes a number of Java EE tools that are not part of the Java EE 7 platform but are provided as a convenience to the developer.

This section briefly summarizes the tools that make up GlassFish Server. Instructions for starting and stopping GlassFish Server, starting the Administration Console, and starting and stopping the Java DB server are in Chapter 2, "Using the Tutorial Examples".

GlassFish Server contains the tools listed in Table 1⑴. Basic usage information for many of the tools appears throughout the tutorial. For detailed information, see the online help in the GUI tools.

Table 1⑴ GlassFish Server Tools
Tool Description
Administration Console A web-based GUI GlassFish Server administration utility. Used to stop GlassFish Server and to manage users, resources, and applications.
asadmin A command-line GlassFish Server administration utility. Used to start and stop GlassFish Server and to manage users, resources, and applications.
appclient A command-line tool that launches the application client container and invokes the client application packaged in the application client JAR file.
capture-schema A command-line tool to extract schema information from a database, producing a schema file that GlassFish Server can use for container-managed persistence.
package-appclient A command-line tool to package the application client container libraries and JAR files.
Java DB database A copy of the Java DB server.
xjc A command-line tool to transform, or bind, a source XML schema to a set of JAXB content classes in the Java programming language.
schemagen A command-line tool to create a schema file for each namespace referenced in your Java classes.
wsimport A command-line tool to generate JAX-WS portable artifacts for a given WSDL file. After generation, these artifacts can be packaged in a WAR file with the WSDL and schema documents, along with the endpoint implementation, and then deployed.
wsgen A command-line tool to read a web service endpoint class and generate all the required JAX-WS portable artifacts for web service deployment and invocation.

1.9 GlassFish服务器工具

GlassFish服务器是Java EE 7平台的1种兼容实现. 除支持前面章节介绍的所有API, 为了方便开发者,GlassFish服务器还包括不属于Java EE平台的1部份的Java EE工具.

此章节简单叙述了整理自GlassFish服务器的工具.在第2章, "使用教学示例"中介绍了如何启动和停止GlassFish服务器, 启动管理控制台,启动和停止Java DB服务器 .

表 1⑴中罗列了GlassFish服务器包括的工具.出现在本教程中的工具的基本信息. 欲了解详细信息,请查看GUI工具在线帮助.

表 1⑴ GlassFish服务器工具
工具 说明
管理控制台 1个基于WEB的GUI多功能实用管理工具.用于停止GlassFish服务器和管理用户,资源,利用.
asadmin 1个命令行的多功能实用管理工具. 用于启动和停止GlassFish服务器和管理用户,资源,利用.
appclient 1个命令行工具,用于启动利用客户端容器并调用封装在利用客户端JAR文件中的客户端利用.
capture-schema 1个用于从数据库中提取架构信息的命令行工具, 产生GlassFish服务器可用的容器管理持久化架构文件.
package-appclient 1个用于打包利用客户端容器库和JAR文件的命令行工具.
Java DB数据库 1份Java DB服务器拷贝.
xjc 1个用于转换,绑定XML架构源到Java程序语言JAXB内容类的命令行工具
schemagen 1个命令行工具,用于为你的Java类中每一个命名空间援用创建架构文件
wsimport 1个命令行工具,用于为特定WSDL文件生成JAX-WS可移植工件. 生成后这些工件后, 这些工件可以和WSDL,架构文档1起打包到WAR文件中, 然后联同终端实现1起部署.
wsgen 1个命令行工具,用于读取WEB服务终端类并为web服务部署和调用生成所有必须的JAX-WS可移植工件.
生活不易,码农辛苦
如果您觉得本网站对您的学习有所帮助,可以手机扫描二维码进行捐赠
程序员人生
------分隔线----------------------------
分享到:
------分隔线----------------------------
关闭
程序员人生