54 lines
2.1 KiB
HTML
54 lines
2.1 KiB
HTML
<!DOCTYPE html PUBLIC "-//Tigris//DTD XHTML 1.0 Transitional//EN"
|
|
"http://style.tigris.org/tigris_transitional.dtd">
|
|
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
/* <![CDATA[ */
|
|
@import "includes/tigris.css";
|
|
@import "includes/inst.css";
|
|
/* ]]> */
|
|
</style>
|
|
<title>simplepool: Examples</title>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
|
|
<meta http-equiv="Content-Style-Type" content="text/css" />
|
|
</head>
|
|
<body marginwidth="0" marginheight="0" class="composite">
|
|
<table border="0" cellspacing="0" cellpadding="4" width="100%" id="main">
|
|
<tr valign="top">
|
|
<td>
|
|
<div id="bodycol">
|
|
<div id="apphead">
|
|
<h2><small>simplepool</small><br />
|
|
Examples</h2>
|
|
</div>
|
|
<p class="tasknav"><a href="https://simplepool.dev.java.net/">Project Home</a></p>
|
|
<div id="examples" class="app">
|
|
<div class="axial">
|
|
<table border="0" cellspacing="2" cellpadding="3">
|
|
<tr>
|
|
<th>Summary</th>
|
|
<td>A simple database connection pool for webapps using JSTL.</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Example 1</th>
|
|
<td><a href="jndi/index.jsp">JNDI DataSource Examples</a> </td>
|
|
</tr>
|
|
<tr>
|
|
<th>Example 2</th>
|
|
<td><a href="servlet/index.jsp">Servlet DataSource Examples</a> </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="h3" id="longdescription">
|
|
<h3>Description</h3>
|
|
<p>SimplePool is a simple database connection pool implementation for web applications, specifically those using <a href="http://java.sun.com/products/jsp/jstl/">JSTL</a>.</p>
|
|
<p>The connection pool can be created, accessed and managed via <a href="jndi">JNDI</a> or a provided <a href="servlet/">Servlet</a>.</p>
|
|
<p>The examples above have been tailored for use with <a href="http://jakarta.apache.org/tomcat/">Tomcat</a> and <a href="http://www.mysql.com/">MySQL</a>.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|