{"id":30641841,"url":"https://eclipse-ee4j.github.io/jakartaee-tutorial","last_synced_at":"2025-08-31T02:03:03.498Z","repository":{"id":43253134,"uuid":"167942570","full_name":"eclipse-ee4j/jakartaee-tutorial","owner":"eclipse-ee4j","description":"Jakarta EE Tutorial","archived":true,"fork":false,"pushed_at":"2024-05-10T09:46:36.000Z","size":10510,"stargazers_count":97,"open_issues_count":38,"forks_count":75,"subscribers_count":36,"default_branch":"master","last_synced_at":"2025-08-18T02:03:16.977Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://eclipse-ee4j.github.io/jakartaee-tutorial","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eclipse-ee4j.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2019-01-28T10:23:14.000Z","updated_at":"2025-07-30T06:45:35.000Z","dependencies_parsed_at":"2024-07-30T11:02:06.712Z","dependency_job_id":"d5066aa2-c1a7-439b-aa2f-94fa8175fd97","html_url":"https://github.com/eclipse-ee4j/jakartaee-tutorial","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/eclipse-ee4j/jakartaee-tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-ee4j%2Fjakartaee-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-ee4j%2Fjakartaee-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-ee4j%2Fjakartaee-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-ee4j%2Fjakartaee-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eclipse-ee4j","download_url":"https://codeload.github.com/eclipse-ee4j/jakartaee-tutorial/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-ee4j%2Fjakartaee-tutorial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272930013,"owners_count":25017058,"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-08-31T02:00:09.071Z","response_time":79,"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-08-31T02:01:46.245Z","updated_at":"2025-08-31T02:03:03.489Z","avatar_url":"https://github.com/eclipse-ee4j.png","language":"Ruby","funding_links":[],"categories":["Jakarta EE 8(The next generation of Java EE)"],"sub_categories":[],"readme":"### Note: This repository is no longer maintained and the project is now moved. To refer to the new project, follow this link: [Jakarta EE Tutorial](https://github.com/jakartaee/jakartaee-tutorial)\n# Jakarta EE Tutorial\n\n![ build](https://github.com/eclipse-ee4j/jakartaee-tutorial/workflows/build/badge.svg)\n\nThis repository contains the source files that are used to build the\n_Jakarta Enterprise Edition (Jakarta EE) Tutorial_. The source files\nare authored in [AsciiDoc](http://asciidoc.org/).  AsciiDoc is similar\nto markdown but is particularly suited for user documentation.  \n\nNote that the Jakarta EE Tutorial code examples are located in a\nseparate repository\n[eclipse-ee4j/jakartaee-tutorial-examples](https://github.com/eclipse-ee4j/jakartaee-tutorial-examples).\n\n## Contributing\nThe easiest way to contribute is by opening an issue in this project\nthat contains feedback and review comments.\n\nThe Jakarta EE Tutorial project is also open for contributions and your\nhelp is greatly appreciated. If you have an idea for the tutorial and\nwant to add a section or update an existing section, then review the\nfollowing links:\n\n* [Contribute](CONTRIBUTING.md)\n* [Pull Request Acceptance Workflow](src/main/jbake/assets/pr_doc_workflow.md)\n* [License](LICENSE.md)\n\n## Building the Jakarta EE Tutorial\n\nThe following directions explain how to do local builds of the\ntutorial. Note that any changes that are pushed to the master branch\nautomatically trigger a build of the site files and tutorial sources.\nThe results are automatically pushed to the gh-pages branch. You can\nview the published site\n[here](https://eclipse-ee4j.github.io/jakartaee-tutorial).\n\n### Pre-Requisites\n\n- Maven\n- JDK8+\n\nNote that manually deploying the site requires password-less\nauthentication. This is done by exporting your SSH public key into your\nGitHub account.\n\n### Build the Site Locally\n\nThe site is generated under `target/staging`. Open\n`file:///PATH_TO_PROJECT_DIR/target/staging` in a browser to view the\noutput.\n\n```\nmvn generate-resources\n```\n\n\n### Deploy the Site to Github Pages\n\nIf you want to manually push a build to the gh-pages branch, use:\n\n```\nmvn deploy -Ppublish-site\n```\nNever commit changes to the *gh-pages* branch directly.\n\n### Produce a Zip File for Download\n\nTo produce a zip file containing the generated HTML files, use:\n\n```\nmvn package\n```\n\nWhen making a release on GitHub, this zip file should be added to the release.\n\n## Links\n\n- [Asciidoctor Maven Plugin](https://asciidoctor.org/docs/asciidoctor-maven-plugin/)\n\n- [AsciiDoc User Guide](http://asciidoc.org/userguide.html)\n\n- [Asciidoctor quick reference](http://asciidoctor.org/docs/asciidoc-syntax-quick-reference)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/eclipse-ee4j.github.io%2Fjakartaee-tutorial","html_url":"https://awesome.ecosyste.ms/projects/eclipse-ee4j.github.io%2Fjakartaee-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/eclipse-ee4j.github.io%2Fjakartaee-tutorial/lists"}