|
J2EE Design Patterns
Presentation Tier Pattern Samples
The presentation tier patterns deal with the
common problems occuring in the presentation layer such as - view
management and navigation, processing of dynamic business data, efficiently
accessing the read-only data, and so on. The patterns demonstrated
here focus on and solve design problems occuring in the presentation
tier of a J2EE application.
Fast Lane Reader Pattern [03-Sep-2004]
The Fast Lane Reader design pattern provides
an efficient way to access tabular, read-only data. The pattern implements
a data access object to read the persistent data using JDBC. This
by-passes the transactional Enterprise Java Beans layer which was
used traditionally.
Download
Now (ZIP, 156KB)
Readme
|
|
|
 |
More Sample Code
|
 |
 |
Discussions
|
 |
 |
Tutorials
|
 |
 |
How-To Documents
|
 |
|