Re: Alternatives to RMI for client - server communication with firewalls
Posted By:
Scott_McCrory
Posted On:
Wednesday, October 24, 2001 09:11 PM
You're faced with one of the primary limitations of RMI and one of the main ones why Web Services (using XML over TCP port 80) are gaining ground. Add to that a really nice Open Source java serialization-to-XML library and you'd not only get through your firewall problem, but you'd also make your software able to interract with non-Java applications as well. However, there's a lot of overhead to Web Services, and therin lies the rub for small to medium-sized applications. For more infomation, just do a Google search for Web Services and prepare to have a couple of weeks consumed reading the results... :-)