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 Directory using Java. This …
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 sorting; of-course you will …
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 for storing POJO in …
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 choose to customize the …
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 Content Delivery Network(CDN) in …
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 code and try it …
This article born from my need; I had a requirement to create an application which does user search with input of or . So I have analyzed about choosing search scope …