22 December 2004 - java_dev (original) (raw)

04:41 pm - lemmywinks30 - Java Beans confusion When a java program creates a java bean, where exactly is that bean stored? Locally on the users computer or on the server? Lets say you have a multi-user program where say you have a bean that stores all departments and this bean is populated when a person logs on. Would this mean that each time someone logs onto the application it is creating a bean per each and every user, or is there like a main bean that sits on the server?sorry if that was confusing, but I am confused!