hi, we are evaluating the best way to implement some distributed apps in
java (using swing), one of which is an health care system (the
administrative part), as it could be deployed in various branches of the
same hospital, we would like to know if rmi is the best approach to this
kind of app, or if ejbs could be a better one considering the performance
issues associated tipically with it.
we are considering to get a maximum user load of about 200 simultaneous
people, so maybe ejb couldn't offer a big advantage in this point.
thanks in advance for your time, any help would be greatly appreciated.