Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 1.0.1

The E2E xUML Model Compiler transforms UML models into executable xUML services that can be deployed to E2E Bridge nodes. The compiled xUML service is a runtime and memory optimized representation of the information in the UML diagrams. During the compilation process, the Model Compiler produces repository files, which are size and performance optimized. It also creates the WSDL file describing the service in the Web Service Definition Language. All files are stored in a JAR file that can be loaded by the E2E xUML Runtime.

The Builder offers the following options for each xUML service:

  • compile (check the syntax and transform UML model to an executable xUML service)

    Note
    iconfalse

    Bridge 7.0.0-beta1 Since Bridge version 7, the E2E Compiler does not support the old component diagram anymore. In this case, refactor your service.

  • deploy (send the JAR file with the compiled xUML service to a Bridge via HTTP)
  • delete (remove the UML model (XMI file) in the Builder project)
  • edit (open the XMI file in MagicDraw to edit it)

...