-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlistz.json
More file actions
30 lines (26 loc) · 948 Bytes
/
listz.json
File metadata and controls
30 lines (26 loc) · 948 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"version" : "1",
"name" : "Java Backend Frameworks",
"description" : "A collection of Java Backend Frameworks.",
"image" : "https://listz.github.io/listz-all/media/java.png",
"items" : [
{
"name" : "Spring Web MVC",
"description" : "The original Spring web framework built on the Servlet API.",
"image" : "https://listz.github.io/java-backend/media/spring.png",
"link" : "https://github.com/spring-projects/spring-framework/tree/master/spring-webmvc",
"tags" : [
"Spring", "servlet", "servlet-stack", "dispatcher", "rest", "elastic"
]
},
{
"name" : "Struts 2",
"description" : "A free, open-source, MVC framework for creating elegant, modern Java web applications.",
"image" : "https://listz.github.io/java-backend/media/struts.png",
"link" : "https://github.com/apache/struts",
"tags" : [
"Apache", "plugins", "rest"
]
}
]
}