Similar Articles |
|
JavaWorld May 2002 Ryan Daigle |
Eliminate JDBC overhead Most J2EE and other types of Java applications interact in some way with information persisted in a database. Interfacing with that database involves several iterations of SQL statements, connection management, transaction lifecycles, result processing, and exception handling. The many parts of this ritualistic dance are common in all contexts; however, this replication doesn't have to exist. This article outlines a flexible framework that remedies the repetition of interacting with a JDBC-compliant database. |
JavaWorld March 2002 James Carman |
Write once, persist anywhere Most J2EE applications strive to abstract the database tier by employing the Data Access Object design pattern. This article shows you a DAO pattern framework that you can reuse on all your projects, regardless of object type... |
JavaWorld October 2002 Jeff Friesen |
Java's character and assorted string classes support text-processing Text-processing is one of the more frequent activities in which computer programs engage. Java supports that activity via the Character, String, StringBuffer, and StringTokenizer classes. This article explores each class and introduces you to an assortment of those classes' methods. |
JavaWorld November 2000 Abhilash Koneri |
Eliminate tedious programming: Recover data with XML and Reflection The parsing of ResultSets forms one of the most significant tasks involved in retrieving data from a database. But, as a repetitious and uninteresting assignment, it is not a favorite among developers. How to supplant ResultSet parsing in the data access objects... |
JavaWorld April 2002 |
Letters to the Editor How does PreparedStatement perform? How do you compile Java code dynamically? Does ChainedException preserve the original exception? How do you combine a sorting Decorator with a filtering Decorator? JavaWorld authors answer these questions and more... |
JavaWorld May 2001 Jeff Friesen |
Object-oriented language basics, Part 2 In this article, you'll gain an understanding about fields, parameters, and local variables and learn to declare and access fields and methods... |
JavaWorld August 2001 Jeff Friesen |
Object-oriented language basics, Part 5 Every Java class has a superclass. In the absence of an extends keyword, Object is that superclass. Object takes center stage as this article presents its 11 methods... |
JavaWorld April 2001 Geoff Friesen |
Object-oriented language basics, Part 1 An introduction to object-oriented programming and how to declare classes and create objects from those classes... |
Linux Journal October 2001 Reuven M. Lerner |
Data Modeling with Alzabo How to bridge the object-relational gap with the Perl module Alzabo... |
JavaWorld June 6, 2003 Michael Juntao Yuan |
High-availability mobile applications The author first discusses the "occasionally-connected" paradigm for high-availability mobile applications. He explains the roles of mobile databases in this paradigm. Then, he uses an example J2ME application to illustrate the key components of mobile database applications. |
JavaWorld March 2001 Tony Loton |
Access the world's biggest database with Web DataBase Connectivity What if the World Wide Web really were a database; if each Webpage were a table that you could query using SQL or even JDBC? Then you wouldn't be limited to just browsing. This article provides Java code for accessing web pages in an SQL-like manner. |
Linux Journal May 2000 Reuven M. Lerner |
At the Forge: Creating Queries Don't be afraid of large joins--learn to generate complex SQL queries from easy-to-use interfaces. Integrating your database with a website. |
InternetNews March 10, 2006 Clint Boulton |
Oracle Tools For Database Development Looking to give database programming a more modern look and feel, Oracle today unveiled a free development tool called SQL Developer. |
InternetNews January 8, 2007 Clint Boulton |
Snapping Oracle's Database Interface Oracle boosts its SQL Developer tool in version 1.1 and launches a new developer site. |
InternetNews February 14, 2011 |
Oracle Tunes Up Database Security With Firewall In a bid to shore up the security of crucial IT assets, Oracle has unveiled its Database Firewall product, which seeks to guard against SQL injections and other database attacks. |
InternetNews June 24, 2005 Susan Kuchinskas |
SQL Server, Meet Java Microsoft announced the public beta availability of the SQL Server 2005 JDBC Driver. |
PC Magazine April 6, 2004 Richard V. Dragan |
Free Reporting for Microsoft SQL Shops Database administrators and programmers working on the Microsoft SQL Server platform have had to turn to other tools (such as Crystal Reports) for their reporting needs. |