Greetings, I have no experience with entity beans, and therefore I would like to appeal to your knowledge.
1) I would like to have a Entity Bean that would map not only a record from my database, but severals, and that I could manipulate that information in the Entity Bean class to be prepared to handle client requests. For example, I want create a Entity Bean that represents a Graph (several records), and I would like that Graph to be initialized in a specific data structure in my Java class, for I could run a routing algorithm (Dijkstra). Is this possible? 2) If I have create a Entity Bean, and if I create Session Beans to make the callback interface for the clients, I would have several Session Beans for every client's request. But how many Entity Beans would I have in my container? Only one, right? All Session Beans would go to the same Entity Bean? thanks, Pedro Salazar. -- pedro salazar (pt-inovacao) <[EMAIL PROTECTED]> key id: D803BC61 =========================================================================== 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".
