Jump to content
  • Customizing the Case Management Accelerator in live edit mode using RADJAD


    Sucheta S

    When customizing app dev applications like the Case Management Accelerator - it is best to use live editing mode to change files. This allows you to use external tools like eclipse to edit your HTML and JS code. This also avoids the need to deploy the app to the app dev console until you are ready to test externally.

    To use RADJAD to edit the Case Manager App do the following:

    1. You need to be on the same machine as the BPM engine - normally you would use the BPM Developer Installation on your laptop
    2. Extract the product CaseManagementApp.app.zip from edelivery.tibco.com to a folder on your machine - example: c:\myapps
    3. Extract CaseManager.app.zip to c:\myapps
    4. Rename the CaseManager.app folder created to CaseManager
    5. Login to Rad/Jad portal using your browser: http://localhost:8080/apps (this will create the active bpm session in the browser required to use Rad/Jad)
    6. Now to access your app, open a new tab, and use this "Rad/Jad" URL:
     http://localhost:8080/apps/CaseManager/index.html?bpm_app_rad_enable=true&bpm_app_rad_artifacts_url=file:///c:/myapps

     

    In effect, Rad/Jad is now using your local source copy of the app, rather than pulling it from the BPM repository. You can now literally edit files live in c:\myapps\CaseManager and just refresh the browser to see changes.

    Note that any dependencies you reference must also be extracted to the c:\myapps folder - appdev will assume everything is in that folder. Using RADJAD 
    will
     save lots of time when creating/editing appdev apps. To turn off radjad just use ?bpm_app_rad_enable=false on the URL. It only effects your browser session, so restarting the browser will also turn off radjad.

    Remark: If you get problems to be sure to check the browser console - if it can't find a file under c:\myapps you will likely see an error in the console

    Hints: If you're not using 'tibco-admin' for Rad/Jad - the user needs the Edit Application System action. You can get this by

    • configuring the org model to give the user this (normally via privilege assignment from group/position membership) more Details here 

      editapp.png.e522672782c8afdd97e38115051721b7.png

       
    • or just add the user to the Org Model (v0) System Administrator group

    User Feedback

    Recommended Comments

    There are no comments to display.



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...