Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
borderfalse
Column
width15%
Include Page
TUSCANY: SCA Java Subproject Menu
TUSCANY: SCA Java Subproject Menu
Include Page
TUSCANY: Java SCA Menu New
TUSCANY: Java SCA Menu New
Column
width85%

<implementation.ejb>

Tuscany provides the reference-side support for the SCA EJB Session Bean Binding V1.00

Some examples

Code Block
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0" name="account"><>
<!-- composite refrence with ejb binding. Modify host and port number in uri attribute based on where you have installed target ResumeBank EJB --><component>
<component name="CustomerComponent"><implementation>
<implementation.java class="account.CustomerImpl" /><reference>
<reference name="extEJBService"><>
<!-- To use the CosNaming, use the following URI --><>
<!-- <binding.ejb uri="corbaname:iiop:1.2@localhost:1050#AddServiceBean" />--><binding>
<binding.ejb uri="hello-addservice/AddServiceBean/calculator.AddService" /></reference></component><>
</reference>
</component>
</composite>