-
Enterprise Java
RESTful Web Services with Java
REST stands for REpresentational State Transfer, was first introduced by Roy Fielding in his thesis “Architectural Styles and the Design…
Read More » -
DevOps
GlassFish: How to deploy a war file
Before trying this out make sure you have installed GlassFish in your machine. Installation is just easy as downloading the…
Read More » -
Enterprise Java
Getting started with JAX-WS
JAX-WS stands for Java API for XML Web Services. It is a Java programming language API for creating web services…
Read More » -
Enterprise Java
JMS with ActiveMQ
JMS with ActiveMQ JMS short for Java Message Service provides a mechanism for integrating applications in a loosely coupled, flexible…
Read More » -
Enterprise Java
Apache Thrift with Java quickstart
Apache Thrift is a RPC framework founded by facebook and now it is an Apache project. Thrift lets you define…
Read More » -
Enterprise Java
MongoDB with Java Kickstart
NoSQL databases due to their scalability are becoming increasingly popular. When used appropriately NoSQL databases can offer real benefits. MongoDB…
Read More » -
Enterprise Java
Getting started with GWT
GWT short for Google Web Development Kit lets programmers to develop Ajax web applications with java. Java codes are converted…
Read More »