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

Tag Archives: Design Pattern

Proxy Pattern

Posted on April 21, 2015 by James
1

The intent of Proxy Pattern is to provide a placeholder for an object to control access to it, and add a wrapper and delegation to protect the real component from undue complexity. Continue reading →

Posted in Design Patterns | Tagged Design Pattern | 1 Reply

Template Method Pattern

Posted on April 13, 2015 by James
1

Template Method pattern defines the skeleton of an algorithm, and defer some steps to subclasses. Template Method lets subclasses redefine certain steps of an algorithm without changing the algorithm’s structure. Continue reading →

Posted in Design Patterns | Tagged de, Design Pattern | 1 Reply

Façade Pattern

Posted on April 7, 2015 by James
1

Façade pattern hides the complexities of the system, and provides a simpler interface to clients. Façade wraps a complicated subsystem with a simpler interface, and decouples the subsystems from its clients. Continue reading →

Posted in Design Patterns | Tagged Design Pattern | 1 Reply

Prototype Pattern

Posted on April 3, 2015 by James
2

Prototype pattern implements a prototype interface which tells to create a clone of the current object. This pattern is used when creation of object directly is costly. Continue reading →

Posted in Design Patterns | Tagged Design Pattern | 2 Replies

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