Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

first commit made changes in project glassfish description #306

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion guides/Web_Containers/GlassFish.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,12 @@ Sun Microsystem had a plan to open source its application server and that plan w

GlassFish is an Application Server which can also be used as a Web Server(Http Server). A web Server involves handling HTTP requests (usually from browsers). It is different from the popular software Apache Tomcat which is a Servlet Container meaning that it can handle servlets & JSP code. An Application Server GlassFish in this case means that it can manage Java EE applications, usually both servlet/JavaServerPages(JSP) and EJBs(Enterprise JavaBeans). You can use GlassFish for efficient Java EE enterprise applications.

Glassfish can be utilized under the the folowing licenses a. Common Development & Distribution(CCDL)
GlassFish is built on top of Java EE (Enterprise Edition) standards, which provide a set of specifications and guidelines for developing enterprise applications. It supports a wide range of programming languages such as Java, JavaScript, and Ruby.

Some of the key features of GlassFish include support for clustering, load balancing, and high availability. It also includes tools for monitoring and managing applications, as well as integration with other enterprise systems such as databases and messaging systems.

GlassFish is popular among developers for its ease of use and powerful features. It is available under the GNU General Public License, which means that it is free and open-source software.

Glassfish can be utilized under the the folowing licenses
a. Common Development & Distribution(CCDL)
b. GNU General public license(GPL)