>From all this discussion, I gather that Applets are not the problem, Swing
is. But I thought Swing was the latest GUI development framework for Java,
what with the much tom-tommed light-weight components et al. Is there no
future or Swing then in the Web world? And after working with Swing, I found
it amazingly more exhaustive than AWT. Also, since Sun came out Swing, they
would not enhance the UI delegates of AWT anymore, would they? So you end up
being stuck with very basic UI features. Are the browsers ever going to be
Swing compatible? or will we for ever be stuck with using old AWT for HTTP
tunneling?

-Shital
----- Original Message -----
From: Heakyung Park <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 11, 2000 10:02 AM
Subject: Re: Practical Application of Applet-Servlet Communication


> Hello!
>
> Currently I am working on drawing Gantt and PERT chart on Applet - servlet
> architecture. I don't have much experience with drawing chart with Java.
> Can anyone tell me where I can find information or possibly examples of
> drawing chart in applet-servlet architecture. I would really appreciate
> for any help.
>
> HeaKyung
>
>
> On Wed, 11 Oct 2000, David Mossakowski wrote:
>
> > I agree on points where it is the UI "preetiness" that drives the
decision to
> > use applets but there are reasons beyond UI that cause people to use
> > applet-servlet architecture.
> >
> > In my current project for example I need to provide real time trading
data to
> > the applet.  This is done using custom protocol and delivered via HTTP
tunneling
> > to allow users from behind firewalls to access the product.  The UI is
in AWT so
> > no plug-in is necessary.
> >
> > How could this be achieved without an applet?
> >
> > d.
> >
> > Shital Kanitkar wrote:
> >
> > > Hi,
> > >
> > > There has been a lot of discussion on this forum on Applet-Servlet
> > > Communication. I too selected this architecture for my project. I
personally
> > > chose Applets 'cause I wanted to use Swing. But I see some practical
> > > problems in using Swing on the Web. The throughput is terrible. So why
would
> > > anyone want to go in for this kind of an architecture, other than for
pure
> > > academic purposes?
> > >
> > > Thanks,
> > > -Shital
> > >
> > >
___________________________________________________________________________
> > > To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> > > of the message "signoff SERVLET-INTEREST".
> > >
> > > Archives: http://archives.java.sun.com/archives/servlet-interest.html
> > > Resources:
http://java.sun.com/products/servlet/external-resources.html
> > > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
> >
> > --
> > David Mossakowski              [EMAIL PROTECTED]
> > Programmer                           212.310.7275
> > Instinet Corporation
> >
> > "I don't sit idly by, I'm planning a big surprise"
> >
> >
___________________________________________________________________________
> > To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> > of the message "signoff SERVLET-INTEREST".
> >
> > Archives: http://archives.java.sun.com/archives/servlet-interest.html
> > Resources: http://java.sun.com/products/servlet/external-resources.html
> > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
> >
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to