Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
SCADomain domain = (SCADomain) application.getAttribute("org.apache.tuscany.sca.SCADomain");

pros: runtime tries to discover composites
cons: require web.xml integration, multiple attributes in order to customize and set non-default values, trend is to make web apps simpler and web.xml is optional in newer specs of J2EE

...