GlassFish is an open-source application server project started by Sun Microsystems for the Java EE platform and now sponsored by Oracle Corporation, and 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.
GlassFish is based on source code released by Sun and Oracle Corporation’s TopLink persistence system. It uses a derivative of Apache Tomcat as the servlet container for serving Web content, with an added component called Grizzly which uses Java New I/O (NIO) for scalability and speed.

GlassFish

Web Services: Exception Handling

In my previous article, I showed you how to create a simple web service and deploy it. In this article I’ll show you the...
Simon Lissack
1 min read

Lessons Learned Using GlassFish and NetBeans

After my talk at JavaOne2013 I felt there was some really useful material which deserved a wider audience so I have decided to use...
Nathan Howard
3 min read

Web Services: Creating and Deploying a Java Web Service

In my previous article on web services I mentioned how www.idrsolutions.com received a lot of questions about Java development. In that article I gave a...
Simon Lissack
3 min read

How to access external HTML resources in the GlassFish…

An alternate document root (docroot) allows for a web application to serve requests for certain resources from outside its own docroot. This is a...
suda
1 min read