Re: Practical Application of Applet-Servlet Communication

2000-10-13 Thread Frank D. Greco
The reasons that most people want to use applets: * high level of interactivity with the user * very dynamic content (eg, trading system, news distribution, etc) * easy deployment of a program (IT managers would rank this first) Problems: * You have to use 1.1 or

Re: Practical Application of Applet-Servlet Communication

2000-10-13 Thread sumit deogharia
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,

Re: Practical Application of Applet-Servlet Communication

2000-10-12 Thread Godbey, David
I do the jar. -Original Message- From: Peter Pilgrim [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 12, 2000 8:33 AM To: [EMAIL PROTECTED] Subject: Re: Practical Application of Applet-Servlet Communication I thnk Netscape will deploy 2 versions of NS 6. One edition without JRE 1.3

Re: Practical Application of Applet-Servlet Communication

2000-10-12 Thread Peter Pilgrim
bject: Re: Practical Application of Applet-Servlet Communication Netscape 6 runs JRE 1.3 natively. So there is a browser in the pipeline running swing. I know that Netscape 6 has had some problems, and I'm not sure when it is slated for release. I imagine IE will not support swing natively

Re: Practical Application of Applet-Servlet Communication

2000-10-12 Thread Tim Panton
Milt Epstein wrote: > > Ah, Nic has been quiet for a while, it took a favorite issue wake him > up :-). > If I read the papers correctly, Nic has had a nasty security scare to deal with. Any useful lessons for us servlet developers ? T. __

Re: Practical Application of Applet-Servlet Communication

2000-10-11 Thread Heakyung Park
Thanks, James! It is what I was looking for. HeaKyung On Wed, 11 Oct 2000, James Wilson wrote: > www.ve.com It's called KavaChart and it ROCKS! > > James > > -Original Message- > From: A mailing list for discussion about Sun Microsystem's Java Servlet > API Technolo

Re: Practical Application of Applet-Servlet Communication

2000-10-11 Thread Godbey, David
--Original Message- From: Shital Kanitkar [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 11, 2000 2:41 PM To: [EMAIL PROTECTED] Subject: Re: Practical Application of Applet-Servlet Communication >From all this discussion, I gather that Applets are not the problem, Swing is. But I thought

Re: Practical Application of Applet-Servlet Communication

2000-10-11 Thread Shital Kanitkar
Nic, Can you elaborate on this distributed web architecture, and where can I read more about it? -Shital - Original Message - From: Nic Ferrier <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 10, 2000 4:39 PM Subject: Re: Practical Application of Ap

Re: Practical Application of Applet-Servlet Communication

2000-10-11 Thread Shital Kanitkar
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 draw

Re: Practical Application of Applet-Servlet Communication

2000-10-11 Thread James Wilson
www.ve.com It's called KavaChart and it ROCKS! James -Original Message- From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Heakyung Park Sent: Wednesday, October 11, 2000 11:02 AM To: [EMAIL

Re: Practical Application of Applet-Servlet Communication

2000-10-11 Thread Heakyung Park
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 appreciat

Re: Practical Application of Applet-Servlet Communication

2000-10-11 Thread Milt Epstein
Ah, Nic has been quiet for a while, it took a favorite issue wake him up :-). On Tue, 10 Oct 2000, Nic Ferrier wrote: > >>> Shital Kanitkar <[EMAIL PROTECTED]> 10-Oct-00 5:08:20 PM >>> [ ... ] > >So why would anyone want to go in for this kind of an > >architecture, other than for pure academic

Re: Practical Application of Applet-Servlet Communication

2000-10-11 Thread David Mossakowski
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 prot

Re: Practical Application of Applet-Servlet Communication [Scanned by Yellow Pages PostMaster]

2000-10-11 Thread Charles Chen
s Chen/YellowPages) From: Nic Ferrier <[EMAIL PROTECTED]>, 10 October 2000, 5:30 p.m. Re: Practical Application of Applet-Servlet Communication [Scanned by Yellow Pages PostMaster] >>> Shital Kanitkar <[EMAIL PROTECTED]> 10-Oct-00 5:08:20 PM >>> &

Re: Practical Application of Applet-Servlet Communication

2000-10-10 Thread Nic Ferrier
>>> "Rob Griffin" <[EMAIL PROTECTED]> 10-Oct-00 11:14:25 PM >>> >Being an applet author I just have to buy in here: Yes - I thought that would provoke someone /8-) >> The distributed web architecture *is* better. It's faster, more >> flexible (accepting the obvious UI restraints) and easier t

Re: Practical Application of Applet-Servlet Communication

2000-10-10 Thread Rob Griffin
Nic, Being an applet author I just have to buy in here: > -Original Message- > From: Nic Ferrier > Sent: Wednesday, 11 October 2000 3:31 > To: [EMAIL PROTECTED] > Subject: Re: Practical Application of Applet-Servlet Communication > > > >>> Shital Kanit

Re: Practical Application of Applet-Servlet Communication

2000-10-10 Thread James Wilson
Hello This architecture works great if you only use jdk 1.1 code. The company I work for has an Applet-Servlet application (jdk1.1 - no Swing - only AWT) that works great and takes almost no time to start. The entire applet is only 55K -- that's small. It has six different frames and one of th

Re: Practical Application of Applet-Servlet Communication

2000-10-10 Thread Kevin Mukhar
Shital Kanitkar wrote: > > 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 i

Re: Practical Application of Applet-Servlet Communication

2000-10-10 Thread Godbey, David
What do you mean the throughput is terrible? Slower than an ordinary ? -Original Message- From: Shital Kanitkar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 10, 2000 12:08 PM To: [EMAIL PROTECTED] Subject: Practical Application of Applet-Servlet Communication Hi, There has been a

Re: Practical Application of Applet-Servlet Communication

2000-10-10 Thread Nic Ferrier
>>> Shital Kanitkar <[EMAIL PROTECTED]> 10-Oct-00 5:08:20 PM >>> >But I see some practical problems in using Swing on the >Web. >The throughput is terrible. - lots of browsers don't support it properly - the Java plugin is a pain in the neck - it's slow - it's memory hungry >So why would anyon

Re: Practical Application of Applet-Servlet Communication

2000-10-10 Thread Christopher K. St. John
Shital Kanitkar wrote: > > There has been a lot of discussion on this forum on Applet-Servlet > Communication. ... I personally > chose Applets 'cause I wanted to use Swing. But I see some practical > problems in using Swing on the Web. > Think corporate intranets, where you've got a fast networ