How can a JavaBean be used as a distributed object in RMI or CORBA?
Location: http://www.jguru.com/faq/view.jsp?EID=334773 Created: Feb 20, 2001 Modified: 2001-02-21 05:44:22.687 Author: khaal geigh (http://www.jguru.com/guru/viewbio.jsp?EID=283534) Question originally posed by Sarvotham pai (http://www.jguru.com/guru/viewbio.jsp?EID=295412 A JavaBean is only a Java object that, by reflection, exports properties that a JavaBean container uses. Considering that, there’s no restrictions about what, let’s say ‘inside methods’, a JavaBean object can do. That is, a JavaBean can be integrated on a distributed platform using RMI or CORBA.