I have come across a need of mapping multiple domains into single instance of WordPress installation for my blog myjeeva.com & myjeeva.mobi. Then I did a search
Read moreQuerying Active Directory using Java
I had written a blog post about Querying Active Directory using C# it’s simple and easy to understand then I thought to provide similar approach/article Querying Active
Read moreJSF-Richfaces dynamic Sorting with rich:dataTable?
Dynamic sorting using GenericComparator for rich:dataTable, DataModel, SeralizedDataModel, its a key part of every JSF, Richfaces powered applications in the world. If I say dynamic
Read moreGeneric Comparator in Java
Generic Comparator in Java Collections, from word itself describes the purpose of it. I ran into the need of one generic comparator which I could use
Read moreSolr Search Result Attribute-to-Tag using XsltResponseWriter
Typically everyone is happy with Solr search result XML structure which is default response writer called XMLResponseWriter. However sometimes to meet certain requirements we may
Read moreHow to protect download link in Java?
Protect download link in Java and securing a URL is a Vital Part of internet based web application. This feature is available with most of the
Read moreQuerying Active Directory using CSharp (C#)
Article describes “Querying Active Directory using CSharp (C#)” via LDAP Service. I have developed a sample application around this topic with following goals, download source
Read more