Skip to main content
June 1, 2021
Question

Questions related to deployment?

  • June 1, 2021
  • 2 replies
  • 0 views

Questions related to deployment?

1. When deploying, is it right to deliver all source (interface, rule) files publicly?
    If all source files are publicly delivered, won't the operation side also be able to access and make development changes?

2. In the case of JAVA, the source is converted to a JAR file through the compilation process and the inside cannot be seen.
    What should I do if I want this result?

3. If all sources are opened after deployment, how do I set up security for it?

    

    2 replies

    stefanhelzle0001
    Brainy
    June 1, 2021

    1. If they have access to the designer and admin/editor permissions on applications objects, yes.

    2. Do Java! Not deploying source code is a huge benefit of Appian as it allows Appian to change the platform under the hood and keep applications working. Ever tried to replace your front-end library stack in java? With Appian in 2015 I did not notice.

    3. Assign appropriate security on all application objects.

    June 8, 2021

    Thank you for your reply.