|
13 | 13 |
|
14 | 14 | = Eclipse Jetty {page-version}
|
15 | 15 |
|
16 |
| -This section of the site contains the documentation for {page-component-title} {page-version}. |
| 16 | +This is the main documentation page for the Eclipse Jetty Project. |
| 17 | + |
| 18 | +Jetty provides a highly scalable and memory-efficient web server and Servlet container, supporting web protocols such as HTTP/1.1, HTTP/2, HTTP/3 and WebSocket. |
| 19 | +Furthermore, Jetty offers integrations with many other technologies, such as OSGi, JMX, JNDI, JAAS, CDI, etc. and with the relevant Jakarta EE technologies. |
| 20 | + |
| 21 | +Jetty is open source and are freely available for commercial use and distribution under either the link:https://www.eclipse.org/legal/epl-2.0/[Eclipse Public License v2] or the link:https://www.apache.org/licenses/LICENSE-2.0[Apache License v2]. |
| 22 | + |
| 23 | +Jetty can either be used as a standalone server to deploy web applications, or as a library that can be used in your code as a dependency. |
| 24 | + |
| 25 | +.Jetty Versions and Compatibilities |
| 26 | +[cols="1a,1a,1a,1a", options="header"] |
| 27 | +|=== |
| 28 | +| Jetty Version | Required Java Version | Jakarta EE Version | Status |
| 29 | +| Jetty 12.1.x | Java 17 | Jakarta EE11, EE10, EE9, EE8 | Development |
| 30 | + |
| 31 | +| Jetty 12.0.x | Java 17 | Jakarta EE10, EE9, EE8 | Stable |
| 32 | + |
| 33 | +| Jetty 11.0.x | Java 11 | Jakarta EE9 | EOL (see link:https://github.com/jetty/jetty.project/issues/10485[#10485]) |
| 34 | + |
| 35 | +| Jetty 10.0.x | Java 11 | Jakarta EE8 | EOL (see link:https://github.com/jetty/jetty.project/issues/10485[#10485]) |
| 36 | + |
| 37 | +| Jetty 9.4.x | Java 8 | Jakarta EE7 | EOL (see link:https://github.com/jetty/jetty.project/issues/7958[#7958]) |
| 38 | +|=== |
17 | 39 |
|
18 | 40 | == xref:operations-guide:index.adoc[]
|
19 | 41 |
|
20 |
| -The Eclipse Jetty Operations Guide targets sysops, devops, and developers who want to install Eclipse Jetty as a standalone server to deploy web applications. |
| 42 | +The Operations Guide targets sysops, devops, and developers who want to install Jetty as a standalone server to deploy web applications. |
21 | 43 |
|
22 | 44 | == xref:programming-guide:index.adoc[]
|
23 | 45 |
|
24 |
| -The Eclipse Jetty Programming Guide targets developers who want to use the Eclipse Jetty libraries in their applications, and advanced sysops/devops that want to customize the deployment of web applications. |
| 46 | +The Programming Guide targets developers who want to use the Jetty libraries in their applications, and advanced sysops/devops that want to customize the deployment of web applications. |
0 commit comments