diff --git a/glassfish/README-short.txt b/glassfish/README-short.txt new file mode 100644 index 000000000..8e9739046 --- /dev/null +++ b/glassfish/README-short.txt @@ -0,0 +1 @@ +GlassFish is the reference implementation of Java EE diff --git a/glassfish/README.md b/glassfish/README.md index 46faa146f..6f7e0c6dd 100644 --- a/glassfish/README.md +++ b/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 diff --git a/glassfish/content.md b/glassfish/content.md index 322786427..e45a82527 100644 --- a/glassfish/content.md +++ b/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)