Code Playground
The Code Playground is a code editor for testing your Java code. Code is compiled automatically and results are displayed in your browser. There is a PLAYGROUND (non-edit) mode, and an edit mode for modifying and creating classes.
You can return a class and view its members in the Result pane. For example, returning the Record
class shows the class fields and methods.
You can test your classes and call Dari APIs. For example, the following code creates multiple objects of the ToolUser
class and calls the Dari Query
API to return the JSON results.
You can edit existing classes or create new classes in a project. For a project running locally, saved changes are made to the source.
To modify an existing class, open the drop-down menu and select a class. Brightspot loads the class in the Code Playground.
To create a new class, open the drop-down menu and select New Class in the appropriate package.