Worklight v5.0.5 > Develop Worklight applications > Develop the server side of an Worklight applicationWorklight Studio features
Auto-complete
The auto-complete feature offers a list of possible values for attribute values. In the example below, the JavaScript Editor displays a list of values for the possible field types of a record field.
Adapter validation
Worklight Studio provides adapter validation on three levels:
Schema The XML Editor validates the XML file as well-formed and conforming to the rules defined in the validating schema. Logical (XML) Based on Worklight adapter constraints. For example, with JavaScript procedures, field mapping is not permitted. XML/JavaScript Verifies declared procedures have a corresponding procedure in the adapter JavaScript file, along with the appropriate signature (input parameters and return values).
Quick fix
The Worklight Studio provides Quick Fix options for adapter configuration errors.
Whenever an error is detected, the error console displays the offending code.
To activate the Quick Fix window, use either...
- Right-click the error in the console and select Quick Fix
- Ctrl+1
Quick Fix options for adapter configuration problems...
Quick Fix option for missing JavaScript functions...
Worklight Studio creates the missing function in the corresponding JavaScript file (also creating the file if one does not exist).
Parent Develop the server side of an Worklight application