Hi All,
If a <service> element present for a component, could I neglect 'class'
attribute value of <implementation.java> element, for the composite diagram
purposes?
____________________________________________________________________________________
eg:
*
<component name="SubtractServiceComponent">
<implementation.java class="calculator.SubtractServiceImpl"/>
</component>
For this, I'll add a service to "SubtractServiceComponent", since there are
no 'service' elements.
*
<component name="Catalog">
<implementation.java class="services.FruitsCatalogImpl"/>
<property name="currencyCode">USD</property>
<service name="Catalog">
<t:binding.jsonrpc/>
</service>
<reference name="currencyConverter" target="CurrencyConverter"/>
</component>
For this "Catalog" component "Catalog" is the only service, that I'll be
added.
_________________________________________________________________________
Highly appreciate your thoughts!
Thanks.
--
Best Regards,
Nirmal
C.S.Nirmal J. Fernando
Department of Computer Science & Engineering,
Faculty of Engineering,
University of Moratuwa,
Sri Lanka.
Blog: http://nirmalfdo.blogspot.com/