13 lines
392 B
HTML
13 lines
392 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>SimplePool API</title>
|
|
</head>
|
|
<body>
|
|
This package contains a simple database connection pool implementation for web applications, specifically those using JSTL.
|
|
<p/>
|
|
The connection pool can be accessed via JNDI or through the {@link net.java.dev.simplepool.SimplePoolServlet}.
|
|
|
|
@since 1.0
|
|
</body>
|
|
</html>
|