{"id":20305983,"url":"https://github.com/prmr/designbook","last_synced_at":"2025-04-13T02:14:37.521Z","repository":{"id":36913100,"uuid":"173782146","full_name":"prmr/DesignBook","owner":"prmr","description":"Companion repository for the book \"Introduction to Software Design with Java\"","archived":false,"fork":false,"pushed_at":"2025-02-04T19:38:14.000Z","size":887,"stargazers_count":131,"open_issues_count":0,"forks_count":153,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-04T04:11:11.339Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/prmr.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":"2019-03-04T16:35:26.000Z","updated_at":"2025-03-15T11:27:17.000Z","dependencies_parsed_at":"2023-01-17T07:10:39.381Z","dependency_job_id":"b377f339-6587-423b-a2eb-bae4acac5838","html_url":"https://github.com/prmr/DesignBook","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prmr%2FDesignBook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prmr%2FDesignBook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prmr%2FDesignBook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prmr%2FDesignBook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prmr","download_url":"https://codeload.github.com/prmr/DesignBook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248654095,"owners_count":21140236,"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-14T17:11:07.311Z","updated_at":"2025-04-13T02:14:37.496Z","avatar_url":"https://github.com/prmr.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction to Software Design with Java\n\nCompanion web site for the book [\"Introduction to Software Design with Java\"](https://www.springer.com/gp/book/9783030240936) by Martin P. Robillard, Springer 2019 and its [second edition](https://link.springer.com/book/10.1007/978-3-030-97899-0), 2022. \n\n**NEW!** You can now view all the chapter code samples with additional _on-demand documentation_ accessible directly from the code. Check out the [CodeSample.info website](https://codesample.info).\n\n## Errata\n\nCheck the Errata for clarifications and corrections. If you spot a problem that is not listed, please check the [issues](https://github.com/prmr/DesignBook/issues) and open a new one if the problem has not yet been reported.\n\n* [Errata for the First Edition](errata-e1.md);\n* [Errata for the Second Edition](errata-e2.md);\n\n## Source Code\n\nThere are three source folders on this site:\n\n* `chapter-code` The complete and commented version of the code samples for the first edition of the book;\n* `chapter-code-2ndEdition` The complete and commented version of the code samples for the second edition of the book.\n* `solutions-code` The complete version of the code file for selected exercises. The code files are referenced from the appropriate solutions pages.\n\nAlthough you can browse the code on GitHub, the recommended way to peruse the code samples is to [clone the repository](https://www.git-scm.com/docs/git-clone). The repository includes the configurations files necessary to build the code automatically in [Eclipse](https://www.eclipse.org/). However, because some code relies on the JavaFX library, you also need to:\n1. Download the [JavaFX SDK](https://gluonhq.com/products/javafx/) and unzip it to a desired location;\n2. Create a new User Library under `Eclipse -\u003e Window -\u003e Preferences -\u003e Java -\u003e Build Path -\u003e User Libraries -\u003e New`\n3. Name it `JavaFX` and include the jars under the `lib` folder from your unzipped JavaFX download location.\n\n## Practice Exercises\n\nThe exercises are meant to be completed in order, after studying each chapter. Exercises tagged with a star (:star:) are challenging and those tagged with a magnifying glass (:mag:) are based on the exploration of the sample applications. \n\n|Chapter|Exercises|Solutions|\n|---|---|---|\n|1|[Exercises](exercises/e-chapter1.md)|[Solutions](solutions/s-chapter1.md)\n|2|[Exercises](exercises/e-chapter2.md)|[Solutions](solutions/s-chapter2.md)\n|3|[Exercises](exercises/e-chapter3.md)|[Solutions](solutions/s-chapter3.md)\n|4|[Exercises](exercises/e-chapter4.md)|[Solutions](solutions/s-chapter4.md)\n|5|[Exercises](exercises/e-chapter5.md)|[Solutions](solutions/s-chapter5.md)\n|6|[Exercises](exercises/e-chapter6.md)|[Solutions](solutions/s-chapter6.md)\n|7|[Exercises](exercises/e-chapter7.md)|[Solutions](solutions/s-chapter7.md)\n|8|[Exercises](exercises/e-chapter8.md)|[Solutions](solutions/s-chapter8.md)\n|9|[Exercises](exercises/e-chapter9.md)|[Solutions](solutions/s-chapter9.md)\n\n## Acknowledgements\n\nThanks to [Samuel Beaubien](https://github.com/samuelbeaubien), [Hüdanur Çelik](https://github.com/hudanurk), [Neil Ernst](https://github.com/neilernst), [Benjamin Lee](https://github.com/UnHumbleBen), [Christian Joudrey](https://github.com/cjoudrey), and [joshuamanascu](https://github.com/joshuamanascu) for flagging errors via this site.\n\nA special thanks to the software design educators who have adopted the book to support their teaching. \n*To be included in the list, please fill in [this form](https://forms.office.com/r/jjagth5cDk)*.\n\n|Name|Institution|Course|\n|---|---|---|\n|[Jin Guo](http://jguo-web.com)|McGill University|Software Design|\n|[Neil Ernst](http://neilernst.net)|University of Victoria|Object-Oriented Design|\n|[Kostadin Damevski](http://damevski.github.io)|Virginia Commonwealth University|Software Engineering: Design and Implementation|\n|[Mattia Monga](https://homes.di.unimi.it/monga)|Universit\u0026agrave; Degli Studi Di Milano|Computer Programming II|\n|[Carlo Nicola Maria Bellettini](https://www.unimi.it/it/ugov/person/carlo-bellettini)|Universit\u0026agrave; Degli Studi Di Milano|Computer Programming II|\n|[Alberto Bacchelli](https://www.ifi.uzh.ch/en/zest/team/bacchelli.html)|University of Zurich|Software Construction|\n|[Gerardo Canfora](http://www.gerardocanfora.net/)|University of Sannio|Software Engineering|\n|[Ivano Malavolta](https://www.ivanomalavolta.com)|Vrije Universiteit Amsterdam|Software Design|\n\n\n## License\n\n\u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by-nc-nd/4.0/\"\u003e\u003cimg alt=\"Creative Commons License\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png\" /\u003e\u003c/a\u003e\n\nUnless otherwise noted, the content of this repository is licensed under a \u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by-nc-nd/4.0/\"\u003eCreative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License\u003c/a\u003e. \n\nCopyright Martin P. Robillard 2019-2025\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprmr%2Fdesignbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprmr%2Fdesignbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprmr%2Fdesignbook/lists"}