Search
-
Categories
- ActionScript (33)
- Adobe (18)
- AIR (3)
- AJAX (12)
- Amazon Web Services (3)
- Android (14)
- Apache Abdera (10)
- Apache Mina (2)
- Apache Tomcat (10)
- App Engine (6)
- ASP.NET (10)
- Atom Hopper (15)
- AtomNuke (3)
- BlazeDS (1)
- C# (15)
- CherryPy (1)
- CoffeeScript (11)
- Comet (3)
- CouchDB (2)
- Design Patterns (4)
- Dojo (1)
- Erlang (1)
- Flash (25)
- Flex (31)
- Go (1)
- GWT (20)
- HTML5 (25)
- iPhone (3)
- Java (74)
- JavaFX (1)
- JavaScript (65)
- JSON Feed Server (1)
- Luvit (1)
- Mobile (19)
- MongoDB (6)
- Netbeans (22)
- Node.js (40)
- Online Games (13)
- Open Source (87)
- OpenStack (3)
- Perl (1)
- PHP (23)
- Python (14)
- Rails (4)
- Redis (2)
- Repose (1)
- REST (6)
- Reviews (9)
- Ruby (11)
- Silverlight (3)
- Sinatra (3)
- Socket Server (19)
- Ubuntu (34)
- Uncategorized (4)
- Union Framework (8)
- Vaadin (2)
- Vertx (3)
- WebORB (3)
Category Archives: Design Patterns
Easily learn the Strategy Design Pattern with Java – a second visit
The Strategy design pattern allows you to select algorithms at runtime. The Strategy pattern is a behavioural pattern and sometimes you will see it used in things like validation, sorting or where a large switch statement has been replaced – … Continue reading
Posted in Design Patterns, Java
Leave a comment
Quickly learning the Adapter Design Pattern in Java
Today I’ll show one way to use the Adapter Design Pattern. This design pattern is also sometimes referred to as the “Wrapper Pattern” . As the name suggests and as Wikipedia tells us: “the adapter design pattern (often referred to … Continue reading
Posted in Design Patterns, Java
1 Comment
Quickly learning the Decorator Design Pattern with Java
Today we will quickly go over the code to implement the Decorator Design Pattern. We will focus only on the code by introducing a scenario and finding a better way to solve the given problem using the Decorator Pattern.
Posted in Design Patterns, Java
5 Comments
Quickly learning the Strategy Design Pattern with Java
Using Java I’ll quickly walk through how you can use the Strategy Design Pattern. We will cover how one might approach a particular problem and solve it, then we will re-examine the problem and apply a better solution using the … Continue reading
Posted in Design Patterns, Java
4 Comments



