GeekArticles
Java
JDBCDatabases and Tomcat
Author: developer.com |
Published: 10th Aug 2005 |
Visited: 1180 times |
Add CommentFiled in: JDBCIn This Chapter Using JDBC and Data Sources Direct JDBC Database Access Tomcat Data Sources Data Access Objects (DAOs) Security Considerations Most Web applications need to store information on a temporary or permanent basis. The most common repository for data storage is the ubiquitous relational database. In this chapter you will be using databases from within Tomcat Web applications using both direct JDBC access and the preferred approach of JNDI data sources. The Data Access Object...n
Read Article Sponsored Links
Related Articles
• Next-Generation Object-Oriented Databases
Object-oriented databases complement relational databases in important ways, says Anat Gafni, VP of Engineering at db4objects, the company behind the open-source object database db4o. In this interview with Artima, Gafni explains how OO databases support agile development, and how they co-exist wit ...
• import dump between two databases Hi Tom,
How are you doing??
i have a question regarding import dump utility.
i need to import a full database using import dump utility.
could you please tell how do i take a import dump bakup between two databases???
Thanks in advance,
Da ...
• multiple databases in a single RAC cluster Hi Tom,
we are planning to create our development database tier as 3-Node Oracle RAC cluster with 4 databases
like
Four databases
--------------
- DB1
- DB2
- DB3
- DB4
<b>Node1</b>: (DB1 with instance DB11)+(DB2 with instance DB21 ...
• Avoiding Blocking Issues in ASP.NET Session State Databases As soon as ASP.NET systems grow to the point that more than a single Web server needs to be deployed, decisions need to be mode about where the session state will be held. By default, ASP.NET session state lives in the memory of the server hosting the application. The problem with this is that a use ...