Hey,
My server run on Jboss and the client is a swt client.
when the client want to display a page it connect to a stateless bean in order to get the Object, but due to lazy loading a lot of data are not loaded , so when the client rendered tha page it get an exception on the missing data.
i read some article that discuss this issue and mention the SessionInView pattern.
But the article talk about web client.
Does any one has some experience in a swing/swt/eclipse client and how to overcome the problem that when the client work with detached object , so when it try to get data that were not loaded it get an exception.
Thank you
|