Skip to search formSkip to main contentSkip to account menu

Builder pattern

Known as: Builder, Design Pattern - Builder 
The builder pattern is an object creation software design pattern. Unlike the abstract factory pattern and the factory method pattern whose intention… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2018
2018
While the classical builder pattern in Java is proven to simplify object instantiation it is known to have some inherent… 
2016
2016
Web applications are becoming more and more complex and bigger and bigger. In the case of a web game, it can be as big as a… 
2015
2015
The builder pattern is used to separate the configuration of an object from its creation. The calling component has the… 
2015
2015
Design patterns are a set of solutions in software development process, and have been successfully applied to the modern software… 
2014
2014
2014
We separate and encapsulate the builder pattern logic in an ontology component which increases the reusability of the pattern at… 
2009
2009
An Adaptive Object-Model system represents user-defined classes, attributes, relationships, and behavior as metadata. This paper… 
2008
2008
—Design Patterns have gained more and more acceptances since their emerging in software development world last decade and become… 
2006
2006
Developing the integrated management system of teaching transactions lays a good foundation for carrying out the overall computer… 
2005
2005
The development of generically reusable object-oriented components is a task with a higher degree of cognitive complexity. Design…