We have a swing front end that we want to convert to applets so we can run in a browser. Does it make sense to use EJBs within applets? Should we call servlets instead? With the latter, we'll have to convert from HttpServletResponse to jave objects in the applet won't we. Isn't that kind of kludgy? For the former, we run into firewall issues and having to plugin j2ee code to the browser, don't we?
We could use web services, but they wouldn't perform as well as the first two options, correct?
Thanks.
We could use web services, but they wouldn't perform as well as the first two options, correct?
Thanks.