2 Replies Latest reply on Nov 19, 2002 4:11 AM by hantheman12

    Ref to stateless bean in client

    hantheman12

      Hi,
      I have a GUI client which, upon startup, connects to several stateless session beans. I keep the reference to these beans for the entire lifetime of the GUI application.

      Is this design bad? Should I, for each function in the client, reconnect to the bean (using a home factory) and remove() it ASAP?

      I've heard both, but my current design seems to lock down jboss.