Archives


ASQ is more than testing tools

A successful automated software quality process must occur throughout the development life cycle.

Understanding your audience

Java project managers need an acute awareness of end users' needs. Tig examines why these managers need to position their efforts in a customized manner.

Parsing With JavaCC

Steve explains how the Java Compiler Compiler (JavaCC) toolkit facilitates the development of parsing classes. He presents a simple parsing problem using a JavaCC-based solution. Steve describes the problem domain, a PostScript interpreter, and how JavaCC offers a viable solution. Readers will attain a basic understanding of how to develop applications that use JavaCC-based parsers.

Solving the problem of deploying and administering client-side Java: DeployDirector Version 1.3

DeployDirector from Sitraka Software is among the top deployment tools on the market today. It is a powerful and flexible solution for developers looking to provide a rich Java client to their enterprise users.

Dynamic Java Program Corpus AnalysisPart 1: The Analyzer

Program corpus analysis is important in the optimization of runtime systems. Conventional linguistic analysis is static in nature and cannot reflect dynamic behaviors revealed by versatile object-oriented programming languages. The authors propose a pattern-based runtime profiler in Part 1 of this article.