Java Means Durga Soft: DURGA SOFTWARE SOLUTIONS, 202 HUDA Maitrivanam, Ameerpet, Hyd. PH: 040-64512786
Java Means Durga Soft: DURGA SOFTWARE SOLUTIONS, 202 HUDA Maitrivanam, Ameerpet, Hyd. PH: 040-64512786
DURGA SOFTWARE SOLUTIONS ,202 HUDA Maitrivanam, Ameerpet , Hyd. Ph: 040-64512786 Page 1
JAVA Means DURGA SOFT
The Fast Lane Reader design pattern provides a more efficient way to access tabular,
read-only data. A fast lane reader component directly accesses persistent data using JDBC
components, instead of using entity beans. The result is improved performance and less coding,
because the component represents data in a form that is closer to how the data are used.
EJB components & Hibernate persistence logics are called as OR (Object Relational)
Mapping persistence logics. Since EJB components are distributed components so their
persistence logic can be accessed from remote clients also.
Problem: If java client application takes the support of EJB entity components or hibernate
persistence logic to interact with database software then that process may kill the performance
of the application.
DURGA SOFTWARE SOLUTIONS ,202 HUDA Maitrivanam, Ameerpet , Hyd. Ph: 040-64512786 Page 2
JAVA Means DURGA SOFT
Solution: Use Fast Line Reader design pattern. This makes java application to take the support
of JDBC persistence logic directly to interact with the database software.
Note: Fast Line Reader design pattern is useful when you requirement is mainly performance.
DURGA SOFTWARE SOLUTIONS ,202 HUDA Maitrivanam, Ameerpet , Hyd. Ph: 040-64512786 Page 3
JAVA Means DURGA SOFT
DURGA SOFTWARE SOLUTIONS ,202 HUDA Maitrivanam, Ameerpet , Hyd. Ph: 040-64512786 Page 4