View Full Version : do u know java bean?
ashish123
06-22-2012, 09:02 AM
if u know please reply me.
lupinesteve
06-26-2012, 02:39 AM
A Java Bean is a reusable software component that can be visually manipulated in builder tools. Also, Java beans is basically a server side component architecture for developing modular enterprise applications based on the java platform.
rabia
06-26-2012, 03:54 AM
The basic idea of the Beans tutorial is to get you to the point where you can quickly create beans. You may want to write new beans from scratch, or you may want to take existing components, applets, or other classes and turn them into beans
donjon
06-26-2012, 08:21 AM
no i don`t know do u mean is this the founder of java?
alen12345
06-27-2012, 06:55 AM
The basic idea of the Beans tutorial is to get you to the point where you can quickly create beans. You may want to write new beans from scratch, or you may want to take existing components, applets, or other classes and turn them into beans.
A second goal is to help you understand basic Beans concepts. It can be difficult to assimilate concepts and turn them into pragmatic programming techniques strictly by reading Beans source code, API interfaces, or even the Beans specification.
This tutorial is not a replacement for reading the Beans specification. Rather, it is designed to enhance your comprehension of the specification by providing concrete examples, and step-by-step guidelines for building and using Beans.
davidcroft
07-03-2012, 08:16 AM
The JavaBeans™ architecture is based on a component model which enables developers to create software units called components. Components are self-contained, reusable software units that can be visually assembled into composite components, applets, applications, and servlets using visual application builder tools. JavaBean components are known as beans.
Jestin07
07-13-2012, 07:33 AM
We heard about this but not seen via my eyes.
memoonamike
07-16-2012, 07:17 AM
Thanks for discussing and providing the information about Java Bean, I really appreciate the contribution made by the members.
lennondevid
08-27-2012, 07:36 AM
A Java Bean is a software part that has been designed to be used in a variety of various environments which makes it useful in international markets.
ashokkumar
08-27-2012, 07:43 AM
This article presents Beans from a conceptual point of view, and introduces you to component technology, properties, methods, events, and application builder.
redfeilds18
08-27-2012, 08:26 AM
JavaBeans is an object-oriented programming interface from Sun Microsystems that lets you build re-useable applications or program building blocks called components that can be deployed in a network on any major operating system platform. Like Java applets, JavaBeans components (or "Beans") can be used to give World Wide Web pages (or other applications) interactive capabilities such as computing interest rates or varying page content based on user or browser characteristics.
anusha
08-30-2012, 02:19 AM
A JavaBean is nothing but a reusable component across the application which is having a specific set of properties for an object.and also having getter and setter methods , to store the property values temporarily and rotate the object thru the application.
hitsandy
08-30-2012, 02:50 AM
Java beans has recoverable language that contained with software components. That different classes written in Java programming languages.
jamsen
09-19-2012, 09:07 PM
A Javabean is just a java class with the following requirements.
- It has a public no-args constructor
- It has 'set' and 'get' methods for its properties.
- It may have any general functions.
- If required it must be Serializable.
Powered by vBulletin® Version 4.2.4 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.