Skip to content

tangpei1215/java-design-patterns

 
 

Repository files navigation

Design pattern samples in Java.

This is the branch for the pages.

Link for Website: http://iluwatar.github.io/java-design-patterns/

How to update the website reference

Due to the fact that we use submodules, the website doesn't automatically update with the changes in the master branch. And for now this update process is manual, here is how you do it:

  1. checkout the latest version of the gh-pages branch
  2. open a Git Bash at root level of the repo (ls should show you the index.html file)
  3. execute the following command to initialize the submodules git submodule update --init --recursive
  4. execute the following command to update the submodule git submodule update --remote
  5. Check the cmd output line "Submodule path 'pattern': checked out 'COMMIT_HASH'" and validate that the correct COMMIT_HASH is used
  6. Check if something changed with git diff. It should show the folder 'patterns' changed.
  7. Execute git add .
  8. Commit and push the change
  9. The website is automatically updated using Jekyll (see GitHub Pages Basics and Using Jekyll with Pages)

About

Design pattern samples implemented in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.0%
  • HTML 1.5%
  • Other 0.5%