Modules: org/da/protoframework/tacticalenv/resources/application.xml Types: org/da/protoframework/tacticalenv/resources/types.xml Services: org/da/protoframework/tacticalenv/resources/services.xmlWith the following specification for the
application.xml
applications configuration:<application name="publishAppli"> <modules> <module name="PublishModule" > <implementation path="org.da.samples.protoframework.publish.PublishModule" > <initEntryPoint method="init" /> <defaultReceiveEntryPoint method="subscribe" /> </implementation> <interfaces> <eventReceived service="event1"/> <eventSend service="event2"/> </interfaces> </module> </modules> </application>If the autodescripted module is defined in the
MyModule.jar
file, we can use this autodescripted module in the following instance:<application name="MyAppli"> <deployment> <lib url="MyModule.jar" /> </deployment> </application>
<applications> <application name="tacticalenv"> <deployment> <lib url="tacticalEnv.jar" /> <lib url="tacticalEnvModel.jar" /> </deployment> </application> </applications>
Copyright 2017-2020 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence