cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
Custom Application Development with the JMP® Application Builder

 Custom Application Development with the JMP® Application Builder

Dan Schikore, PhD, Software Developer, JMP

The JMP Scripting Language (JSL) is a rich language for automating, customizing and extending JMP. The JMP Application Builder is a new drag-and-drop environment for custom application development in JMP. Reports, display boxes and data filters can be arranged for display in multiple windows without requiring any scripting. Applications are broken down into modules, which operate in private namespaces to avoid outside interactions. For more complex applications, JSL can be added to the Application and each Module to customize the behavior. The JMP Application Builder is integrated with the new JSL Debugger and supports deployment of applications through add-ins, files, data tables and scripting. In this talk, I will demonstrate the development of a custom application, from creation and debugging through deployment of the completed application.