The jpTools project contains general helper classes and complete frameworks. The list below gives an overview of the main features of this library.
ClasspathResourceHandler loads resource from classpath. An alias of a resource can
defined to change the concrete resource name in a configuration file and not in the source code.
DatabaseManager wraps
the access to a JDBC DataSource. A SQLProcessor defines an SQL statement
an the method to process the ResultSet. The DatabaseManager can execute
a SQLProcessor. The BatchSQLProcessor executes multiple SQL statements
in one transaction. The SQL Processor Generator creates Java processor source code of
a given SQL statement.
The advantage of the concept of the SQLProcessors is a programmer has not to care about:
The code only defines the statement and the the processing code.
|
IMPORTANT: The |
![]()
Copyright 2002-2006 by Patrick Meier
Last updated on 29.03.2006 by Patrick Meier