Tag Archives: Java/JEE

Tutorial: Authentication with Tomcat 6 using JNDI DataSourceRealm

Tutorial: Authentication with Tomcat 6 using JNDI DataSourceRealm

This article is a tutorial about how to implement an authentication mechanism in Apache Tomcat 6 by using a JNDI datasource for looking up users, their passwords and roles. It shows how to prepare Tomcat 6 for using a so called DataSourceRealm and describes how web applications can be secured by a security realm. The [...]

The capability to invoke custom validation methods

The capability to invoke custom validation methods

From now on, I offer you my validation framework in version 1.0.0.c. I hope this version will become the final release.

ValidationFramework v1.0.0b released: New comfortable dataModelItemProvider

After two weeks of testing and enhancements, I decided to release my validation framework as a beta. The uncomfortable alpha dataModelItemProvider was replaced by the provider named beta. This new provider is based on classes and enums to identify DataObjects and its properties. Additionally, the whole framework received three bugfixes and internally got “smarter”.

Download for free: ValidationFramework v1.0.0a

I decided to offer you my newest product for free! It is a free, simple, lightweight, fast, extendable, customizable and internationalizable validation framework intended to be used with java 5 and above.