Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

MyBatis mapper injected directly into service class. What about exceptions?

Exposing Database IDs to the UI

Cancelling a thread running a long operation

How do implement Unit of Work, Repository and Business Logic in ASP MVC?

Design pattern for application time?

c# design-patterns testing

DDD Auditing? Domain Layer or Repository Layer?

Design Pattern for generating HTML Tags

java html design-patterns

Dependency injection using guice for a client sdk/library design pattern

Design pattern for cumulative validation violations

What's the design pattern for object to object conversion?

java design-patterns

Too much boilerplate, how can I reduce my POJO builders?

How do I force any subclasses of my class to always call a parent's implementation method they are overriding?

Android MVP implementation

android design-patterns

a design pattern or approach to handle access control of the fields of an object

When using a Builder Pattern why shouldn't I reuse the builder-object to access the object configuration?

Factory class is not supporting SOLID principle

How does it work the Session Per Request pattern?

Make application layer loosely coupled

design patterns how to avoid instanceOf when using List

java design-patterns

How to achieve flexible Object Composition?