- Canonical object idiom - Defining a baseline set of functionality for objects: discusses the fundamental services that all objects in general should offer; shows how objects can offer these services; and names such objects "canonical."
- CGI Programming in Java - These examples cover using Java for both the client and the server side of the CGI process.
- Core Web Programming home - The home page for the book Core Web Programming. Includes 200+ HTML/JavaScript documents and 250+ Java classes. Free source code.
- Event generator idiom - Proposes the "event generator" as a Java idiom. Provides a background on the concepts of patterns and idioms, describes the observer pattern, and demonstrates the idiomatic way to implement the observer pattern in Java.
- Get rid of those empty black squares in your text editor - The representation of the line separator depends on the operating system. Unfortunately, different conventions
lead to special effects that may hamper your actual work. An example of this a text representation written using one convention but read on a system that uses a different convention. This tip gives you an application to solve such problems and explains how Java handles the line separator.
- Inside Java : Breaking Java Myths - We peel the layers of myth and fiction away, to reveal some Java truths. Escape the hype, and understand what Java is, and is not.
- Introduction to the Collections Framework - In working through this Short Course and the accompanying magercises you will learn to use the Collections Framework to store and manipulate groups of data as a single unit, a collection.
- Lazy instantiation - The balance between the performance of software and the resources it consumes has been an issue since the birth
of computers. This tip examines one way to reduce memory usage in Java programs by deferring the creation of objects until they are actually required.
Next 20
|
|
|