summer-mvc
Version:
Structured, Light, Spring-like Web Application Development Framework
26 lines • 693 B
JSON
{
"application" : {
"controllers" : "/application/controllers",
"services" : "/application/services",
"views" : "/application/views"
},
"model_and_view" : "/application",
"core" : {
"dispatcher" : "/core/dispatcher",
"initializer" : "/core/initializer",
"https" : "/core/https"
},
"core-properties" : "/core-properties-dev",
"tools" : {
"common" : "/tools/common",
"connection" : "/tools/connection",
"db" : "/tools/db",
"error" : "/tools/error",
"file" : "/tools/file",
"log" : "/tools/log",
"exit" : "/tools/exit"
},
"tools-properties" : "/tools-properties-dev",
"tools-submodules" : "/tools-submodules-dev",
"logs" : "/__logs"
}