{"id":28506676,"url":"https://github.com/temporalio/edu-101-java-code","last_synced_at":"2025-07-05T03:31:16.334Z","repository":{"id":163565744,"uuid":"612325720","full_name":"temporalio/edu-101-java-code","owner":"temporalio","description":"Code Exercises for Temporal 101 in java","archived":false,"fork":false,"pushed_at":"2025-06-17T04:13:30.000Z","size":31060,"stargazers_count":11,"open_issues_count":4,"forks_count":33,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-06-27T19:44:23.562Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/temporalio.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-10T17:32:53.000Z","updated_at":"2025-06-23T18:05:58.000Z","dependencies_parsed_at":"2024-10-28T20:35:54.548Z","dependency_job_id":null,"html_url":"https://github.com/temporalio/edu-101-java-code","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/temporalio/edu-101-java-code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Fedu-101-java-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Fedu-101-java-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Fedu-101-java-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Fedu-101-java-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/temporalio","download_url":"https://codeload.github.com/temporalio/edu-101-java-code/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Fedu-101-java-code/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263675438,"owners_count":23494615,"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":"2025-06-08T20:06:09.440Z","updated_at":"2025-07-05T03:31:16.328Z","avatar_url":"https://github.com/temporalio.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Code Repository for Temporal 101 (Java)\n\nIt's important to remember that the example code used in this course was designed to support learning a specific aspect of Temporal, not to serve as a ready-to-use template for implementing a production system.\n\nFor the exercises, make sure to run `temporal server start-dev --ui-port 8080 --db-filename clusterdata.db` in one terminal to start the Temporal server. For more details on this command, please refer to the `Setting up a Local Development Environment` chapter in the course. Note: If you're using the Codespaces environment to run this exercise, you can skip this step.\n\n## Hands-On Exercises\n\n| Directory Name                | Exercise                                            |\n| :---------------------------- | :-------------------------------------------------- |\n| `exercises/hello-workflow`    | [Exercise 1](exercises/hello-workflow/README.md)    |\n| `exercises/hello-web-ui`      | [Exercise 2](exercises/hello-web-ui/README.md)      |\n| `exercises/farewell-workflow` | [Exercise 3](exercises/farewell-workflow/README.md) |\n| `exercises/finale-workflow`   | [Exercise 4](exercises/finale-workflow/README.md)   |\n\n## GitPod Environment Shortcuts\n\nIf you are executing the exercises in the provided GitPod environment, you\ncan take advantage of certain aliases to aid in navigation.\n\n| Command | Action                                  |\n| :------ | :-------------------------------------- |\n| `ex1`   | Change to Exercise 1 Practice Directory |\n| `ex1s`  | Change to Exercise 1 Solution Directory |\n| `ex2`   | Change to Exercise 2 Practice Directory |\n| `ex2s`  | Change to Exercise 2 Solution Directory |\n| `ex3`   | Change to Exercise 3 Practice Directory |\n| `ex3s`  | Change to Exercise 3 Solution Directory |\n| `ex4`   | Change to Exercise 4 Practice Directory |\n| `ex4s`  | Change to Exercise 4 Solution Directory |\n\n## Instructor-Led Demonstrations\n\n| Directory Name           | Description                                                         |\n| :----------------------- | :------------------------------------------------------------------ |\n| `demos/service-workflow` | [Shows a Workflow that uses a microservice](demos/service-workflow) |\n\n## Examples for Self-Study\n\n| Directory Name         | Description                                                                                      |\n| :--------------------- | :----------------------------------------------------------------------------------------------- |\n| `samples/greeting`     | [The Java Interface and Implementation with business logic for first Workflow](samples/greeting) |\n| `samples/retry-policy` | [Example of a Workflow that has a custom Retry Policy](samples/retry-policy)                     |\n\n## Reference\n\nThe following links provide additional information that you may find helpful as you work through this course.\n\n- [General Temporal Documentation](https://docs.temporal.io/)\n- [Temporal Java SDK Documentation](https://www.javadoc.io/doc/io.temporal/temporal-sdk/latest/index.html)\n- [Java Language Documentation](https://docs.oracle.com/en/java/)\n\n## Exercise Environment for this Course\n\nYou can launch an exercise environment for this course using GitHub Codespaces by \nfollowing [this](codespaces.md) walkthrough.\n\nAlternatively, you can follow\n[these instructions](https://learn.temporal.io/getting_started/java/dev_environment/) to\nset up your own Temporal Cluster with Temporal CLI, which you can use as an\nexercise environment.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftemporalio%2Fedu-101-java-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftemporalio%2Fedu-101-java-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftemporalio%2Fedu-101-java-code/lists"}