Java



Overcoming High-Latency Database Access with Java Stored Procedures

Sunday, February 10th, 2008

“>The first rule in database programming is this: If you want your code to runquickly, minimize your

Practical Java Praxis 64: Use clone for Immutable Objects When Passing or Receiving Object References to Mutable Objects

Sunday, February 10th, 2008

“>When an immutable class is implemented, mutable objects passed to or returned from an immutable

Java Perspective: Cocoa Subclasses and Delegates

Sunday, February 10th, 2008

“>In the object oriented programming world, subclassing an object is the meatand potatoes of softwar

J2EE and AJAX: AJAX with Servlets

Sunday, February 10th, 2008

(Page 1 of 4 )Using AJAX with servlets is an excellent option for a J2EE developer. By using AJAX at

The Standard Tag Library in the JSP Specification

Sunday, February 10th, 2008

“>Chapter 3 explained how to get values from beans to pages with the jsp:getProperty tag, along with

Creating Custom JSP Tag Libraries

Sunday, February 10th, 2008

“>This sample chapter is excerpted from Core Servlets and JavaServer Pages (JSP), by Marty Hall.SP 1

J2ME MIDP 2.0: The Next Generation

Sunday, February 10th, 2008

“>By most measures, Java 2 Micro Edition (J2ME) is a success. MobileInformation Device Profile (MIDP

An Introduction to Generics in Java

Sunday, February 10th, 2008

“>Although Java's 1.4 release focused on enhancements to the corelibraries (logging, regular ex

The Mechanics of Expression Processing

Sunday, February 10th, 2008

(Page 1 of 4 )This article, the first of a four-part series, discusses how a regular expression engi

Designing Web App Navigation with JavaServer Faces

Sunday, February 10th, 2008

“>Topics in This Chapter "Static Navigation" "Dynamic Nav