Tuesday, September 22, 2009

Jt - Java Pattern Oriented Framework

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 design patterns and J2EE patterns.

I've downloaded 'Jt 4.4 distributions (binaries & sources)' zip file from https://jt.dev.java.net/servlets/ProjectDocumentList. Extract the downloaded zip file. Extraction creates Jt, jtapps, jtejb, jtwizard, META-INF folders.

I've gone through Jt/docs/Jt.doc. It explains how to use Jt for rapid implementation of Java applications.

Jt/src/java folder has source code used to implement Jt. Most of the design patterns are implemented by Jt. So going through this source code and using it in an application gives in depth knowledge on how to implement and use design patterns.

No comments:

Post a Comment

Followers