hello, well this seems to a problem of managing 50,000 Things object. I guess the simple solution will be to have a class containing hashmap or an array list based on your needs to store this "Things" object. and then make that class a singleton or a monostate which can access your Things obect in the way u want it. I don't think that you need any type of EJB for this.
I hope this helps -Rajesh View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837602#3837602 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837602 ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
