欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
GlassFish
来自开放百科 - 灰狐
(版本间的差异)
第60行: | 第60行: | ||
* [http://www.huihoo.com/java/ee/glassfish/quick-start.html GlassFish 初试] | * [http://www.huihoo.com/java/ee/glassfish/quick-start.html GlassFish 初试] | ||
+ | ==GlassFish Modules== | ||
+ | |||
+ | ==Related GlassFish Technologies== | ||
+ | * [https://ajax.dev.java.net/ Ajax] Project jMaki, Web Remoting using AJAX | ||
+ | * [https://bpcatalog.dev.java.net/ BluePrints Solution Catalog] guidelines and best practices for Java EE applications | ||
+ | * [https://fi.dev.java.net/ Fast Infoset] Binary encoding for the XML Information Set | ||
+ | * [https://firstcup.dev.java.net/ Firstcup] - Java EE 5 Tutorial | ||
+ | * [https://genericjmsra.dev.java.net/ Generic RA for JMS] Generic Resource Adapter for JMS | ||
+ | * [https://glassfish-samples.dev.java.net/source/browse/glassfish-samples/ws/java-ee-5/hello-jaxws/src/ Glassfish-samples] Relevant sample applications to demonstrate Java EE Technologies | ||
+ | * [http://glassfishplugins.dev.java.net/ Glassfishplugins] Plugins for both NetBeans and Eclipse | ||
+ | * [https://istack-commons.dev.java.net/ istack-commons] | ||
+ | * [http://jaxb.dev.java.net/ JAXB] Java API for XML Binding | ||
+ | * [http://jaxp.dev.java.net/ JAXP] Java API for XML Parsing | ||
+ | * [http://java.sun.com/xml/jaxr/index.jsp JAXR] Java API for XML Registry | ||
+ | * [http://jax-rpc.dev.java.net/ JAX-RPC] Java API for XML RPC | ||
+ | * [http://jax-rpc.dev.java.net/ JAX-WS] Java API for XML Web Services | ||
+ | * [http://java.sun.com/products/jms/ JMS] Java Messaging Service | ||
+ | * [https://phobos.dev.java.net/ Phobos] A lightweight, scripting-friendly, web application environment | ||
+ | * [https://javaserverfaces.dev.java.net/ JSF] Java Server Faces | ||
+ | * [https://saaj.dev.java.net/ SAAJ] The Standard Implementation for SAAJ | ||
+ | * [http://shoal.dev.java.net/ Shoal] - Java based clustering framework | ||
+ | * [https://sjsxp.dev.java.net/ SJSXP] Sun Java Streaming XML Parse | ||
+ | * [http://sjsxp.dev.java.net/ StAX] Streaming API for XML Parsers | ||
+ | * [https://stax-ex.dev.java.net/ StaX-ex] Extended StAX API | ||
+ | * Xmlstreambuffer | ||
+ | * [https://wsit.dev.java.net/ WSIT] Web Service Interoperability Technology | ||
+ | * [https://xwss.dev.java.net/ XWSS] WebServices Security | ||
[[category:Javaee]] | [[category:Javaee]] | ||
[[category:Middleware]] | [[category:Middleware]] | ||
[[category:Free application servers]] | [[category:Free application servers]] |
2006年11月9日 (四) 11:39的版本
Glassfish最新版: GlassFish V2 Milestone 2.
下载最新版: http://download.huihoo.com/middleware/glassfish/v2/
目录 |
GlassFish简介
GlassFish是SUN组织开放源代码 J2EE 应用服务器项目,
GlassFish与SUN SDK,SUN Application Server的关系:
GlassFish Distributions ,也就是基于GlassFish开发的版本有:
- Sun's Java System Application Server PE 9.0 Beta
- NetBeans 5.5 Enterprise Pack preview
- Java EE 5 SDK preview
GlassFish V2 Architecture
- Domain Administration Server (DAS)
- Administrative Client Applications (CLI, JSR 77, AMX)
- Browser Based Administrative GUI
- Web Client Applications (web clients, web services clients)
- Rich client (RMI/IIOP) applications
- Load Balancers (LB)
- Node Agent (NA)
- Server Instance (SI)
- Administration API
- Central Repository
- Local Repository Cache
- JMX Runtime
更多细节:http://www.glassfishwiki.org/gfwiki/Wiki.jsp?page=GlassFishV2Architecture
安装指南
1. Download one of the bundles 2. Run: java -Xmx256m -jar filename.jar 3. cd glassfish 4. Run: ant -f setup.xml
For GlassFish V2 with Clustering supported installation, just change step 4 from the above installation
* ant -f setup-cluster.xml
快速指南
./asadmin start-domain domain1 http://localhost:8080/ https://localhost:8181/ http://localhost:4848/ admin/adminadmin ./asadmin stop-domain domain1
应用部署
获得 hello.war http://www.huihoo.com/java/ee/glassfish/hello.war cp hello.war domains/domain1/autodeploy/ 或 asadmin deploy hello.war http://localhost:8080/hello asadmin undeploy hello
相关链接
GlassFish Modules
Related GlassFish Technologies
- Ajax Project jMaki, Web Remoting using AJAX
- BluePrints Solution Catalog guidelines and best practices for Java EE applications
- Fast Infoset Binary encoding for the XML Information Set
- Firstcup - Java EE 5 Tutorial
- Generic RA for JMS Generic Resource Adapter for JMS
- Glassfish-samples Relevant sample applications to demonstrate Java EE Technologies
- Glassfishplugins Plugins for both NetBeans and Eclipse
- istack-commons
- JAXB Java API for XML Binding
- JAXP Java API for XML Parsing
- JAXR Java API for XML Registry
- JAX-RPC Java API for XML RPC
- JAX-WS Java API for XML Web Services
- JMS Java Messaging Service
- Phobos A lightweight, scripting-friendly, web application environment
- JSF Java Server Faces
- SAAJ The Standard Implementation for SAAJ
- Shoal - Java based clustering framework
- SJSXP Sun Java Streaming XML Parse
- StAX Streaming API for XML Parsers
- StaX-ex Extended StAX API
- Xmlstreambuffer
- WSIT Web Service Interoperability Technology
- XWSS WebServices Security
分享您的观点