Hi, This might be a stupid question, but I`ll remain stupid at least until someone answers so ... Is there a global.asa counterpart in Zope, a place to put stuff that is or should be accessable in the entire site, like database-connections etc.? I was forced ( it was terrible, just terrible I tell ya!! ) to work in ASP on MS IIS ( it just gets worse ) and the global.asa didn`t seem like a bad idea. But as mentioned earlier, this might be in Zope allready. Thomas
On Tue, 13 Jun 2000, Thomas Weholt wrote:
Is there a global.asa counterpart in Zope, a place to put stuff that is or should be accessable in the entire site, like database-connections etc.? I was forced ( it was terrible, just terrible I tell ya!! ) to work in ASP on MS IIS ( it just gets worse ) and the global.asa didn`t seem like a bad idea.
I don't know exactly what a global.asa does, but I'm guessing from your description that in Zope the equivalent is the root folder. This has advantages and one big disadvantage: root folder clutter. Shane has promised to eventually re-release his Transparent Folders product which will allow us to fix the clutter problem... Basically, anything you put in the root folder can be referenced by any object further down in the hierarchy, which will acquire it in its namespace through the magic of acquisition. --RDM
participants (2)
-
R. David Murray -
Thomas Weholt