Resource Factory > Application

Resource Factory (f.k.a Resource Center) > Application

 

Wizard StepStep Short Description (SSD)Step Long Description (SLD)Step Fields LabelsField Validation
1General InformationSpecifies the name of the application and also uploads artifacts
  • Name (Text Box)
  • Tags (Tag Widget)
  • Application JAR (Upload Area)
    • Drag and Drop
    • Choose File
  • Name (Required)
    • Max Length : 64
    • No special characters, only _ (underscore)
    • UTF8
  • Tags
  • Application JAR (Required)
    • Extension should be .jar|.JAR
2PreferencesSpecify preferences to applied at this Application level
  • <Name, Value>[,<Name, Value>]+ - A Key value pair. (Key / Value Component)
  • Name
    • Max Length : 32
  • Value
    • Max Length : 512

i18n YAML File

Resource-Factory:
  Application:
     Step1:
       ssd-label: "General Information"
       sld-desc:  "Specifies the name of the application and also uploads artifacts"
       name-label: "Name"
       name-placeholder: "Name of the application you would like to have"
       tags-label: "Add Tags"
       tags-placeholder: "Tags:"
       app-jar-label: "Application JAR"
       app-jar-placeholder: "Drag and Drop Application JAR or Choose Application JAR"
    Step2:
       ssd-label: "Preferences"
       sld-label: "Specify preferences to applied at the Application level"
       name-label: "Name"
       name-placeholder: "Preference name"
       value-label: "Value"
       value-placeholder: "Preference value"
    Status:
       creation-error-desc: "Failed to upload the Application JAR"
       creation-success-desc: "Successfully uploaded Application JAR and created Application '%s'"