1
0
-1

Hi Team, 

Any reference document to create bean shell code using IDE like IntelliJ, VS, Eclipse etc. Using default Joget IDE is quite time consuming and does not provide class details. 

If possible, to use IDE what are the supporting files we need in class path. 

Appreciate any suggestions on best practice. 

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, BeanShell is actually using the Java language so you can use any Java IDE to write the code. Personally, I write and test the Java code using my IDE before copying it into the BeanShell plugin configuration. By the way, BeanShell is meant for quick scripting. For best maintainability and performance, you should consider Developing Plugins instead.

        CommentAdd your comment...