> > Are any of those sites using EJB or is it all jsp stuff? What I would like to > know is if there are any larger projects using EJBs (especially large numbers of > entity bean instances) with orion? > What is the most efficient way to handle a large database? For example, say I had a product entity bean, and there were 500,000 products in the database. What would be a quicker way to search: Using entity beans and some find method, or not using EJB (and straight servlet/jdbc)? PS There is a similar thread (about live sites using EJB and JSP) on EJB-INTEREST, but all those who have answered point to sites using only JSP, not EJB. Neal =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
