Hi, I've converted a legacy JSP webapp over to Tapestry5+JPA and I suspect the JPA layer may be slowing down some query responses because of the overhead of building collections in the JPA or DAO layers.
I am wondering if it's feasible to have a mixin or alter a loop/grid component so that it loops over the result set directly and avoids the above problem? Are there any components like this already, or would it be easy to accomplish by modifying an existing compnenent? Your thoughts would be appreciated. John