Definitions for "Javabeans" Add To Word List
Login or Register  | Word Lists | Search History

JavaBeans technology is the component architecture for the Java 2 Platform, Standard Edition (J2SE). Components (JavaBeans) are reusable software programs that you can develop and assemble easily to create sophisticated applications. JavaBeans technology is based on the JavaBeans specification
Helpful?           0
A component like any other with the exception that it is written in Java. Therefore the component can run on any machine with a Java Virtual Machine (Java VM). Each JavaBean has a set of properties that clients can get or set; these properties can be either single objects or arrays.
Helpful?           0
Independent Java program modules that work together at run time. JavaBeans components can be run remotely in a Distributed Computing Environment using Sun's own Remote Method Invocation or the Object Management Group's CORBA object standard.
Helpful?           0
An object model being developed by SunSoft that is targeted to interoperate with a variety of other object models, including COM and CORBA. See also Common Object Request Broker Architecture; Component Object Model.
Helpful?           0