Hadoop REST API - WebHDFS

Hadoop provides a Java native API to support file system operations.. Read all

Use Eclipse JDT to dynamically create, access, and load projects

in this article, we are going to use eclipse jdt to create, access and load projects. i assume that you know how to create a simple eclipse plug-in project... Read all

JDBC Realm and Form Based Authentication with GlassFish 3.1.2.2 and Primefaces 3.4

One of the most popular posts on my blog is the short tutorial about the JDBC Security Realm and form based Authentication on GlassFish with Primefaces. After I... Read all

Spock and testing RESTful API services

Read all

How to Deploy a war File Using GlassFish

Before trying this out make sure you have installed GlassFish in your machine. Installation is just easy as downloading the zip archive from here and unzipping... Read all

Aspect-Oriented Programming in Apache Camel

Read all

JMS Message Groups in Apache Camel

Message groups in JMS provide a way to identify a set of related messages. The messages could be related by anything - a customer order number, for example.... Read all

Using a Java Servlet Filter to intercept the response HTTP status code with NetBeans IDE 7 and Maven

Version 2.3 of the Java servlet spec introduced the concept of filters. According to the documentation from Oracle’s site: “A filter dynamically intercepts... Read all

Don't Use JmsTemplate in Spring!

JmsTemplate is easy for simple message sending. What if we want to add headers, intercept or transform the message? Then we have to write more code. So, how do... Read all

REST API: for Infrastructure, Domain or Application Layer?

It seems that lots of projects/products/services want to expose a REST API these days. But I have found very few that actually follow the REST constraints, and... Read all

 

 

 

 

Top