Allow modeling of nested hierarchy in URLs for WebDSL app.

Perhaps through a notion of nested pages.


define page course(c: Course) {

define page assignment(a: Assignment) {

}
}

URL: course/ti1220/assignment/33

would dispatch to assignment 33 in the context of course ti1220

It would also be attractive to be able to model recursive nesting.

Submitted by Eelco Visser on 26 January 2012 at 15:17

Log in to post comments