欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
GlassFish
小 (→成功应用) |
|||
(未显示4个用户的70个中间版本) | |||
第1行: | 第1行: | ||
− | [[Image:Glassfish. | + | [[Image:Glassfish-90x90.png|right]] |
− | + | [[FishCAT]]: 社区参与的GlassFish测试. | |
− | + | ||
− | + | ||
− | + | ||
==GlassFish简介== | ==GlassFish简介== | ||
+ | {{SeeWikipedia}} | ||
[[Image:glassfish_logo.gif|right]] | [[Image:glassfish_logo.gif|right]] | ||
GlassFish是SUN组织开放源代码 J2EE 应用服务器项目, | GlassFish是SUN组织开放源代码 J2EE 应用服务器项目, | ||
− | + | [[Image:glassfish-future.png|right|thumb|GlassFish的未来]] | |
GlassFish 是一款免费的开放源代码应用服务器,可实现 Java EE 5 平台中的最新功能。Java EE 5 平台包含最新版本的技术,如 JavaServer Pages(JSP) 2.1、JavaServer Faces(JSF) 1.2、Servlet 2.5、Enterprise JavaBeans 3.0、Java API for Web Services(JAX-WS) 2.0、Java Architecture for XML Binding(JAXB) 2.0、Web Services Metadata for the Java Platform 1.0,以及许多其他新技术。 | GlassFish 是一款免费的开放源代码应用服务器,可实现 Java EE 5 平台中的最新功能。Java EE 5 平台包含最新版本的技术,如 JavaServer Pages(JSP) 2.1、JavaServer Faces(JSF) 1.2、Servlet 2.5、Enterprise JavaBeans 3.0、Java API for Web Services(JAX-WS) 2.0、Java Architecture for XML Binding(JAXB) 2.0、Web Services Metadata for the Java Platform 1.0,以及许多其他新技术。 | ||
− | GlassFish 使用双许可协议: Common Development and Distribution License (CDDL) and the GNU General Public License (GPL) v2 | + | GlassFish 使用双许可协议: [https://glassfish.dev.java.net/public/CDDL+GPL.html Common Development and Distribution License (CDDL) and the GNU General Public License (GPL) v2] |
GlassFish与SUN SDK,SUN Application Server的关系: | GlassFish与SUN SDK,SUN Application Server的关系: | ||
第47行: | 第45行: | ||
from https://glassfish.dev.java.net/public/faq/GF_FAQ_2.html | from https://glassfish.dev.java.net/public/faq/GF_FAQ_2.html | ||
+ | |||
+ | ==GlassFish V4== | ||
+ | *[http://www.infoq.com/cn/news/2013/08/GlassFish-4.0-Released GlassFish 4.0技术综述] | ||
+ | *[https://glassfish.java.net/docs/4.0/release-notes.pdf GlassFish Server 4 Open Source Edition Release Notes] | ||
+ | *[http://docs.huihoo.com/javaone/2012/CON4930-GlassFish-4-From-Clustering-to-the-Cloud.pdf GlassFish: From Clustering to the Cloud] | ||
+ | *[http://docs.huihoo.com/glassfish/4.0/pdf GlassFish 4.0 文档集] | ||
==GlassFish V3== | ==GlassFish V3== | ||
+ | [[Image:GlassFish-V3.png|right]] | ||
GlassFish v3 will supports four types of container : | GlassFish v3 will supports four types of container : | ||
* Standard Web Applications | * Standard Web Applications | ||
第55行: | 第60行: | ||
* PHP using the [[Quercus]] engine. | * PHP using the [[Quercus]] engine. | ||
http://wiki.glassfish.java.net/gfwiki/Wiki.jsp?page=GlassFishV3 | http://wiki.glassfish.java.net/gfwiki/Wiki.jsp?page=GlassFishV3 | ||
+ | |||
+ | [http://wiki.glassfish.java.net/Wiki.jsp?page=V3WebTierSchedule V3 Web Tier Schedule] | ||
[[HK2]] for Hundred Kilobytes Kernel is a module subsystem coupled with a simple yet powerful component model to build software.It is the foundation for the GlassFish V3 application server and consist of two technologies : | [[HK2]] for Hundred Kilobytes Kernel is a module subsystem coupled with a simple yet powerful component model to build software.It is the foundation for the GlassFish V3 application server and consist of two technologies : | ||
+ | [[Image:glassfish-v3-modules.png|thumb|right|GlassFish v3 modules]] | ||
*Modules subsystem | *Modules subsystem | ||
*Component Model | *Component Model | ||
− | ==GlassFish V2== | + | |
+ | 使用 gfv3-preview2.zip 启动后, | ||
+ | 访问 http://localhost:8080/admin/ 会自动下载admin war包 | ||
+ | http://download.java.net/glassfish/v3-tp2/admingui/gfv3-preview2-final-admingui.war | ||
+ | |||
+ | image packaging system: http://pkg.glassfish.org/ | ||
+ | |||
+ | Release | ||
+ | *[http://wiki.glassfish.java.net/Wiki.jsp?page=GLassFishV3Distributions GlassFish V3 Distributions] | ||
+ | *[http://wiki.glassfish.java.net/Wiki.jsp?page=GlassFishV3TP2Content GlassFish V3 Technology Preview 2] | ||
+ | *[http://wiki.glassfish.java.net/Wiki.jsp?page=GlassFishV3IPS GlassFish V3 IPS] | ||
+ | |||
+ | change admin password | ||
+ | |||
+ | Prelude has a user named anonymous (no password) by default who has admin privileges. | ||
+ | security > admin-realm 修改密码或添加用户 | ||
+ | |||
+ | ==OSGi== | ||
+ | [[Image:GFv3-and-OSGi.png|right]] | ||
+ | GlassFish V3 已包含 [[Apache Felix]], 提供对[[OSGi]]的支持. | ||
+ | |||
+ | run GlassFish in OSGi mode | ||
+ | java -DGlassFish_Platform=Felix -jar modules/glassfish-10.0-tp-2-SNAPSHOT.jar | ||
+ | May 6, 2008 2:06:15 PM com.sun.enterprise.glassfish.bootstrap.ASMainFelix launchOSGiFW | ||
+ | INFO: Framework successfully started | ||
+ | run in hk2 mode | ||
+ | java -jar modules/glassfish-10.0-tp-2-SNAPSHOT.jar | ||
+ | GlassFish V3 runs on OSGi http://blogs.sun.com/dochez/entry/glassfish_v3_runs_on_osgi | ||
+ | |||
+ | *[http://www.infoq.com/cn/articles/glassfish-enterprise-osgi-development GlassFish OSGi-JavaEE (一): GlassFish与企业级OSGi开发] | ||
+ | *[http://www.infoq.com/cn/articles/GlassFish-OSGi-JavaEE-part2 GlassFish OSGi-JavaEE(二):深入理解OSGi WEB应用程序规范和GlassFish OSGi/WEB容器] | ||
+ | |||
+ | ==ESB== | ||
+ | [[Image:GlassFish-ESB.png|right]] | ||
+ | [[GlassFish ESB]] Based on GlassFish v3 and [[Open ESB]] v3 with Project [[Fuji]] | ||
+ | ==Communications Server== | ||
+ | [[Image:GlassFish-Sailfin.jpg|right]] | ||
+ | [[SailFin]]: GlassFish Communications Server. | ||
+ | ==[[GlassFish V2]]== | ||
Admin GUI now uses JSF, Update Center functionality has been added, JSR-196 Public Draft implementation, WSIT integration has been completed, In-memory replication is partially implemented, and JBI has been fully integrated. | Admin GUI now uses JSF, Update Center functionality has been added, JSR-196 Public Draft implementation, WSIT integration has been completed, In-memory replication is partially implemented, and JBI has been fully integrated. | ||
第88行: | 第134行: | ||
更多细节:http://www.glassfishwiki.org/gfwiki/Wiki.jsp?page=GlassFishV2Architecture | 更多细节:http://www.glassfishwiki.org/gfwiki/Wiki.jsp?page=GlassFishV2Architecture | ||
+ | ==Update Center== | ||
+ | [[Image:GlassFish-Update-Center.png|right|thumb|GlassFish Update Center]] | ||
+ | $AS_HOME/updatecenter/bin/updatetool | ||
+ | |||
+ | [http://wiki.glassfish.java.net/Wiki.jsp?page=UpdateCenterForGlassFishV3 Update Center for GlassFish V3] | ||
+ | https://updatecenter.dev.java.net/ | ||
==Clustering== | ==Clustering== | ||
[[Image:glassfish-v2-clustering.png|thumb|right|Clustering in GlassFish v2]] | [[Image:glassfish-v2-clustering.png|thumb|right|Clustering in GlassFish v2]] | ||
+ | [http://developers.sun.com/appserver/reference/techart/glassfishcluster/ Clustering in GlassFish Version 2] | ||
Memory Replication | Memory Replication | ||
第134行: | 第187行: | ||
*http://www.headius.com/jrubywiki/index.php/Rails_Integration | *http://www.headius.com/jrubywiki/index.php/Rails_Integration | ||
*http://www.headius.com/jrubywiki | *http://www.headius.com/jrubywiki | ||
+ | ==SADL== | ||
+ | [[Web Application Description Language]] | ||
==安装指南== | ==安装指南== | ||
1. Download one of the bundles | 1. Download one of the bundles | ||
第148行: | 第203行: | ||
https://localhost:8181/ | https://localhost:8181/ | ||
http://localhost:4848/ admin/adminadmin | http://localhost:4848/ admin/adminadmin | ||
− | http://localhost:8080/amserver/ // Sun Java System Access Manager | + | http://localhost:8080/amserver/ // [[Sun Java System Access Manager]] |
amadmin/admin123 // SUNWappserver/domains/domain1/config/AMConfig.properties | amadmin/admin123 // SUNWappserver/domains/domain1/config/AMConfig.properties | ||
./asadmin stop-domain domain1 | ./asadmin stop-domain domain1 | ||
第179行: | 第234行: | ||
*[[openInstaller]] - https://openinstaller.dev.java.net/ | *[[openInstaller]] - https://openinstaller.dev.java.net/ | ||
*[[Shoal]] | *[[Shoal]] | ||
+ | *[[Atmosphere]] | ||
*[[Grizzly]] | *[[Grizzly]] | ||
− | *[ | + | *[http://wiki.glassfish.java.net/ GlassFishWiki] |
+ | |||
===Webtier=== | ===Webtier=== | ||
* [https://phobos.dev.java.net/ Phobos] A lightweight, scripting-friendly, web application environment | * [https://phobos.dev.java.net/ Phobos] A lightweight, scripting-friendly, web application environment | ||
第188行: | 第245行: | ||
* [https://ajax.dev.java.net/ Ajax] Project jMaki, Web Remoting using AJAX | * [https://ajax.dev.java.net/ Ajax] Project jMaki, Web Remoting using AJAX | ||
===WS/XML=== | ===WS/XML=== | ||
+ | * [[Jersey]] | ||
* JAX-WS - https://jax-ws.dev.java.net/ | * JAX-WS - https://jax-ws.dev.java.net/ | ||
* [https://wsit.dev.java.net/ WSIT] Web Service Interoperability Technology | * [https://wsit.dev.java.net/ WSIT] Web Service Interoperability Technology | ||
第211行: | 第269行: | ||
* [https://stax-ex.dev.java.net/ StaX-ex] Extended StAX API | * [https://stax-ex.dev.java.net/ StaX-ex] Extended StAX API | ||
* Xmlstreambuffer | * Xmlstreambuffer | ||
+ | ==Liferay== | ||
+ | [[WebSynergy]]: WebSynergy is Sun's next generation web aggregration and presentation platform. This platform includes developer tooling and an enterprise grade presentation runtime based on [[Liferay]] Portal Server, GlassFish v3, and [[MySQL]]. | ||
+ | ==Social Network== | ||
+ | Social Network as platform | ||
+ | |||
+ | [[Image:SocialSite.jpg|right]] | ||
+ | [[SocialSite]] - Multi-language, Scalable, OpenSocial Software for GlassFish. | ||
+ | |||
+ | [[WebSynergy]]也有很多的社区元素, 看能否将两者更多的社区元素整合在一起。 | ||
+ | |||
+ | 相关项目: [[Apache Shindig]] | ||
+ | ==Mobile== | ||
+ | [[Image:simulator-console-1.gif|right|thumb|MobileFaces on GlassFish]] | ||
+ | [http://blogs.ibibo.com/ViewComments.aspx?blogid=8a2268bb-b485-4871-b838-e12eab983906&mid=ba692831-19b6-4dc6-a2db-1e1e4cede463 MobileFaces, Mobile JSF Kit and GlassFish] | ||
+ | |||
+ | [[Image:MobileFaces-Architecture.gif]] | ||
+ | ==Middleware Stack== | ||
+ | [[Image:glassfish-enterprise-server.jpg|right|thumb|GlassFish Enterprise Server]] | ||
+ | *[http://blogs.sun.com/theaquarium/entry/the_glassfish_based_middleware_stack The GlassFish-Based MiddleWare Stack] | ||
+ | *[http://www.sun.com/software/products/appsrvr/index.jsp Sun GlassFish Enterprise Server] | ||
+ | ==Source Code== | ||
+ | https://glassfish-svn.dev.java.net/source/browse/glassfish-svn/ | ||
+ | svn checkout https://glassfish-svn.dev.java.net/svn/glassfish-svn/trunk glassfish-svn --username username | ||
+ | |||
+ | http://www.ohloh.net/projects/glassfish | ||
==成功应用== | ==成功应用== | ||
*[http://www.wotif.com/ Wotif.com]: [http://blogs.sun.com/stories/entry/wotif What if the hottest eCommerce site in Australia ran on GlassFish?] | *[http://www.wotif.com/ Wotif.com]: [http://blogs.sun.com/stories/entry/wotif What if the hottest eCommerce site in Australia ran on GlassFish?] | ||
*http://www.peerflix.com/, using the GlassFish, Solaris 10 and some of Sun's shiny new x64 hardware. | *http://www.peerflix.com/, using the GlassFish, Solaris 10 and some of Sun's shiny new x64 hardware. | ||
− | 更多应用: http://blogs.sun.com/stories/ | + | 更多应用: http://blogs.sun.com/stories/ |
− | [[category: | + | |
− | [[category: | + | ==文档== |
− | [[category: | + | *[http://docs.huihoo.com/javaone/2015/UGF11182-GlassFish-Performance-Tuning-Tips-from-the-Field.pptx GlassFish Performance Tuning: Tips from the Field] |
+ | |||
+ | ==Links== | ||
+ | *https://glassfish.dev.java.net/ | ||
+ | *http://blogs.sun.com/theaquarium/ | ||
+ | *http://wiki.glassfish.org/ | ||
+ | *[http://blogs.sun.com/GlassFishForBusiness/ GlassFish For Business] | ||
+ | *http://docs.huihoo.com/glassfish/ | ||
+ | *http://download.huihoo.com/glassfish/ | ||
+ | *http://docs.huihoo.com/javadoc/glassfish/ | ||
+ | |||
+ | {{comment}} | ||
+ | |||
+ | [[category:middleware]] | ||
+ | [[category:web server]] | ||
+ | [[category:GlassFish]] | ||
+ | [[category:java]] | ||
+ | [[category:oracle]] |
2016年6月5日 (日) 14:30的最后版本
FishCAT: 社区参与的GlassFish测试.
[编辑] GlassFish简介
您可以在Wikipedia上了解到此条目的英文信息 GlassFish Thanks, Wikipedia. |
GlassFish是SUN组织开放源代码 J2EE 应用服务器项目,
GlassFish 是一款免费的开放源代码应用服务器,可实现 Java EE 5 平台中的最新功能。Java EE 5 平台包含最新版本的技术,如 JavaServer Pages(JSP) 2.1、JavaServer Faces(JSF) 1.2、Servlet 2.5、Enterprise JavaBeans 3.0、Java API for Web Services(JAX-WS) 2.0、Java Architecture for XML Binding(JAXB) 2.0、Web Services Metadata for the Java Platform 1.0,以及许多其他新技术。
GlassFish 使用双许可协议: Common Development and Distribution License (CDDL) and the GNU General Public License (GPL) v2
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
[编辑] Why use GlassFish
- GlassFish is an Open Source, Community Based implementation of Java EE 5.
- Java EE 5 is a huge improvement over earlier J2EE versions (J1 Keynotes).
- GlassFish is Production Quality, has very Good Performance and is scalable
- GlassFish is delivered in SJS AS 9.0, Java EE 5 SDK, and NetBeans 5.5.
- GlassFish has already affected adoption and is getting analyst attention [1], [2].
- GlassFish is used by other groups like in JEUS 6 Preview from TMaxSoft.
- GlassFish has many goodies, including Java DB, Java Blueprints and AJAX examples and samples
- GlassFish is committed to your favorite framework and application.
- GlassFish has extensive documentation.
- GlassFish has migration tool support
- GlassFish has a production quality administration console and security support
- GlassFish is at the forefront of JPA adoption.
- GlassFish Web Services stack is very good and it is getting better and better.
- GlassFish's Grizzly delivers top Web Tier performance and flexibility.
- GlassFish has Developer Support, Software Services, Training, classes, forums, blogs and more.
- GlassFish supports AJAX and Scripting.
- GlassFish has platform and tool SOA support, including JBI and BPEL.
- GlassFish is used directly for the official Reference Implementation of Java EE 5.
- GlassFish is the code base for the Sun Java System Application Server.
- GlassFish will incorporate the enterprise features available today in SJS AS 8.x.
- Many components are in the Maven Repository; and more soon.
- We are already working on the next releases (more).
- See some great testimonials
from https://glassfish.dev.java.net/public/faq/GF_FAQ_2.html
[编辑] GlassFish V4
- GlassFish 4.0技术综述
- GlassFish Server 4 Open Source Edition Release Notes
- GlassFish: From Clustering to the Cloud
- GlassFish 4.0 文档集
[编辑] GlassFish V3
GlassFish v3 will supports four types of container :
http://wiki.glassfish.java.net/gfwiki/Wiki.jsp?page=GlassFishV3
HK2 for Hundred Kilobytes Kernel is a module subsystem coupled with a simple yet powerful component model to build software.It is the foundation for the GlassFish V3 application server and consist of two technologies :
- Modules subsystem
- Component Model
使用 gfv3-preview2.zip 启动后,
访问 http://localhost:8080/admin/ 会自动下载admin war包 http://download.java.net/glassfish/v3-tp2/admingui/gfv3-preview2-final-admingui.war
image packaging system: http://pkg.glassfish.org/
Release
change admin password
Prelude has a user named anonymous (no password) by default who has admin privileges.
security > admin-realm 修改密码或添加用户
[编辑] OSGi
GlassFish V3 已包含 Apache Felix, 提供对OSGi的支持.
run GlassFish in OSGi mode
java -DGlassFish_Platform=Felix -jar modules/glassfish-10.0-tp-2-SNAPSHOT.jar May 6, 2008 2:06:15 PM com.sun.enterprise.glassfish.bootstrap.ASMainFelix launchOSGiFW INFO: Framework successfully started
run in hk2 mode
java -jar modules/glassfish-10.0-tp-2-SNAPSHOT.jar
GlassFish V3 runs on OSGi http://blogs.sun.com/dochez/entry/glassfish_v3_runs_on_osgi
- GlassFish OSGi-JavaEE (一): GlassFish与企业级OSGi开发
- GlassFish OSGi-JavaEE(二):深入理解OSGi WEB应用程序规范和GlassFish OSGi/WEB容器
[编辑] ESB
GlassFish ESB Based on GlassFish v3 and Open ESB v3 with Project Fuji
[编辑] Communications Server
SailFin: GlassFish Communications Server.
[编辑] GlassFish V2
Admin GUI now uses JSF, Update Center functionality has been added, JSR-196 Public Draft implementation, WSIT integration has been completed, In-memory replication is partially implemented, and JBI has been fully integrated.
- First Java EE platform 5 compliant Application Server
- Ease of development with use of annotations and POJO-based programming
- Web Services management
- Self Management and Self Healing
- Single instance offering
GlassFish v2 will support:
- Developer profile
- Cluster profile
- Enterprise profile
[编辑] 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
[编辑] Update Center
$AS_HOME/updatecenter/bin/updatetool
Update Center for GlassFish V3
https://updatecenter.dev.java.net/
[编辑] Clustering
Clustering in GlassFish Version 2
Memory Replication
Based on JXTA technology and Project Shoal/GMS
GMS (Group Management Service)
- Provides dynamic membership information about a cluster and its member instances
- Cluster shape change events—
-- Members joining
-- Members shutting down vs. failing
- Memory Replication takes appropriate action in response to these events providing continuous and high availability
GMS itself is also based on JXTA technology
Based on Project Shoal— https://shoal.dev.java.net
Needed: an open-source, lighter-weightalternative to HADB
- HADB provides high availability for:
-- Http session state
-- Stateful Enterprise JavaBeans™ (EJB™) technology session state
-- Single sign-on state
- HADB: still available; still right solution for some problems
-- Enables proven “5–nines” availability
-- More complex to administer
-- Not (currently) open source
[编辑] Virtual Hosting
virtual hosting features available in GlassFish v2. Virtual hosting enables ISP/ASP business models.
[编辑] Persistence
GlassFish Java Persistence API implementation is based on code from TopLink contributed by Oracle.
https://glassfish.dev.java.net/javaee5/persistence/
[编辑] JRuby and GlassFish
Java web applications are typically packaged as WAR files in preparation for distribution and deployment to Java EE servers. It is useful to be able to package Ruby on Rails applications in a similar form, to enable seamless deployment to Java servers.
[编辑] SADL
Web Application Description Language
[编辑] 安装指南
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 help ./asadmin start-domain domain1 http://localhost:8080/ https://localhost:8181/ http://localhost:4848/ admin/adminadmin http://localhost:8080/amserver/ // Sun Java System Access Manager amadmin/admin123 // SUNWappserver/domains/domain1/config/AMConfig.properties ./asadmin stop-domain domain1
[编辑] 应用部署
获得 hello.war http://docs.huihoo.com/java/ee/glassfish/hello.war cp hello.war domains/domain1/autodeploy/ 或 asadmin deploy hello.war http://localhost:8080/hello asadmin undeploy hello
[编辑] 相关链接
- https://glassfish.dev.java.net/
- http://www.glassfishwiki.org
- http://blogs.sun.com/theaquarium/
- GlassFish 初试
[编辑] GlassFish Modules
- GlassFish Web Services Management
- GlassFish Admin Infrastructure
- GlassFish Appserver Management Extensions (AMX)
[编辑] Powered by GlassFish
[编辑] Related GlassFish Technologies
[编辑] Core
- Glassfish-samples Relevant sample applications to demonstrate Java EE Technologies
- SailFin adds SIP Servlets technology extension to GlassFish Application Server.
- HK2 - https://hk2.dev.java.net/
- openInstaller - https://openinstaller.dev.java.net/
- Shoal
- Atmosphere
- Grizzly
- GlassFishWiki
[编辑] Webtier
- Phobos A lightweight, scripting-friendly, web application environment
- Web Application Description Language (WADL) - https://wadl.dev.java.net/
- JSF Java Server Faces
- JSF Templating - https://jsftemplating.dev.java.net/
- Ajax Project jMaki, Web Remoting using AJAX
[编辑] WS/XML
- Jersey
- JAX-WS - https://jax-ws.dev.java.net/
- WSIT Web Service Interoperability Technology
- XWSS WebServices Security
- JAXB Java API for XML Binding
- JAXP Java API for XML Parsing
[编辑] Other
- Java EE Service Engine
- 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
- Glassfishplugins Plugins for both NetBeans and Eclipse
- istack-commons
- 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
- 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
[编辑] Liferay
WebSynergy: WebSynergy is Sun's next generation web aggregration and presentation platform. This platform includes developer tooling and an enterprise grade presentation runtime based on Liferay Portal Server, GlassFish v3, and MySQL.
[编辑] Social Network
Social Network as platform
SocialSite - Multi-language, Scalable, OpenSocial Software for GlassFish.
WebSynergy也有很多的社区元素, 看能否将两者更多的社区元素整合在一起。
相关项目: Apache Shindig
[编辑] Mobile
MobileFaces, Mobile JSF Kit and GlassFish
[编辑] Middleware Stack
[编辑] Source Code
https://glassfish-svn.dev.java.net/source/browse/glassfish-svn/ svn checkout https://glassfish-svn.dev.java.net/svn/glassfish-svn/trunk glassfish-svn --username username
http://www.ohloh.net/projects/glassfish
[编辑] 成功应用
- Wotif.com: What if the hottest eCommerce site in Australia ran on GlassFish?
- http://www.peerflix.com/, using the GlassFish, Solaris 10 and some of Sun's shiny new x64 hardware.
更多应用: http://blogs.sun.com/stories/
[编辑] 文档
[编辑] Links
- https://glassfish.dev.java.net/
- http://blogs.sun.com/theaquarium/
- http://wiki.glassfish.org/
- GlassFish For Business
- http://docs.huihoo.com/glassfish/
- http://download.huihoo.com/glassfish/
- http://docs.huihoo.com/javadoc/glassfish/
<discussion>characters_max=300</discussion>