Re: java/jsp & dynamic data

2003-02-13 Thread Will Hartung
> From: "Barney Hamish" <[EMAIL PROTECTED]> > Sent: Thursday, February 13, 2003 6:54 AM > Subject: RE: java/jsp & dynamic data > I saw an interesting article about this recently about using javascript to > do RPC using an iframe. You could either use this as

RE: java/jsp & dynamic data

2003-02-13 Thread Barney Hamish
> -Original Message- > From: Jim Henderson [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 13, 2003 3:46 PM > To: 'Tomcat Users List' > Subject: RE: java/jsp & dynamic data > > > > I have wondered about using RMI over the Internet before. I > h

RE: java/jsp & dynamic data

2003-02-13 Thread Jim Henderson
is a little fuzzy. Can someone clarify this? -Original Message- From: Mike Jackson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 4:31 PM To: Tomcat Users List Subject: RE: java/jsp & dynamic data You could look into doing an applet with rmi back to the server it came

RE: java/jsp & dynamic data

2003-02-11 Thread Mike Jackson
-Original Message- > From: Jeff Ousley [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 11, 2003 12:08 PM > To: 'Tomcat Users List' > Subject: java/jsp & dynamic data > > > All, > > I'm sorry to bring this up again, but I'm just not > se

Re: java/jsp & dynamic data

2003-02-11 Thread Will Hartung
> From: "Turner, John" <[EMAIL PROTECTED]> > Sent: Tuesday, February 11, 2003 12:26 PM > Subject: RE: java/jsp & dynamic data > That looks REALLY interesting...thanks for the pointer. Yeah, this does look interesting. I happen to be neck deep on something like

Re: java/jsp & dynamic data

2003-02-11 Thread Erik Price
Jeff Ousley wrote: I though maybe an applet would suit my needs, but it needs to access data on remote hosts. Doesn't the applet security prevent this? Have the applet consult the originating server for data, and have the originating server do the work of querying the remote server. Erik

RE: java/jsp & dynamic data

2003-02-11 Thread Turner, John
That looks REALLY interesting...thanks for the pointer. John > -Original Message- > From: Mark [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 11, 2003 3:18 PM > To: Tomcat Users List > Subject: Re: java/jsp & dynamic data > > > Have a peek at pus

Re: java/jsp & dynamic data

2003-02-11 Thread Mark
Have a peek at pushlet technology. Sounds like it's geared toward what you're looking for: http://www.javaworld.com/jw-03-2000/jw-03-pushlet.html At 2/11/2003 12:08 PM, you wrote: All, I'm sorry to bring this up again, but I'm just not seeing clearly and maybe someone here could help. I need

RE: java/jsp & dynamic data

2003-02-11 Thread Tim Moore
> From: Jeff Ousley [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 11, 2003 3:08 PM > To: 'Tomcat Users List' > Subject: java/jsp & dynamic data > > > All, > > I'm sorry to bring this up again, but I'm just not > seeing clearly and maybe s

Re: java/jsp & dynamic data

2003-02-11 Thread Jake Robb
t; <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, February 11, 2003 3:08 PM Subject: java/jsp & dynamic data > All, > > I'm sorry to bring this up again, but I'm just not > seeing clearly and maybe someone

java/jsp & dynamic data

2003-02-11 Thread Jeff Ousley
All, I'm sorry to bring this up again, but I'm just not seeing clearly and maybe someone here could help. I need to write an application that displays in a web browser some data that will change from second to second. I have to use java in some form. I'm tied to the jtapi packages. I thought tha