Database
dd-3.txt
Associated article: Java in the Database? Objects in the Middle Tier?
Tags: JVM Languages Database
Source code accompanying the column by Ken North in which he presents Metaphone, a phonetic text encoding program written in Java. The program prompts for a text string to encode and then displays the encoded value.
_Database Developer_ by Ken North /**************************************************************************** * FILE NAME: metphone.java TITLE: Metaphone phonetic text encoding * * AUTHOR: K. E. North II, Ken North Computing * * from Database Magic with Java (Prentice-Hall PTR, 1997) **************************************************************************** * * Copyright (c) Kendall E. North II, 1997. All rights reserved. Reproduction * or ...


