Hi everyone, I am using the Merlin container and would like to know how can I run an application that has several jar files in Merlin. I have tried the examples that come with the distribution of Merlin, in particular those that deal with services. I am able to run the random generator example by defining all components inside the same block and packaging all resources in one jar file.
I want to separate the service provider resources in one jar file (random generator interface, component that implements the interface, type descriptors, etc...), say random.jar, and the service consumer resources (hello component, etc...) in another jar file, say hello.jar. Can this be done? How? Thank you. Roberto Ju�rez Maldonado Analyst Programmer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
