Skip to content

hedza06/java-adapter-pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Adapter Pattern

Project illustrates use of Adapter Pattern which is part of Structural Group of Patterns.

Adapter Pattern works as bridge between two incompatible interfaces. Also, it combines the capability of two independent interfaces.

Pitfalls

  • No too much!
  • Too many adapters
  • Do not complicate adapters
  • Do not add new functionality to adapters (if you need this please consider Decorator pattern)

Contribution

If you are interested in contribution or working with me on starter projects, tutorials or to provide real-life examples feel free to contact me on my e-mail or phone.

Author

Heril Muratović
Software Engineer

Mobile: +38269657962
E-mail: hedzaprog@gmail.com
Skype: hedza06
Twitter: hedzakirk
LinkedIn: https://www.linkedin.com/in/heril-muratovi%C4%87-021097132/
StackOverflow: https://stackoverflow.com/users/4078505/heril-muratovic

About

Java Adapter Pattern Demonstration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages