-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c4ef211
commit 189bf39
Showing
4 changed files
with
21 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,8 +15,9 @@ | |
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
<document> | ||
|
||
<document xmlns="http://maven.apache.org/XDOC/2.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd"> | ||
<properties> | ||
<title>Class Diagrams</title> | ||
<author email="[email protected]">Commons Documentation Team</author> | ||
|
@@ -25,19 +26,19 @@ | |
<body> | ||
|
||
<section name="PoolingDataSource"> | ||
<img src="../images/uml/PoolingDataSource.gif" /> | ||
<img src="../images/uml/PoolingDataSource.gif" alt="Poolinf data source"/> | ||
</section> | ||
|
||
<section name="PoolingConnection"> | ||
<img src="../images/uml/PoolingConnection.gif" /> | ||
<img src="../images/uml/PoolingConnection.gif" alt="Pooling connection"/> | ||
</section> | ||
|
||
<section name="Delegating"> | ||
<img src="../images/uml/Delegating.gif" /> | ||
<img src="../images/uml/Delegating.gif" alt="Delegating"/> | ||
</section> | ||
|
||
<section name="AbandonedObjectPool"> | ||
<img src="../images/uml/AbandonedObjectPool.gif" /> | ||
<img src="../images/uml/AbandonedObjectPool.gif" alt="Abandoned object pool"/> | ||
</section> | ||
|
||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,8 +15,9 @@ | |
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
<document> | ||
|
||
<document xmlns="http://maven.apache.org/XDOC/2.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd"> | ||
<properties> | ||
<title>Developers Guide</title> | ||
<author email="[email protected]">Commons Documentation Team</author> | ||
|
@@ -26,13 +27,13 @@ | |
|
||
<section name="BasicDataSource"> | ||
<center> | ||
<img src="../images/uml/BasicDataSource.gif" /> | ||
<img src="../images/uml/BasicDataSource.gif" alt="Basic data source"/> | ||
</center> | ||
</section> | ||
|
||
<section name="ConnectionFactory"> | ||
<center> | ||
<img src="../images/uml/ConnectionFactory.gif" /> | ||
<img src="../images/uml/ConnectionFactory.gif" alt="Connection factory" /> | ||
</center> | ||
</section> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,8 +15,9 @@ | |
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
<document> | ||
|
||
<document xmlns="http://maven.apache.org/XDOC/2.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd"> | ||
<properties> | ||
<title>JNDI Howto</title> | ||
<author email="[email protected]">Commons Documentation Team</author> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,8 +15,9 @@ | |
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
<document> | ||
|
||
<document xmlns="http://maven.apache.org/XDOC/2.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd"> | ||
<properties> | ||
<title>Sequence Diagrams</title> | ||
<author email="[email protected]">Commons Documentation Team</author> | ||
|
@@ -25,15 +26,15 @@ | |
<body> | ||
|
||
<section name="createDataSource"> | ||
<img src="../images/uml/createDataSource.gif" /> | ||
<img src="../images/uml/createDataSource.gif" alt="Create data source"/> | ||
</section> | ||
|
||
<section name="getConnection"> | ||
<img src="../images/uml/getConnection.gif" /> | ||
<img src="../images/uml/getConnection.gif" alt="Get connection"/> | ||
</section> | ||
|
||
<section name="prepareStatement"> | ||
<img src="../images/uml/prepareStatement.gif" /> | ||
<img src="../images/uml/prepareStatement.gif" alt="Pprepare statement"/> | ||
</section> | ||
|
||
</body> | ||
|