Re: Do we need to extract jsdk.jar

1999-12-10 Thread David Medinets
sdk2.0\lib\swingall.jar" -- David Medinets, aka CFDAVE http://www.Codebits.com Author: Perl 5 by Example, Shell Programming Tools, PHP3 Application Development Visit http://www.thehungersite.com and Click the Button! ___ T

Re: URL rewriting, is it safe?

1999-11-26 Thread David Medinets
, jon * wrote: > on 11/25/99 9:45 AM, David Medinets <[EMAIL PROTECTED]> wrote: > > > You are correct. And that is one more reason to only use cookies to save > > session tokens instead of using the URL. > > What are you talking about? If someone is hacking your site, it wo

Re: URL rewriting, is it safe?

1999-11-25 Thread David Medinets
You are correct. And that is one more reason to only use cookies to save session tokens instead of using the URL. On the other hand, you could pass two tokens. One of the tokens being a sequencer combined with a reboot counter. And the second being a GUID. Both of the tokens can be used to identi

Re: JDBC Retrieval!

1999-11-25 Thread David Medinets
John, ColdFusion has the ability to add a BLOCKFACTOR to database queries. I believe that the blockfactor 'chunks' the recordset transmission between the database and the CF server. For example, using a blockfacter of 100 means that 100 records at a time are sent. This 'chunking' is transparent to

Re: sessions independent of browsers

1999-11-24 Thread David Medinets
The simple answer is to use Netscape, IE, and Opera to allow you to manipulate three sessions at a time. Each browsers mantains its own set of cookies. On Wed, 24 Nov 1999, Madhavi Karanam wrote: > When we do a "ctrl + n", we get a new browser window. Session gets copied > for the new window. Is

Re: Open Source EJB Servers

1999-11-23 Thread David Medinets
Have you looked at Enhydra.org? On Tue, 23 Nov 1999, Hunter Hillegas wrote: > This is slightly off topic but I'm looking for an open source EJB server > that runs on Linux... > > Does such a beast exist? > > Hunter > > ___ >

Re: Loading Changed Class Files

1999-11-22 Thread David Medinets
and the resulting page still shows "Parameter". This leads me to the conclution that the new .class file hasn't been loaded. jon * wrote: > on 11/22/99 10:50 AM, David Medinets <[EMAIL PROTECTED]> wrote: > > Hi. I'm using the following line of code to dy

Loading Changed Class Files

1999-11-22 Thread David Medinets
27;ve read that you can't unload a class, you can only create a new class loader each time the .class file changes. If you can't unload classes, won't you eventually run out of memory? Or will the garbage collection routine eventually recognize that nothing is using the old class,

Is there a tutorial for Jakarta?

1999-11-07 Thread David Medinets
Does anyone know of a tutorial for adding or extending servlets when using Jakarta? -- David Medinets http://www.Codebits.com Author: Perl 5 by Example, Shell Programming Tools, PHP3 Application Development Visit http://www.thehungersite.com and Click the Button

Re: Clients receiving other session's data

1999-11-06 Thread David Medinets
d the second sql grabs the ID of the record that the first process inserted. This flaw is easily fixed by changing the second sql to only select on some secondary characteristic (like customer id). -- David Medinets http://www.Codebits.com Author: Perl 5 by Example, Shell Programming Tools,

Re: setContentType

1999-11-03 Thread David Medinets
Since the content-type header tells the client browser what type of input to expect, it doesn't make sense to send more than one of them in response to each request. On Wed, 3 Nov 1999, Tom John wrote: > Hi, > > What I wan't to know is that by any chance if I want to use the > setContentType twi

Re: Help!! Response in new window

1999-11-03 Thread David Medinets
Unless your situation is more complex than it seems, just add a target attribute to your tags... On Wed, 3 Nov 1999, Rashid Mohiuddin wrote: > Hi everybody, >Is it possible to get the servlet response in a new browser window? > Actually, I want the existing page to remain there, and the

Re: Cold Fusion and servlets

1999-01-03 Thread David Medinets
The best answer I have for you is that Allaire (the makers of ColdFusion) purchased the company that makes JRun...so Allaire certainly feels that there is a benefits to merging servlets with ColdFusion. david medinets (aka CFDAVE) On Thu, 4 Nov 1999, John McDonald wrote: > This is