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
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
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
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
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
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
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