Re: RE: Query Caching

2001-10-03 Thread Morgan Delagrange
Stacy Young wrote on 9/29/01 9:48 pm: >What you've just described >does not really apply to my >environment. I hardly >implement any of the >business logic, if any at all, in >the front end...Unless it's a >smaller application that I'm >rolling out, then sure... > >Does this mean there a

Re: Query Caching

2001-10-02 Thread Bill Pfeiffer
rlyAccess/crs/ Let me know if you have any questions on this. Bill Pfeiffer - Original Message - From: Stacy Young To: '[EMAIL PROTECTED]' Sent: Friday, September 28, 2001 5:58 PM Subject: Query Caching Is there a taglib that supports query caching? Say for isntance I'm u

RE: Query Caching

2001-09-30 Thread Reynir Hübner
x27;t any DB Tags with caching functionality?  ;-)   -Original Message-From: Reynir Hübner [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 29, 2001 11:46 AMTo: [EMAIL PROTECTED]Subject: RE: Query Caching   One of ideas of the MVC pattern/architect

RE: Query Caching

2001-09-29 Thread Stacy Young
DB Tags with caching functionality?  ;-)   -Original Message-From: Reynir Hübner [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 29, 2001 11:46 AMTo: [EMAIL PROTECTED]Subject: RE: Query Caching   One of ideas of the MVC pattern/architecture (MODEL/VIEW/CONTRO

RE: Query Caching

2001-09-29 Thread Reynir Hübner
Title: RE: Query Caching   One of ideas of the MVC pattern/architecture (MODEL/VIEW/CONTROLLER) is to keep the buisnesslogic out of the presentation logic and vice versa.This means keep what the controller should be doing (such as data manipulation, etc.) out of what the view should be

RE: Query Caching

2001-09-29 Thread Stacy Young
o:[EMAIL PROTECTED]] Sent: Saturday, September 29, 2001 10:33 AMTo: '[EMAIL PROTECTED]'Subject: RE: Query Caching Your right on the money there and yes the group has been working on taglib for fusebox. Currently I'm using the Jrun taglib (Jrun is my app server) but a gene

RE: Query Caching

2001-09-29 Thread Stacy Young
Title: RE: Query Caching Your right on the money there and yes the group has been working on taglib for fusebox. Currently I'm using the Jrun taglib (Jrun is my app server) but a generic one is in the works. I don't believe Allaire would be to happy if we repackaged their tags

Re: Query Caching

2001-09-28 Thread bayard
I've long been against the idea of SQL in *SP pages for anything beyond a one person hackup. This view was coloured by the fact I've always worked in the programming environment and not the database environment. To me a database is merely something that persists my data. At the same time, I beli

Re: Query Caching

2001-09-28 Thread martin . cooper
- From: "Stacy Young" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 28, 2001 4:46 PM Subject: RE: Query Caching > Breaks MVC? Not mine! (Fusebox) > > > -Original Message- > From: Geoff Lane [ mailto:[EMAIL PROTECTED] > <mai

RE: Query Caching

2001-09-28 Thread Stacy Young
Title: RE: Query Caching "if the queries where being done in regular Java and only being accessed from Tag Labraries" They're not. Depends on the occasion. -Original Message- From: Geoff Lane [mailto:[EMAIL PROTECTED]] Sent: Friday, September 28, 2001 6:5

RE: Query Caching

2001-09-28 Thread Stacy Young
Title: RE: Query Caching Breaks MVC? Not mine! (Fusebox) -Original Message- From: Geoff Lane [mailto:[EMAIL PROTECTED]] Sent: Friday, September 28, 2001 6:52 PM To: [EMAIL PROTECTED] Subject: Re: Query Caching Slightly off topic - but I've noticed A LOT of the traffic on

Re: Query Caching

2001-09-28 Thread Geoff Lane
ference to an instance of themselves - one for someone who knows a lot more about the details of the VM than me. Maybe a starting point at least . . . On Fri, 2001-09-28 at 16:58, Stacy Young wrote: > Is there a taglib that supports query caching? Say for isntance I'm using a > SQL Taglib to e

Query Caching

2001-09-28 Thread Stacy Young
Title: Query Caching Is there a taglib that supports query caching? Say for isntance I'm using a SQL Taglib to execute a database query, I'd like to hold the results in memory for X amount of time so subsequent queries of the same "id" are pulled from memory and not an