May 26, 2006

Add Fingerprint Scan-based Security to Your .NET Applications Today

iometric recognition is one of the most reliable ways to confirm the identity of an individual. And by now, many people are undoubtedly familiar with the Microsoft Fingerprint Reader (see Figure 1). Besides logging into a computer using a fingerprint scan from the reader, you can also use the application

Connect MySQL to WebSphere Application Server Using a DataSource

n the J2EE realm, data sources are Java objects that represent physical data storage systems such as relational databases. It is via javax.sql.DataSource objects that a J2EE application can retrieve underlying connections to the databases being represented by the DataSource object. The layer of abstraction represented by a DataSource object