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
, 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
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
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
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
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
>
> ___
>
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
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,
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
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,
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
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
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
13 matches
Mail list logo