java-patterns

πŸ† Java4You Design patterns

https://github.com/alexrogalskiy/java-patterns

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • βœ“
    CITATION.cff file
    Found CITATION.cff file
  • βœ“
    codemeta.json file
    Found codemeta.json file
  • βœ“
    .zenodo.json file
    Found .zenodo.json file
  • β—‹
    DOI references
  • βœ“
    Academic publication links
    Links to: zenodo.org
  • β—‹
    Academic email domains
  • β—‹
    Institutional organization owner
  • β—‹
    JOSS paper metadata
  • β—‹
    Scientific vocabulary similarity
    Low similarity (4.9%) to scientific vocabulary

Keywords

ebook java java-development patterns patterns-design
Last synced: 4 months ago · JSON representation ·

Repository

πŸ† Java4You Design patterns

Basic Info
Statistics
  • Stars: 12
  • Watchers: 2
  • Forks: 5
  • Open Issues: 228
  • Releases: 10
Topics
ebook java java-development patterns patterns-design
Created almost 5 years ago · Last pushed 4 months ago
Metadata Files
Readme Changelog Contributing Funding License Citation Codeowners Security Support Authors Zenodo Dco Cla

README.md

Java Design Patterns

Java Design patterns

Nullable labs Java patterns Java patterns Java patterns Gitee Java patterns Codacy Github stars

GitHub tag (latest by date) GitHub Release Date Lines of code GitHub closed issues GitHub closed pull requests GitHub repo size GitHub last commit GitHub GitHub language count GitHub search hit counter GitHub Repository branches GitHub Repository dependents

GitHub version Gitpod ready-to-code first-timers-only Friendly Open Source Helpers The Changelog Discuss Sourcegraph DOI FOSSA Status Renovatebot Dependabot NewReleases Stack Overflow Reddit Hashnode Hits-of-Code Maintainability ComVer GitHub Super-Linter Documentation Status NetflixOSS Lifecycle CI first-timers-only

🎹 Table of contents

(back to top)

☝ Summary

Java Project Status: Active – The project has reached a stable, usable state and is being actively developed. Project created status Project updated status

Java Design Patterns is intended to provide various use case scenarios and architectural concepts on prototyping adaptive applications.

text mkdocs.yml # Configuration file. docs/ readme.md # General information summary.md # Table of contents units/ design-patterns.md # Design patterns and architectural concepts scenarios.md # Scenarios in practice use-cases.md # Typical use cases user-guide/ changelog.md # Changelog page code_of_conduct.md # Code of conduct page code_owners.md # Code owners page dependency.md # Dependency page description.md # Description page faq.md # FAQ page getting-started.md # Getting started page troubleshooting.md # Troubleshooting page upgrade.md # Upgrade page reporting/ info.md # Informational page issue_template.md # Issue template page bug_report.md # Bug report template custom_report.md # Custom report template feature_request_template.md # Feature request template pull_request_template.md # Pull request template contributing/ info.md # Contributing page links/ info.md # Links page

(back to top)

πŸ“ Documentation

The Website documentation is provided by gitbook and can be discovered at url:

Java Patterns

To enable documentation serving at localhost you can run the following script

shell script ./scripts/build-docs.sh

otherwise, the next steps should be considered:

1) Install/upgrade pip command-line utility:

shell script pip install --upgrade pip

or if you need to install pip for the first time:

shell script wget --no-check-certificate https://bootstrap.pypa.io/get-pip.py python get-pip.py

2) Install the mkdocs package using pip:

shell script pip install mkdocs

or more conveniently for Windows subsystem:

shell script python -m pip install mkdocs --quiet

or via provided software package manager tool:

shell script brew install mkdocs # macOS sudo apt install mkdocs # Ubuntu sudo yum install mkdocs # CentOS/RHEL

3) Install the material theme for the website:

shell script python -m pip install mkdocs-material --quiet python -m pip install markdown-include --quiet ... (see requirements.txt) ...

4) Start a web server on your local machine at localhost, where you can see the entire website – with hot-reload when you save a change by running the following command:

shell script python -m mkdocs build --clean --config-file mkdocs.yml python -m mkdocs serve --verbose --dirtyreload

The site is served from the address specified in configuration file mkdocs.yml. The MkDocs default is localhost:8000, but the current configuration file sets it:

yaml dev_addr: '0.0.0.0:8000'

The --dirtyreload option limits rebuilds to the changed page, which means changes to mkdocs.yml are not reflected. If you change mkdocs.yml, stop and restart python -m mkdocs serve --verbose --dirtyreload.

5) Deploy to GitHub pages:

shell script python -m mkdocs --verbose gh-deploy --force --remote-branch gh-pages

5) Open up localhost in browser to get the default documentation homepage.

(back to top)

🧢 Kubernetes

Running k8s cluster with tilt command by acquiring k8s deployment configuration:

shell tilt up

Shutting down k8s cluster with provisioned resources removal:

shell tilt down --delete-namespaces

(back to top)

⏰ Statistics

Documentation PageSpeed result dashboard

(back to top)

πŸ“ Versioning

The project uses SemVer for versioning. For the versions available, see the tags on this repository.

(back to top)

🌹 Authors

Java Patterns is maintained by the following GitHub team-members:

  • Author

with community support please contact with us if you have some question or proposition.

(back to top)

πŸ’• Contributing

Contributors Display

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us (emoji key).

More on information on project contributions can be found at CHANGELOG.md.

This project follows the all-contributors specification. Contributions of any kind are welcome!

GitHub contributors

PRs Welcome Github contributors

See also the list of contributors who participated in this project.

Edit with Gitpod

Java Design Patterns has experimental support for Gitpod, a pre-configured development environment that runs in your browser. To use Gitpod, click the button below and sign in with GitHub. Gitpod also offers a browser add-on, though it is not required.

Open in CodeSandbox

(back to top)

🚨 Visitor stats

GitHub page hits

GitHub stars GitHub forks GitHub watchers

(back to top)

⚽ Licensing

Java Patterns is distributed under LGPL version 3 or later, [License]. LGPLv3 is additional permissions on top of GPLv3.

image

(back to top)

🌟 Development Support

Like Java Design patterns and Java Patterns ? Consider buying me a coffee :)

Become a Patron Buy Me A Coffee KoFi

(back to top)

πŸ‘¨β€πŸ‘¨β€πŸ‘§β€πŸ‘¦ Acknowledgement

Stargazers repo roster for @AlexRogalskiy/java-patterns

Stargazers over time

Statistics report

Star History Char

(back to top)

πŸ“Ž OpenGraph Card

OpenGraph card

(back to top)

πŸ”₯ Feeds and Podcasts

Reddit posts

(back to top)

InfoWorld posts

(back to top)

Let's talk posts

(back to top)

Random thoughts posts

(back to top)

Better code posts

(back to top)

Inside Java posts

(back to top)

Java programmer posts

(back to top)

Dreamix posts

(back to top)

Plumbr posts

(back to top)

Thorben Janssen posts

(back to top)

Redhat posts

(back to top)

JavaCodeGeeks posts

(back to top)

DevCases posts

(back to top)

forthebadge forthebadge forthebadge

Owner

  • Name: Alexander
  • Login: AlexRogalskiy
  • Kind: user
  • Location: Saint-Petersburg
  • Company: WildBees.Labs

Active Researcher

Citation (CITATION.cff)

cff-version: 1.1.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: Alexander
    given-names: Rogalsky
    orcid: https://zenodo.org/badge/latestdoi/329967283
title: AlexRogalskiy/java-patterns: 1.6
version: 1.6
date-released: 2017-12-18

GitHub Events

Total
  • Watch event: 1
  • Delete event: 9
  • Issue comment event: 124
  • Push event: 219
  • Pull request review event: 114
  • Pull request event: 59
  • Fork event: 2
  • Create event: 48
Last Year
  • Watch event: 1
  • Delete event: 9
  • Issue comment event: 124
  • Push event: 219
  • Pull request review event: 114
  • Pull request event: 59
  • Fork event: 2
  • Create event: 48

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 0
  • Total pull requests: 60
  • Average time to close issues: N/A
  • Average time to close pull requests: 4 months
  • Total issue authors: 0
  • Total pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.83
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 58
Past Year
  • Issues: 0
  • Pull requests: 39
  • Average time to close issues: N/A
  • Average time to close pull requests: 5 days
  • Issue authors: 0
  • Pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.41
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 37
Top Authors
Issue Authors
  • mend-bolt-for-github[bot] (3)
Pull Request Authors
  • github-actions[bot] (78)
  • dependabot[bot] (23)
  • mojafa (2)
  • renovate[bot] (1)
Top Labels
Issue Labels
Mend: dependency security vulnerability (3)
Pull Request Labels
:game_die: dependencies (6) python (6) closed-for-staleness (2) dependencies (1) github_actions (1)

Dependencies

.github/actions/release-notes/action.yml actions
  • Dockerfile * docker
.github/workflows/action-devto.yml actions
  • actions/checkout v2 composite
  • ful1e5/TheActionDev v2 composite
.github/workflows/add-labels.yml actions
  • ericcornelissen/labeler label-based-on-status composite
.github/workflows/auto-approve.yml actions
  • hmarr/auto-approve-action v2.1.0 composite
.github/workflows/auto-assign-issues.yml actions
  • pozil/auto-assign-issue v1.4.0 composite
.github/workflows/auto-tag.yml actions
  • actions/checkout v2 composite
  • butlerlogic/action-autotag stable composite
.github/workflows/automerge-dependabot.yml actions
  • actions/github-script v6 composite
  • fountainhead/action-wait-for-check v1.0.0 composite
.github/workflows/automerge.yml actions
  • pascalgn/automerge-action v0.15.2 composite
.github/workflows/backport.yml actions
  • tibdex/backport v1 composite
.github/workflows/blogpost-workflow.yml actions
  • actions/checkout v2 composite
  • gautamkrishnar/blog-post-workflow master composite
.github/workflows/broken-links.yml actions
  • actions/checkout v2 composite
  • actions/setup-node v2.1.4 composite
.github/workflows/build.yml actions
  • actions/checkout v2 composite
  • actions/setup-node v1 composite
  • pnpm/action-setup v1.2.1 composite
.github/workflows/changelog.yml actions
  • actions/cache v2.1.4 composite
  • actions/checkout master composite
  • ad-m/github-push-action master composite
  • ruby/setup-ruby v1 composite
.github/workflows/chart-release.yaml actions
  • actions/checkout v2 composite
  • azure/setup-helm v1 composite
  • helm/chart-releaser-action v1.1.0 composite
.github/workflows/check-changelog.yml actions
  • actions/github-script 0.9.0 composite
.github/workflows/check-urls.yml actions
  • actions/checkout v2 composite
  • actions/upload-artifact v2 composite
  • ruby/setup-ruby v1 composite
  • trilom/file-changes-action v1.2.4 composite
.github/workflows/checklist.yml actions
  • actions/checkout v1 composite
  • wyozi/contextual-qa-checklist-action master composite
.github/workflows/cla.yml actions
  • cla-assistant/github-action v2.1.3-beta composite
.github/workflows/claim.yml actions
  • actions/github-script v3.1 composite
.github/workflows/clean.yml actions
  • actions/github-script v6 composite
.github/workflows/cleanup.yml actions
  • kolpav/purge-artifacts-action v1 composite
.github/workflows/close-pending.yml actions
  • actions/checkout master composite
.github/workflows/closed-issue-message.yml actions
  • aws-actions/closed-issue-message v1 composite
.github/workflows/closing.yml actions
  • peter-evans/create-or-update-comment v1 composite
.github/workflows/codeball.yml actions
  • sturdy-dev/codeball-action v2 composite
.github/workflows/codeql-analysis.yml actions
  • actions/checkout v2 composite
  • github/codeql-action/analyze v1 composite
  • github/codeql-action/init v1 composite
.github/workflows/codesee-arch-diagram.yml actions
  • Codesee-io/codesee-detect-languages-action latest composite
  • Codesee-io/codesee-map-action latest composite
  • actions-rs/toolchain v1 composite
  • actions/checkout v2 composite
  • actions/setup-java v3 composite
  • actions/setup-node v3 composite
  • actions/setup-python v2 composite
  • ruby/setup-ruby v1 composite
.github/workflows/codespell.yaml actions
  • actions/checkout v2 composite
  • codespell-project/actions-codespell master composite
.github/workflows/color-check.yml actions
  • actions/checkout v2 composite
.github/workflows/comment_on_issue.yml actions
  • actions/github-script v3.1 composite
.github/workflows/comments.yml actions
  • actions/checkout master composite
.github/workflows/commitlint.yml actions
  • actions/checkout v2 composite
  • wagoid/commitlint-github-action v2.2.5 composite
.github/workflows/compress.yml actions
  • actions/checkout v2 composite
  • calibreapp/image-actions main composite
  • peter-evans/create-pull-request v3 composite
.github/workflows/cve-scan.yml actions
  • actions/checkout v2 composite
  • docker://docker.io/aquasec/trivy latest composite
.github/workflows/dead-link-checker.yaml actions
  • actions/checkout v2 composite
.github/workflows/delete-workflow-runs.yml actions
  • Mattraks/delete-workflow-runs v2 composite
.github/workflows/docker.yaml actions
  • actions/checkout v2 composite
  • actions/upload-artifact v2 composite
  • anchore/scan-action 1.0.6 composite
.github/workflows/download-link-check-deploy.yml actions
  • actions/checkout v2 composite
  • lycheeverse/lychee-action v1.0.8 composite
.github/workflows/enforce-changelog.yml actions
  • actions/checkout v2 composite
  • dangoslen/changelog-enforcer v2 composite
.github/workflows/enforce-labels.yml actions
  • yogevbd/enforce-label-action 2.2.1 composite
.github/workflows/fossa.yml actions
  • actions/checkout v2 composite
  • actions/setup-go v2 composite
.github/workflows/generate-chart-readme.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • trilom/file-changes-action v1.2.4 composite
.github/workflows/gh-pages.yml actions
  • JamesIves/github-pages-deploy-action 4.1.4 composite
  • actions/checkout master composite
.github/workflows/github.yml actions
  • actions/checkout v2 composite
  • micnncim/action-label-syncer v1 composite
.github/workflows/gitleaks.yml actions
  • actions/checkout v3 composite
  • gitleaks/gitleaks-action v2 composite
.github/workflows/greetings.yml actions
  • actions/first-interaction v1 composite
.github/workflows/hash-gen.yml actions
  • MCJack123/ghaction-generate-release-hashes v1 composite
  • svenstaro/upload-release-action v2 composite
.github/workflows/helm.yml actions
  • actions/checkout v2 composite
  • actions/create-release latest composite
  • docker/build-push-action v2 composite
  • docker/login-action v1 composite
  • docker/setup-buildx-action v1 composite
  • docker/setup-qemu-action v1 composite
  • stefanprodan/helm-gh-pages v1.3.0 composite
.github/workflows/insert-contributors.yml actions
  • JamesIves/github-sponsors-readme-action 1.0.5 composite
  • actions/checkout v2 composite
  • akhilmhdh/contributors-readme-action v2.3.4 composite
  • bubkoo/contributors-list v1 composite
.github/workflows/issue-manager.yml actions
  • tiangolo/issue-manager 0.3.0 composite
.github/workflows/issue-triage.yml actions
  • actions/github-script v3 composite
.github/workflows/k8s.yml actions
  • actions/checkout v2 composite
  • azure/setup-helm v1 composite
  • ludeeus/action-shellcheck master composite
.github/workflows/label.yml actions
  • actions/labeler v3 composite
.github/workflows/labels.yml actions
  • actions/checkout master composite
  • lannonbr/issue-label-manager-action 2.0.0 composite
.github/workflows/labels2.yml actions
  • actions/checkout v2 composite
  • crazy-max/ghaction-github-labeler v3 composite
.github/workflows/license-eyes.yml actions
  • actions/checkout v2 composite
  • apache/skywalking-eyes v0.2.0 composite
.github/workflows/link-check-all.yml actions
  • actions/checkout v2 composite
  • iterative/link-check.action v0.7 composite
.github/workflows/link-check-deploy.yml actions
  • LouisBrunner/checks-action v1.0.0 composite
  • actions/checkout v2 composite
  • iterative/link-check.action v0.7 composite
.github/workflows/lint-md.yml actions
  • actions/checkout v3 composite
.github/workflows/lint-pr.yml actions
  • actions/checkout master composite
  • yogevbd/pr-lint-action master composite
.github/workflows/lint-test.yaml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • azure/setup-helm v1 composite
  • bitnami/chart-categories-action master composite
  • helm/chart-testing-action v2.0.1 composite
  • helm/chart-testing-action v2.1.0 composite
  • helm/kind-action v1.1.0 composite
  • helm/kind-action v1.2.0 composite
.github/workflows/lint.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v1 composite
.github/workflows/linter.yml actions
  • actions/checkout v3 composite
  • github/super-linter/slim v4 composite
.github/workflows/lock.yml actions
  • dessant/lock-threads v2.0.3 composite
.github/workflows/lychee-cron.yaml actions
  • actions/checkout v2 composite
  • actions/setup-node v1 composite
  • lycheeverse/lychee-action v1.0.8 composite
.github/workflows/lychee-pr.yaml actions
  • actions/checkout v2 composite
  • actions/setup-node v1 composite
  • lycheeverse/lychee-action v1.0.8 composite
.github/workflows/merge_master_to_dev.yml actions
  • actions/checkout v2 composite
  • devmasx/merge-branch v1.3.1 composite
.github/workflows/mkdocs.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • peaceiris/actions-gh-pages v3 composite
.github/workflows/no-response.yml actions
  • lee-dohm/no-response v0.5.0 composite
.github/workflows/opengraph-card.yml actions
  • actions/checkout v2 composite
  • stefanzweifel/git-auto-commit-action v4 composite
.github/workflows/pagespeed.yml actions
  • actions/checkout v2 composite
  • alexrogalskiy/github-action-branch-mapper master composite
  • stefanzweifel/git-auto-commit-action v4 composite
.github/workflows/performance-comparison-label.yml actions
  • actions-ecosystem/action-remove-labels v1 composite
  • actions/checkout v3 composite
  • peter-evans/create-or-update-comment c9fcb64660bc90ec1cc535646af190c992007c32 composite
.github/workflows/pr-helper.yml actions
  • Matticusau/pr-helper v1.3.0 composite
.github/workflows/pr.yml actions
  • actions/checkout v1 composite
  • ludeeus/action-shellcheck master composite
.github/workflows/project-card-moved.yml actions
  • technote-space/auto-card-labeler v1 composite
.github/workflows/rebase.yml actions
  • actions/checkout v2 composite
  • cirrus-actions/rebase 1.4 composite
.github/workflows/rebase_dispatch.yml actions
  • peter-evans/create-or-update-comment c9fcb64660bc90ec1cc535646af190c992007c32 composite
  • peter-evans/rebase 08cedbbd4eabcd913bf091844614eceddaea4a5d composite
.github/workflows/release-changelog.yml actions
  • actions/create-release latest composite
  • mikepenz/release-changelog-builder-action main composite
.github/workflows/release.yml actions
  • actions/checkout v2 composite
  • actions/create-release v1 composite
  • haya14busa/action-bumpr v1 composite
  • haya14busa/action-cond v1 composite
  • haya14busa/action-update-semver v1 composite
.github/workflows/remove-labels.yml actions
  • mondeja/remove-labels-gh-action v1 composite
.github/workflows/remove-old-artifacts.yml actions
  • c-hive/gha-remove-artifacts v1 composite
.github/workflows/renovate.yml actions
  • bodinsamuel/renovate-automatic-branch v1 composite
.github/workflows/repo-traffic.yml actions
  • EndBug/add-and-commit v4 composite
  • actions/checkout v2 composite
  • sangonzal/repository-traffic-action v0.1.4 composite
.github/workflows/reviewdog.yml actions
  • actions/checkout v2 composite
  • prologic/action-remark-lint v2 composite
.github/workflows/semgrep.yml actions
  • actions/checkout v2 composite
  • returntocorp/semgrep-action v1 composite
.github/workflows/shiftleft-analysis.yml actions
  • ShiftLeftSecurity/scan-action master composite
  • actions/checkout v1 composite
  • github/codeql-action/upload-sarif v1 composite
.github/workflows/size-limit.yml actions
  • actions/checkout v2 composite
  • andresz1/size-limit-action v1 composite
.github/workflows/spellcheck.yml actions
  • typoci/spellcheck-action master composite
.github/workflows/spelling.yml actions
  • actions/checkout v2 composite
  • check-spelling/check-spelling v0.0.19 composite
.github/workflows/stale.yml actions
  • actions/stale v3 composite
.github/workflows/stale_issue.yml actions
  • aws-actions/stale-issue-cleanup v3 composite
.github/workflows/support-window.yml actions
  • actions/checkout v3 composite
  • actions/setup-node v3 composite
.github/workflows/sync.yml actions
  • actions/checkout v2 composite
  • actions/setup-node v2.1.4 composite
  • tretuna/sync-branches 1.2.0 composite
.github/workflows/toc.yml actions
  • actions/checkout v2 composite
  • stefanzweifel/git-auto-commit-action v4 composite
.github/workflows/unlock-reopened-issues.yml actions
  • Dunning-Kruger/unlock-issues v1.1 composite
.github/workflows/update-checksum.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
.github/workflows/validate-codeowners.yml actions
  • actions/checkout v3 composite
  • mszostok/codeowners-validator v0.5.0 composite
.github/workflows/version-update.yml actions
  • actions/checkout v2 composite
  • stefanzweifel/git-auto-commit-action v4 composite
.github/workflows/versioning.yml actions
  • Actions-R-Us/actions-tagger v2.0.2 composite
  • actions/checkout v3.0.1 composite
.github/workflows/welcome_contributor.yml actions
  • actions/github-script v3.1 composite