Posted By:
zhebin_cong
Posted On:
Sunday, November 16, 2003 09:44 PM
hello
in my project,we use the session bean and entity bean architecture,in one of the model,we need tons of record to be queried frequently,and then display them in the browser page by page,i find that the entity bean give me a bad performence,ocassionally,i read a book,and it tell me that it is not suitable to query big amount data by USING THE EJB,you should use the jdbc to retrieve the data from database directly,and it is called "fast lane" pattern,is that true,who can tell me if there are other solutions?
thank you!