You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.adoc
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Style guidelines:
23
23
24
24
== Introduction
25
25
26
-
Jooby is a modern, performant and easy to use web framework for Java and Kotlin built on top of your favorite web server.
26
+
Jooby is a modern, performant and easy to use web framework for Java and Kotlin built on top of your favorite web server.
27
27
28
28
.Welcome!!
29
29
[source,java,role="primary"]
@@ -62,12 +62,11 @@ fun main(args: Array<String>) {
62
62
63
63
[IMPORTANT]
64
64
====
65
-
There is no stable release yet for `2.0.0`. API may change between `alpha/beta` releases without
66
-
warning.
65
+
There is no stable release yet for `2.0.0`. API may change between milestone releases without warning.
67
66
68
67
This is a **work-in-progress** document and contains documentation and examples of what is ready to use. If it is not documented here, it is not implemented.
69
68
70
-
Not ready to play yet? Try https://jooby.org[Jooby 1.x]
69
+
Not ready yet? Try https://jooby.org[Jooby 1.x]
71
70
72
71
Thank you {love}
73
72
====
@@ -77,14 +76,13 @@ Thank you {love}
77
76
Jooby is a modular micro framework. At the core level:
78
77
79
78
- Reflection and annotation free
80
-
- No dependency injection
81
79
- Only HTTP Routing
82
80
- Multi Server: link:server/jetty.html[Jetty], link:server/netty.html[Netty], link:server/undertow.html[Undertow]
83
81
84
82
Now, if you need more... Jooby don't leave you alone:
85
83
86
84
- MVC programming model (subset of https://github.com/jax-rs[JAX-RS])
0 commit comments