0

I was looking into the documentation of ADF Faces TreeMap component and got a little bit surprised by the namespace of the event called AttributeChangeEvent that this partcular component supports ie org.apache.myfaces.trinidad.event.AttributeChangeEvent . What exactly is the relation between ADF Faces and Trinidad ? Is one the super set of another ? What exactly is the history behind these namespaces ?

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
Geek
  • 26,489
  • 43
  • 149
  • 227

1 Answers1

2

Apache Trinidad used to be ADF 10g. Oracle gave ADF to the Apache foundation (minus some stuff) and started work on ADF 11g. As such, Oracle 11g depends on a lot of the core libraries that are now maintained by the Apache foundation.

In fact, the afh: namespace is often used as trh: since it's now properly in the Trindad libraries.

Mark Robinson
  • 3,135
  • 1
  • 22
  • 37