In general, how will the performance of Web Client compare with a similar solution in 2.2.4?
As I understand it, Web Client runs a virtual client on the server feeding JSP code to the user’s browser. In performance terms this could cut two ways. Loading, searching and sorting functions could be faster, just as they are under Localhost, in contrast to the user’s Java applet drawing data from the server. On the other hand, there may be a performance hit in generating JSP pages for the user’s browser.
I’ve not yet seen any version of 3.0, so I’m speculating somewhat blind.