Glide stack
Glide is an extensible Web 2.0 development platform written in Java that facilitates rapid development of forms-based workflow applications (work orders, trouble ticketing, and project management, for example).
| User interface and Java packages | Technologies used |
|---|---|
| User Interface (browser) |
|
| GlideServlet com.glide.ui com.glide.jelly |
Apache Jelly |
| Business Rules com.glide.script |
Mozilla Rhino |
| Persistence com.glide.db |
JDBC |
| Name | Attributes |
|---|---|
| GlideServlet |
The primary driver of Glide, and the only servlet in the system, is found in GlideServlet.java.
|
| Business Rules |
|
| Persistence |
|