Hello

I am writing some ejb's that should simply get some details and return them to a servlet that calls the functions.

I have an entity bean called Book, which will hold the detail about a book.

I have a session bean that i want to hold a vector or array of all the books in the system.

How would i go about filling an array in my catalog with envery book entity?

Hope someonce can help

Cheers in advance

Andy