about javabeans

how to download the JavaBeans Kit
[40 byte] By [sa_7a] at [2007-10-3 3:09:29]
# 1

Java beans are java class but not a simple class.

1) It contains the getter and setter methods.

2) Java Beans is basically used to create server side Component but it may visible both client and server.

3) Its a technology used to create component.

4) But all java beans are not deployable component.

coz like EJB creates component whenever we deploy the EJB then it can be used by any type of users without knowing the User inerface.

But in Case of Java Beans can only used by specific Interface.

5) In EJb, is managed by special Application server container.

While java beans is not managed like taht way.

All the best.

Bye

Prabhat

arpita_jsr08a at 2007-7-14 21:00:12 > top of Java-index,Desktop,Developing for the Desktop...
# 2
What is JavaBeans Kit? Did you mean BDK?
UncleSAMa at 2007-7-14 21:00:12 > top of Java-index,Desktop,Developing for the Desktop...
# 3
No need to download any more kit.Just download Apache Tomcat Webserver 4.1 or 5.0 or 5.5 and then install it on u'r machine.Create web Development environmnet (Like Context,server.xml etc) then Develop an application where u can use java beans component,Bye,
arpita_jsr08a at 2007-7-14 21:00:12 > top of Java-index,Desktop,Developing for the Desktop...