Artículos relacionados a JavaBeans: Component-based software engineering, Code...

JavaBeans: Component-based software engineering, Code reuse, Java (programming language) - Tapa blanda

 
9786201518209: JavaBeans: Component-based software engineering, Code reuse, Java (programming language)

Sinopsis

Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. JavaBeans are reusable software components for Java. Practically, they are classes written in the Java programming language conforming to a particular convention. They are used to encapsulate many objects into a single object, so that they can be passed around as a single bean object instead of as multiple individual objects. A JavaBean is a Java Object that is serializable, has a 0-argument constructor, and allows access to properties using getter and setter methods. In order to function as a JavaBean class, an object class must obey certain conventions about method naming, construction, and behaviour. These conventions make it possible to have tools that can use, reuse, replace, and connect JavaBeans.

"Sinopsis" puede pertenecer a otra edición de este libro.