Hi All,

I am trying to determine what the concrete steps are likely to be when using
the EJB binding to publish an SCA services as an SLSB.

>From looking at the documentation available it looks like it is necessary to
define a service declaration

<service name="JobBank">
   <interface.java interface="com.app.jobbank.JobBankService"/>
   <binding.ejb location="corbaname:rir:host:port#ejb/JobBankServiceHome"
      homeInterface="com.app.jobbank.JobBankServiceHome"
      ejb-link-name="jobbankEJB.jar#JobBankComponent"/>
</service>

And that the SCA interface can be treated as the business interface.

But is it necessary to define:

1.      The home interface manually or is this done by the binding 
implementation
and if so when – at deployment time – via a tool etc.
2.      the business interface – ditto 1.
3.      The implementation bean – is this a wrapping for the SCA component?

Regards,

John


Dr. John Hunt


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to