Design Pattern

  • submit to reddit

Jt7.0 - Java Design Pattern Framework for Android

Jt7.0 has been released. Jt is a design pattern framework for the rapid implementation of Java and Android applications. Jt implements many well-known patterns including Data Access Objects (DAO) and GoF design patterns. The framework addresses the...

0 replies - 1273 views - 11/13/10 by EG in Announcements

Jt - Java Pattern Oriented Framework (Jt 4.2)

Jt4.2 has been released. Jt is a pattern oriented framework for the rapid implementation of Java applications. Jt has been utilized in several large mission critical systems. Jt implements many well-known patterns including Data Access Objects (DAO), GoF...

0 replies - 881 views - 09/21/09 by EG in Announcements

Jt - Java Pattern Oriented Framework (Jt 3.2)

Jt3.2 has been released. Jt is a pattern oriented framework for the rapid implementation of Java applications. Jt has been utilized in several large mission critical systems. Jt implements many well-known patterns including Data Access Objects (DAO), GoF...

0 replies - 1240 views - 02/03/09 by EG in Announcements

Dynamic visitor builder with closures

In my previous post I was fumbling with how to leverage closures to improve the visitor pattern. Neal suggested that I could leverage closures in building the visitor rather than executing it.

2 replies - 3833 views - 03/16/08 by Alex Miller in News

Code Quality - Why Maintenance And Risk Management Are So Important to Developers

Is a software architect with a strong development background a kind of alien in a group of developers? Sometimes I feel like that when it comes to what I define as code quality: I program for my team members not for myself. The most important part for me here...

2 replies - 7569 views - 02/07/08 by Rainer Eschen in News