Title: JAT
Description: This class implements a database access through JNDI
(for example a data source of an application server).
Configuration:
In the data source name section put the following parameters:
Example:
[myDataSourceName]
data_source_name = JNDIdataSourceName
query1.name = myQueryName
query1.value = select * from dual
Copyright: Copyright (c) 2004 -2005 Stefano Fratini (stefano.fratini@gmail.com)
Distributed under the terms of the GNU Lesser General Public License, v2.1 or later
author: stf version: 1.2 since: 1.2 See Also: com.jat.integration.DataSource See Also: com.jat.integration.db.GenericDatabaseDataSource |