My application use a rich client (swing) accessing remote buisness objects. As i want to apply YAGNI principle, i wonder if i need an appserver to remote my buisness objects.
Does a standalone application (using Spring) for the server side, registering objects to the RMI server provided with JDK will scale well ?
Does the app server provide an enhanced RMI server ?
Does an hessian/burlap solution is significantly slower than a SLSB solution ?


Reply With Quote