Apache Jelly in Javascript
Current Version : 0.2
Jello is Apache Jelly written in Javascript.
People who are new to Service Now can start using Jello for creating UI Pages/UI macros, without knowing the language of Apache Jelly, just it's concepts. Like phase one and two(and many more).
It uses Esprima for parsing Javascript which outputs an AST.
- Supports both Phase one and Phase two.
- Error handling - If there is an error in the Javascript written, it outputs the error at the bottom of the page.
- Support for Control Structures
If-else
andWhile
(For
andSwitch
in development)
- Add support for Control Strucutres like
Switch
. - Editor in Service Now instance(now hosted on Heroku, and available as a .zip)
- Add feature to include UI Macros too by using
g:call
. - Add feature to write Processing Scripts and other scripts for UI pages/macros.
- Add test cases using Travis-Ci and/or other tools.
You can find the demo at : http://jello-editor.herokuapp.com/examples.htm
You can find the distraction free editor at : http://jello-editor.herokuapp.com/
Docs can be found at : https://github.com/abhididdigi/Jello/blob/master/docs.md