Tec Bar

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • Java
  • JDBC
  • Hibernate
  • Algorithms
  • Design Patterns
  • Linux
  • Database
  • Others
  • Terms of Service
  • About

Category Archives: Design Patterns

  1. Pages:
  2. «
  3. 1
  4. 2

Software Design Patterns

Posted on March 11, 2015 by James
Reply

Software design patterns are reusable solutions to commonly occurring problems within given contexts in software design, and represent the best practices used by experienced developers. Design patterns can speed up the development process by providing tested, proven development paradigms. Continue reading →

Posted in Design Patterns | Leave a reply

Observer Pattern

Posted on March 9, 2015 by James
1

The Observer pattern is a software design pattern in which an object (subject / Observable), maintains a list of Observers, and notifies them automatically of any state changes [wiki]. The Observer pattern falls under behavioral pattern category. Continue reading →

Posted in Design Patterns | 1 Reply
  1. Pages:
  2. «
  3. 1
  4. 2

Categories

  • Algorithms (29)
  • Database (3)
  • Design Patterns (12)
  • Hibernate (8)
  • Java (40)
  • JDBC (15)
  • Linux (17)
  • Others (18)

Recent Posts

  • UML Class Diagram and Relationships
  • Java Date Format Pattern
  • Gmail SMTP debug: error “please log in via your web browser”
  • Install Sendmail Server on CentOS
  • Difference between @Component, @Repository & @Service annotations in Spring

Recent Comments

  • Nagesh on Java HTTP client crashes on HTTPS connections
  • Uli on Java HTTP client crashes on HTTPS connections
  • Guest on How to check if a radio button is checked using JQuery
  • Burns on RAID 1 Repair on Linux
  • prateek on Java HTTP client crashes on HTTPS connections

© 2025 tecbar.net