java.rmi vs. javax.rmi
"Richard O. Hammer" <[email protected]>
| Newsgroups | gmane.org.user-groups.trijug.juglist |
|---|---|
| Message-ID | <[email protected]> |
We are developing an application which will probably use RMI between a fat client and a Java application running on a server. I've used java.rmi, as it was used in the programming exercise for Sun's certification as a Developer, four years ago. But I wonder if there are advantages in javax.rmi. Why would one use javax.rmi? IIOP or CORBA? Thank you, Rich Hammer