浏览代码

Add more GlassFish info, especially README-short.txt

Tianon Gravi 10 年之前
父节点
当前提交
724dfe77da
共有 3 个文件被更改,包括 5 次插入0 次删除
  1. 1 0
      glassfish/README-short.txt
  2. 2 0
      glassfish/README.md
  3. 2 0
      glassfish/content.md

+ 1 - 0
glassfish/README-short.txt

@@ -0,0 +1 @@
+GlassFish is the reference implementation of Java EE

+ 2 - 0
glassfish/README.md

@@ -9,6 +9,8 @@ For more information about this image and its history, please see the [relevant
 
 GlassFish is an open-source application server project started by Sun Microsystems for the Java EE platform and now sponsored by Oracle Corporation. The supported version is called Oracle GlassFish Server. GlassFish is free software, dual-licensed under two free software licences: the Common Development and Distribution License (CDDL) and the GNU General Public License (GPL) with the classpath exception.
 
+GlassFish is the reference implementation of Java EE and as such supports Enterprise JavaBeans, JPA, JavaServer Faces, JMS, RMI, JavaServer Pages, servlets, etc. This allows developers to create enterprise applications that are portable and scalable, and that integrate with legacy technologies. Optional components can also be installed for additional services.
+
 > [wikipedia.org/wiki/GlassFish](https://en.wikipedia.org/wiki/GlassFish)
 
 # Supported Docker versions

+ 2 - 0
glassfish/content.md

@@ -2,4 +2,6 @@
 
 GlassFish is an open-source application server project started by Sun Microsystems for the Java EE platform and now sponsored by Oracle Corporation. The supported version is called Oracle GlassFish Server. GlassFish is free software, dual-licensed under two free software licences: the Common Development and Distribution License (CDDL) and the GNU General Public License (GPL) with the classpath exception.
 
+GlassFish is the reference implementation of Java EE and as such supports Enterprise JavaBeans, JPA, JavaServer Faces, JMS, RMI, JavaServer Pages, servlets, etc. This allows developers to create enterprise applications that are portable and scalable, and that integrate with legacy technologies. Optional components can also be installed for additional services.
+
 > [wikipedia.org/wiki/GlassFish](https://en.wikipedia.org/wiki/GlassFish)