Hi, I am using a model 2 jsp/servlet architecture. Each business service (Facade Pattern) returns one or more business objects. (i.e. ojb beans). I am using here the Value Object Assembler Pattern to return the ojb beans. Remark : one of the advantages of Jakarta OJB (compared with entity beans) is that you don't have to create special value objects. My view (jsp) will read the necessary values from the ojb beans. But suppose that the jsp accesses a proxy collection which is not yet materialized. This will result in a database call from within my jsp's !!!!! Does someone know how to solve this problem ??? Which pattern are you using to return 'value objects' to the jsp's ???
Thanks, Frank Renaers -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
