We are retrieving datas with writeobject()(URLConnection) in client side:
->
Applet ------------Servlet -------------Database
If i used RMI with
EJB rather than HTTP. Should it better for handling requests ?
Wich is the best for performance ?
I ask this question because we are using RESIN, and we see that when clicking in a node in a JTREE it takes times to have some details of this node in the screen.
Thanks for your suggestions.