James, 

There are two type of COM components in the MS library, those with a visual
interface, and those without (just plain dll's).  Yes, I do equate a COM
component that contains a visual interface to a Java Applet.  Both run
inside of a "container", and both have a visual interface by which you can
"pass" information to the container/backend.  I don't view a JavaBean as
being the same as a COM component.  For one thing, you can't create an
SWING/GUI visual interface inside of a JavaBean (at least to my knowledge
you can't).

Just my 2 cents worth!

Celeste



-----Original Message-----
From: James Mitchell [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 16, 2003 10:06 AM
To: Struts Users Mailing List
Subject: Re: Struts taglibs - Is data grid possible 


> The equivalent of a COM component in Java is an applet.
Where did you get that idea?

The Java version of a COM component is like using a JavaBean in a jsp page
(jsp:useBean).

The M$ version of using an Applet in a web page is....well.....using an
Applet in a web page.


--
James Mitchell





----- Original Message -----
From: "Haseltine, Celeste" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Thursday, January 16, 2003 10:40 AM
Subject: RE: Struts taglibs - Is data grid possible


> You must be coming from a VB background, as a DataGrid and a MSFlexGrid
are
> both MS COM components.
>
> The equivalent of a COM component in Java is an applet.  But I caution you
> on using applets in a web/browser based application UNLESS you are writing
> an application for intranet (read: internal company) use.  For internet
use,
> where the general public will be using your web site, many of your IE
users
> will have problems running an applet, and will most likely give up on
using
> your site, rather than trying to figure out whether they have the right
> version of the JRE installed on their machine, along with IE, to run your
> applet.
>
> You might want to check into using DBForms tag library instead of writing
an
> applet.  You can get more info on DBForms at
> http://jdbforms.sourceforge.net/.
>
> Celeste
>
> -----Original Message-----
> From: Harinath DP [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 16, 2003 6:02 AM
> To: Struts-User
> Subject: Struts taglibs - Is data grid possible
>
>
> Hi,
>
> I need to implement Data grid using Struts. Can anybody guide me to how
> about doing this? Do we have any taglib, which can do this?
>
> -Hari
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to