GeekArticles
Java
JSPSophisticated Databases
Author: fawcette.com |
Published: 10th Aug 2005 |
Visited: 863 times |
Add CommentFiled in: JSPD atabases are the bread and butter of virtually any Web application that serves customers, and they are the basis of any material contribution to a business entity. Just as developers have used tools such as Visual Basic to build front ends to databases for traditional client/server applications, Java programmers today use JavaServer Pages (JSP) to create Web-based user interfaces for manipulating data in databases. Thanks to the versatility of JSP technology, it's not difficult to do...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 ...