Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java thread: Need Information


Message #1 by =?iso-8859-1?q?BHAVESH=20JAIN?= <vir64@y...> on Wed, 10 Jan 2001 06:42:36 -0800 (PST)
java beans is a specification for software components. Java Beans must
implement the Serializable interface, a no methods interface that declares
they can be saved to disk and reloaded or streamed across a networked
without error. It requires that java classes that comply with it define
properties that start with a lower case and use camel case amongst others

Java Server Pages uses java beans.

java beans provide a means to reuse software components. Visual programming
software can use reflection to discover the names of the beans properties to
automatically connect software components together. 



-----Original Message-----
From: BHAVESH JAIN [mailto:vir64@y...]
Sent: 10 January 2001 14:43
To: Professional Java
Subject: [pro_java] Need Information


Hello Programmers

   I need information about Javabeans. Please somebody
help me.


 1. Why are javabeans ?
 2. Why do we need javabeans.
 3. Any realtime application.
 4. Links for javabeans examples/applications source
code.


 bhavesh

  Return to Index