forked from caarlos0-graveyard/java-best-practices
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pages.json
35 lines (35 loc) · 1.11 KB
/
pages.json
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
31
32
33
34
35
[
{
"section": "Basics",
"links": [
{ "name": "Syntax", "link": "#basics/syntax" },
{ "name": "Exceptions", "link": "#basics/exceptions" },
{ "name": "120c", "link": "#basics/120c" },
{ "name": "Whitespaces", "link": "#basics/whitespaces" },
{ "name": "Classes", "link": "#basics/classes" },
{ "name": "Methods", "link": "#basics/methods" },
{ "name": "Generics", "link": "#basics/generics" },
{ "name": "Other language basics", "link": "#basics/other-language-basics" }
]
}, {
"section": "Java EE",
"links": [
{ "name": "JPA", "link": "#jee/jpa" },
{
"section": "EJB",
"links": [
{ "name": "Stateless", "link": "#jee/ejb/stateless" },
{ "name": "Stateful", "link": "#jee/ejb/stateful" },
{ "name": "MessageDriven", "link": "#jee/ejb/mdb" },
{ "name": "CDI", "link": "#jee/ejb/cdi" }
]
}
]
}, {
"section": "Patterns",
"links": [
{ "name": "Design Patterns (GOF)", "link": "#patterns/gof" },
{ "name": "JEE Patterns", "link": "#patterns/jee" }
]
}
]