Versions Compared

Key

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

...

TODO - bring in binding.ejb

Code Block

    <component name="AccountDataServiceComponent">
        <implementation.java class="bigbank.accountdata.AccountDataServiceImpl" />
        <reference name="brokerService">
            <binding.ejb uri="corbaname:iiop:1.2@localhost:1050#BrokerServiceBean" />
        </reference>
    </component>

TODO - Enabling B2B

  • Providing and assembling the service behind your B2B exchanges

...