Multiple choice technology

In order to use a value editor for business rules in rule studio, you must develop this editor in;

  1. javascript

  2. SWT

  3. .Net

  4. swing

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Value editors for business rules in Rule Studio must be developed using Java Swing, as Rule Studio is built on the Eclipse platform which uses SWT but custom editors require Swing components. The editor framework in Rule Studio expects Swing-based UI components for value editing. JavaScript and .Net are not supported for this purpose.