  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Struts - A MVC web framework | | Tomcat - JSP/Servlet container | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | | JSP - A mailing list about Java Server Pages specification and reference | |
Struts & Hibernate
|
|
|
  | | | -none- | -none- 2003-10-30 - By Karthikeyan M
Back Have you thought about the Page By Page Iterator pattern?
Alternatively, I want to bring to your attention the use case for skipping the domain model. If all you are doing is reading huge amounts of data to display, then you can skip all the business objects and directly read and display the data. You can still have your domain model and use it for writing. For writing purposes you can go through your business objects to accomplish the task.
-karthik.
Aaron Tubman wrote:
> Hi All! > > Our application characterized by a massive read while a bit of write > functions. > Note, a data structure of each object is big lists of different data. > If somebody can suggest a pattern which allows cashe strategy (for > example). > > I have see in some articles 'Visual proxy' pattern with cashe abilities, > but 'Core J2ee Pattern' define this as bad practice. > > Thanx > > *Aaron Tubman* > WebCohort Ltd. > > ==================================================================== > Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: > http://java.sun.com/blueprints/corej2eepatterns List Archive: > http://archives.java.sun.com/archives/j2eepatterns-interest.html > Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to > listserv@(protected)
==================================================================== Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@(protected)
|
|
 |