The ENA Mapping project, within the EAD Programme, involved the development of three packages:
- Package 1: development of a generic ‘engine’ able to transfer data, based on configuration files in XML, between an Oracle relational database and the AIXM standard format. The mapping is done both ways. The kernel is a Java-to-Java (J2J) transformation that read an XML mapping file describing the transformation of the data.
Most of the classical transformations are pre-defined; specific transformations can be developed in java classes, referenced in the mapping file. Specific java classes based on a XML configuration file model the client database. The AIXM format is XML.
- Package 2: a java converter able to map ARINC 424 files to AIXM format.
- Package 3: a java converter able to split and merge XML documents in AIP format
|
- Oracle 8.1.7 & 9.0.1
- Java Servlet
- EJB
- J2EE
- XML
- JDeveloper 3.2.3
|