In the sample petstore application the code (version 1.3.2) uses the fast lane reader
pattern for the catalog while the two documents do not even mention this pattern. The document actually talks about using a stateless session bean for the catalog. The Core
J2EE Pattern
book does not mention it either. Anybody know why?
TIA