Configure GlassFish Server Ports

In the previous post I have explained how to download and install GlassFish server properly in your Ubuntu. If haven’t gone through it, please click here and read that blog post. So now I am going to explain how to change the default ports use by GlassFish server. By default GlassFish server listens to port…

Install GlassFish Server

What is GlassFish server? An application server that can be used to handle http requests by acting as a server. Also, kind of a servlet container. It provides many features to work with JavaEE. GlassFish is an Application Server which can also be used as a Web Server (Http Server). Handling HTTP requests (usually from…

REST-Coding Examples

Okay, hope now you have some knowledge about REST. I assume you have gone through my previous post covering the basics of REST. If not, click here to go to that post. From where to start??? Well, let’s see what we need. As the slideshow of the previous post mentioned, first of all we need…

REST-Representational State Transfer

REST is an architecture style for designing networked applications which uses HTTP protocol. Here are some details about the REST. Later I will show you how to work on REST. This post will cover just an introduction to REST, next post I will explain the concept using code examples. Also, I have added an slideshow…