Eclipse Dirigible™ API
Eclipse Dirigible™ API Portal provides the most recent information about the Enterprise JavaScript API availability, versions and status.
Hello World
- Create new project:
hello-world
- Create new file:
hello-world.mjs
- Copy and paste the sample code.
- Save the changes.
- See the result in the
Preview
tab.import { response } from "sdk/http"; response.println("Hello World!");
Next Steps
Explore some of the following core APIs: