{"id":25255841,"url":"https://github.com/dashorst/jaxrs-quickstart-resteasy","last_synced_at":"2026-07-11T12:31:21.566Z","repository":{"id":136752958,"uuid":"12111802","full_name":"dashorst/jaxrs-quickstart-resteasy","owner":"dashorst","description":"Quick start for JAX-RS projects using RestEasy and Jetty","archived":false,"fork":false,"pushed_at":"2013-09-23T16:07:37.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-25T05:38:03.677Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dashorst.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-14T15:07:36.000Z","updated_at":"2024-01-24T16:22:04.000Z","dependencies_parsed_at":"2023-04-13T21:32:33.429Z","dependency_job_id":null,"html_url":"https://github.com/dashorst/jaxrs-quickstart-resteasy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dashorst/jaxrs-quickstart-resteasy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashorst%2Fjaxrs-quickstart-resteasy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashorst%2Fjaxrs-quickstart-resteasy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashorst%2Fjaxrs-quickstart-resteasy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashorst%2Fjaxrs-quickstart-resteasy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dashorst","download_url":"https://codeload.github.com/dashorst/jaxrs-quickstart-resteasy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashorst%2Fjaxrs-quickstart-resteasy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35362871,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-11T02:00:05.354Z","response_time":104,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-02-12T05:59:54.243Z","updated_at":"2026-07-11T12:31:21.549Z","avatar_url":"https://github.com/dashorst.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"resteasy-quickstart\n===================\n\nThis is a base project to quickly test concepts for JAX-RS using\nResteasy and Jetty.\n\nIt contains a Start class that configures jetty correctly and has\nMaven configured such that RestEasy will automatically find your REST\nresources.\n\nGetting started\n---------------\n\nPerform a git clone of the repository and remove the git bits:\n\n    git clone https://github.com/dashorst/jaxrs-quickstart-resteasy.git\n    cd jaxrs-quickstart-resteasy\n    rm -rf .git\n\nNow you can import the project into your favorite IDE, use the Maven\nintegration to import the POM file.\n\nConfigured Resource\n-------------------\n\nThis project has one resource configured called `HelloResource`, and it\ncan be found in `src/main/java` in the package\n`com.martijndashorst.quickstarts.resteasy`.\n\nRunning the Project\n-------------------\n\nTo run the project use the `Start` class located in the `src/test/java`\nfolder. This will start the embedded Jetty container and make the REST\nresources available at port 8080 of localhost.\n\nYou can use for example your browser to retrieve the root resource:\n\n    http://localhost:8080\n\nThis should retrieve a plain text string:\n\n    Hello, World!\n\nIf run using the `curl` command you should expect the following output:\n\n    $ curl http://localhost:8080 --verbose\n    \u003e GET / HTTP/1.1\n    \u003e User-Agent: curl/7.24.0\n    \u003e Host: localhost:8080\n    \u003e Accept: */*\n    \u003e \n    \u003c HTTP/1.1 200 OK\n    \u003c Content-Type: text/plain\n    \u003c Content-Length: 13\n    \u003c Server: Jetty(8.1.12.v20130726)\n    \u003c \n    \u003c Hello, World!\n\nHave fun!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashorst%2Fjaxrs-quickstart-resteasy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdashorst%2Fjaxrs-quickstart-resteasy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashorst%2Fjaxrs-quickstart-resteasy/lists"}