dev@glassfish.java.net

AMX V3 modules explained

From: Lloyd Chambers <Lloyd.Chambers_at_Sun.COM>
Date: Fri, 19 Jun 2009 12:15:21 -0700

A few people have asked about AMX lately.

Two versions presently co-exist.

The Prelude versions of AMX are modules 'amx-api' and 'amx-impl'.
They are defunct and will be removed within a few weeks (just as soon
as the GUI finishes converting to AMX.v3).

AMX.v3 consists of the following modules:
amx-core
amx-core-impl
amx-config
amx-config-impl
amx-j2ee
amx-j2ee-impl
amx-ext-impl


The 'impl' modules are of course implementations; the other modules
are API and/or interfaces.

Lloyd