{"id":18683279,"url":"https://github.com/jetty/jetty-examples","last_synced_at":"2026-02-28T05:02:20.287Z","repository":{"id":216573214,"uuid":"741544549","full_name":"jetty/jetty-examples","owner":"jetty","description":"Eclipse Jetty® - Examples","archived":false,"fork":false,"pushed_at":"2024-04-09T14:30:33.000Z","size":690,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"12.0.x","last_synced_at":"2024-04-09T17:06:28.525Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://eclipse.dev/jetty","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jetty.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-01-10T16:07:22.000Z","updated_at":"2024-04-15T13:40:48.283Z","dependencies_parsed_at":"2024-04-15T13:40:07.903Z","dependency_job_id":null,"html_url":"https://github.com/jetty/jetty-examples","commit_stats":null,"previous_names":["jetty/jetty-examples"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jetty%2Fjetty-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jetty%2Fjetty-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jetty%2Fjetty-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jetty%2Fjetty-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jetty","download_url":"https://codeload.github.com/jetty/jetty-examples/tar.gz/refs/heads/12.0.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246156029,"owners_count":20732359,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T10:14:11.799Z","updated_at":"2025-10-14T20:33:25.532Z","avatar_url":"https://github.com/jetty.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![jetty logo](https://raw.githubusercontent.com/jetty/jetty.project/jetty-12.0.x/logos/jetty-logo-200.png)\n\n[![12.0.x](https://github.com/jetty/jetty-examples/actions/workflows/ci.yml/badge.svg?branch-12.0.x)](https://github.com/jetty/jetty-examples/actions/workflows/ci.yml)\n\n# Eclipse Jetty® - Examples\n\nThis is a collection of examples of how to use various features\npresent in the Eclipse Jetty server and Eclipse Jetty client.\n\nThere are a few major categories of examples.\n\n## Embedded Examples\n\nUsing Embedded Jetty is extremely powerful way to include Jetty\nin your Java application using Code (instead of configuration) to\nsetup a Jetty server or Jetty client.\n\nHere you will see answers to common questions about how to \nintegrate various features of Jetty, and also how to enable features\nof 3rd party libraries within Jetty (such as JSP, REST, and CDI).\n\nSee [embedded/README.md][7] for a breakdown of embedded examples.\n\n## Standalone Examples\n\nThe Standalone examples present fully formed `${jetty.base}` directories\nthat can be used to understand how to configure the jetty module system\nand its various components to reach an end goal.\n\nSee [standalone/README.md][8] for a breakdown of standalone examples.\n\n## Webapp Examples\n\nA collection of various WAR files that can be used to demonstrate\nhow to use web and JVM features in Jetty.\n\nSee [webapps/README.md][9] for a breakdown of webapp examples.\n\n---\n\n### All Example Branches\n\n| Branch       | Min JDK | EE   | Servlet | Namespace         | Supported                               |\n|--------------|---------|------|---------|-------------------|-----------------------------------------|\n| [12.1.x][10] | 17      | EE11 | 6.1     | `jakarta.servlet` | Yes                                     |\n| [12.1.x][10] | 17      | EE10 | 6.0     | `jakarta.servlet` | Yes                                     |\n| [12.1.x][10] | 17      | EE9  | 5.0     | `jakarta.servlet` | Yes                                     |\n| [12.1.x][10] | 17      | EE8  | 4.0     | `javax.servlet`   | Yes                                     |\n| [12.0.x][6]  | 17      | EE10 | 6.0     | `jakarta.servlet` | Yes                                     |\n| [12.0.x][6]  | 17      | EE9  | 5.0     | `jakarta.servlet` | Yes                                     |\n| [12.0.x][6]  | 17      | EE8  | 4.0     | `javax.servlet`   | Yes                                     |\n| [11.0.x][1]  | 11      | EE9  | 5.0     | `jakarta.servlet` | No (as of January 2024) [See #10485][4] |\n| [10.0.x][2]  | 11      | EE8  | 4.0     | `javax.servlet`   | No (as of January 2024) [See #10485][4] |\n| [9.4.x][3]   | 8       | EE7  | 3.1     | `javax.servlet`   | No (as of June 2022) [See #7958][5]     |\n\n[1]: https://github.com/jetty/jetty-examples/tree/11.0.x\n[2]: https://github.com/jetty/jetty-examples/tree/10.0.x\n[3]: https://github.com/jetty/jetty-examples/tree/9.4.x\n[4]: https://github.com/jetty/jetty.project/issues/10485\n[5]: https://github.com/jetty/jetty.project/issues/7958\n[6]: https://github.com/jetty/jetty-examples/tree/12.0.x\n[7]: embedded/README.md\n[8]: standalone/README.md\n[9]: webapps/README.md\n[10]: https://github.com/jetty/jetty-examples/tree/12.1.x","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjetty%2Fjetty-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjetty%2Fjetty-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjetty%2Fjetty-examples/lists"}