Skip to main content

ACTF Java Validation Componentry (archive)

This componentry is no longer actively developed or supported.

Overview

ACTF Javaco is a collection of Eclipse plugins that allow Java Swing and Eclipse SWT developers to perform accessibility compliance validations of either the applications they are developing or fully deployed aplications. Javaco uses aspect-oriented programming (AOP) and the Java Reflection API to perform dynamic, non-invasive, and fully configurable validations of your Java applications. The componentry comes packaged with validation documents for assessing accessibility compliance against the IBM Java Accessibility Checklist for Java Swing applications and the IBM Software Accessibility Checklist for Eclipse SWT-based applications. Documentation is available in the standard Eclipse help system.

Javaco Releases

Javaco releases come in two flavors, runtime and SDK releases. Runtime releases provide all of the functionality to enable Java developers to perform dynamic validations and accessibility compliance evaluations from within the JDT. SDK builds provide all source code and an API reference for those wishing to expand the functionality of Javaco or build their own rulebases or customize the validation engine.

File Version Build ID Size
actf-javaco-sdk-incubation-I200808120849.zip 0.4.0 I200808120849 15497KB
actf-javaco-runtime-incubation-I200808120849.zip 0.4.0 I200808120849 12633KB
actf-javaco-sdk-incubation-I200804010717.zip 0.3.0 I200804010717 15072KB
actf-javaco-runtime-incubation-I200804010717.zip 0.3.0 I200804010717 12406KB

Getting started

The best way to get started with Javaco is to read the provided documentation, accessed from within the help system. There are several tasks to review in order to familiarize yourself with the components. Once becoming familiar with basic tasks, you can refer to more detailed sections of the documentation.

Back to the top