What is the ADL in iPOJO?

47 Views Asked by At

I read in the iPOJO website.

"iPOJO also provides an architecture description language to design applications in a flexible and hierarchic manner"

What is the ADL in iPOJO ? we consider metadata.xml as an ADL ?

Regards,

1

There are 1 best solutions below

0
On

An ADL is an architecture description language. In iPOJO is has two format:

  • an API (DSL)
  • A XML-based description

Based on the DSL, it can support any other format.

Clement