• Setting up Glassfish for our Web Service based PDF converter was a relatively straight-forward job, but there are some nuances to be aware of.
  • A good place to look is the glassfish/server repository on DockerHub, which is managed by an Oracle employee associated with the Glassfish project.
  • As to Glassfish, it's Oracle's concrete implementation of Java EE. The Java EE is namely an abstract API which everyone is free to implement.
  • GlassFish [glassfish.dev.java.net] is a community driven project to develop an open source productive Java EE 5 application server.
  • The programming platform known as Java EE is used to shape a multitude of applications that can be processed through GlassFish.
  • Auto-Clustering feature is introduced allowing to enable clusterization of the GlassFish and Payara instances directly within the topology wizard
  • 4 May 2006 - Project GlassFish released the 1.0 version (a.k.a. Sun Java System Application Server 9.0) that supports the Java EE 5 specification.
  • Download GlassFish 5.0.1 free - Top4Download.com offers free software downloads for Windows, Mac, iOS and Android computers and mobile devices.
  • Look for glassfish-v3.zip from http://download.java.net/glassfish/v3/release/. Fetch it to the desired location in your server(say /opt).
  • Here's a copy of a Glassfish cheat sheet (reference page) that I always keep near me whenever I'm working with a Glassfish server.