Questions related to deployment?

Certified Associate Developer

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?

    

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    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.

Reply
  • 0
    Certified Lead Developer

    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.

Children