{"id":20187773,"url":"https://github.com/humbertodias/java-eclipse-rap-demo","last_synced_at":"2025-10-09T04:44:46.588Z","repository":{"id":133698846,"uuid":"78461933","full_name":"humbertodias/java-eclipse-rap-demo","owner":"humbertodias","description":"Aplicación Java Web usando RAP (Remote Application Platform).","archived":false,"fork":false,"pushed_at":"2017-02-14T23:56:01.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-04T04:00:08.325Z","etag":null,"topics":["eclipse-rap"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/humbertodias.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"publiccode":null,"codemeta":null}},"created_at":"2017-01-09T19:37:03.000Z","updated_at":"2017-02-14T00:13:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"05834fc4-6bb9-4276-8158-0e9a98c7f7c0","html_url":"https://github.com/humbertodias/java-eclipse-rap-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/humbertodias/java-eclipse-rap-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humbertodias%2Fjava-eclipse-rap-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humbertodias%2Fjava-eclipse-rap-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humbertodias%2Fjava-eclipse-rap-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humbertodias%2Fjava-eclipse-rap-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/humbertodias","download_url":"https://codeload.github.com/humbertodias/java-eclipse-rap-demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humbertodias%2Fjava-eclipse-rap-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000709,"owners_count":26082921,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"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":["eclipse-rap"],"created_at":"2024-11-14T03:25:56.645Z","updated_at":"2025-10-09T04:44:46.561Z","avatar_url":"https://github.com/humbertodias.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Java EE con RAP\r\n\r\nAplicación Java Web usando RAP (Remote Application Platform).\r\n\r\n\r\n## Prerequisitos\r\n\r\n1. Maven 3+\r\n2. Java 8+\r\n\r\n## Como correr\r\n\r\n1. Clon\r\n\r\n\t```\r\n\tgit clone https://github.com/humbertodias/java-eclipse-rap-demo.git\r\n\t```\r\n\r\n2. Entrar en la carpeta\r\n\r\n\t```\r\n\tcd java-eclipse-rap-demo\r\n\t```\r\n\r\n3. Correr \r\n\t\r\n\t### http/1\r\n\t\r\n\t```\r\n\tmvn jetty:run -Djetty.http.port=9999\r\n\t```\r\n\t\r\n\tou\r\n\t\r\n\t### http/2\r\n\t\r\n\t```\r\n\tmvn -f pom.http2.xml jetty:run-forked\r\n\t```\r\n\t\r\n\t\r\n\t```\r\n\t[INFO] Started ServerConnector@715b886f{HTTP/1.1,[http/1.1]}{0.0.0.0:9999}\r\n\t[INFO] Started @25039ms\r\n\t[INFO] Started Jetty Server\r\n\t[INFO] Using Non-Native Java sun.nio.fs.PollingWatchService\r\n\t[WARNING] Quiet Time is too low for non-native WatchService [sun.nio.fs.PollingWatchService]: 1000 \u003c 5000 ms (defaulting to 5000 ms)\r\n\t```\r\n\t\r\n4. Por último, en su navegador\r\n\r\n\t### http/1\r\n\r\n\t[http://localhost:9999/demo](http://localhost:9999/demo)\r\n\r\n\t### http/2\r\n\r\n\t[https://localhost:8444/demo](https://localhost:8444/demo)\r\n\r\n\r\n# Salida\r\n\r\n![](doc/output.png)\r\n\r\n\r\n## Referencias\r\n\r\n1. [RAP Remote Application Platform](http://www.eclipse.org/rap/)\r\n2. [Jetty Maven Plugin](http://www.eclipse.org/jetty/documentation/current/jetty-maven-plugin.html)\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumbertodias%2Fjava-eclipse-rap-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhumbertodias%2Fjava-eclipse-rap-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumbertodias%2Fjava-eclipse-rap-demo/lists"}