Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Does JavaBean like ActiveX?

Hi all,

I'm a newer of Java, but I would like to know something before I
keeps going on Java. As the subject said, "Does JavaBean like ActiveX?".
I'm sured that they are not the same, but I think it is the same concept
of reusable components. And last one, is JavaBean be able to use on the
web page? Because I think that only Applet is be able to use in web page.

Thank you
Rattagarn V.
[440 byte] By [Rattagarn V] at [2007-11-9 21:18:06]
# 1 Re: Does JavaBean like ActiveX?
Hello Rattagarn:

Yes, JavaBeans are the reusable components of the Java language. In many
ways they act like ActiveX controls. And, yes, applets are the programs
hosted by web pages. In an applet, however, you can create and use as many
JavaBeans as you'd like. Think of the applet as the container for the bean
much like the Windows app is the container for the ActiveX control.

Tom Duffy

"Rattagarn V" <rattagarn@hotmail.com> wrote:
>
>Hi all,
>
> I'm a newer of Java, but I would like to know something before I
>keeps going on Java. As the subject said, "Does JavaBean like ActiveX?".
> I'm sured that they are not the same, but I think it is the same concept
>of reusable components. And last one, is JavaBean be able to use on the
>web page? Because I think that only Applet is be able to use in web page.
>
>
>Thank you
>Rattagarn V.
Tom Duffy at 2007-11-11 23:10:15 >
# 2 Re: Does JavaBean like ActiveX?
"Rattagarn V" <rattagarn@hotmail.com> wrote:
>
>Hi all,
>
> I'm a newer of Java, but I would like to know something before I
>keeps going on Java. As the subject said, "Does JavaBean like ActiveX?".
> I'm sured that they are not the same, but I think it is the same concept
>of reusable components. And last one, is JavaBean be able to use on the
>web page? Because I think that only Applet is be able to use in web page.
>
>
>Thank you
>Rattagarn V.
Pointbd at 2007-11-11 23:11:11 >