Home
Categories
Dictionary
Glossary
Download
Project Details
Changes Log
What Links Here
FAQ
License

Application library


    1  Content
    2  Examples
    3  See also

The deployment element declares the Jar files which contain the Java code for an application.

The deployment is not necessary if the application do not contain any Java module.

Content

The Jar files contain the code for the Java modules defined in the application. There are two types of jar files:
  • Regular Jar files containing classes used for the implementation
  • Jar files defining an autodescripted module which can be instanciated in the Java modules

Examples

      <deployment>
         <lib url="aircraft.jar" />
      </deployment>
      <deployment>
         <lib url="aircraft.jar" />
         <lib url="displays.jar" />
      </deployment>

See also


Categories: concepts

Copyright 2017-2020 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence