<module id="com.mypackage" version="1.0.0">
<service-point id="SessionFacade" interface="com.mypackage.SessionFacade">
<invoke-factory service-id="hivemind.lib.EJBProxyFactory">
<construct
home-interface="com.mypackage.SessionFacadeHome"
jndi-name="ejb/com.mypackage/SessionFacadeHome"/>
</invoke-factory>
</service-point>
</module>



for the interested.

The client simply does a:

SessionFacade sf = (SessionFacade) registry.getService(SessionFacade.class);

to obtain the component interface now - clean and mean.

But still, I think HM would achive success [a lot earlier] if the documentation was better, providing a complete and common example - showing how all the parts relate.


David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com

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



Reply via email to