Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
6answers
1k views

Understanding Zope internals, from Django eyes

Note: This is not a post regarding which is better, zope or django? Its about understanding zope internals/architecture, when compared to Django's I am a newbee to zope and I previously worked on ...
4
votes
3answers
238 views

Does destructor of a C++ class that throws an exception gets called?

Suppose I have a class like this: #include <iostream> using namespace std; class Boda { private: char *ptr; public: Boda() { ptr = new char [20]; ...
2
votes
1answer
30 views

Integrating various version control systems due to mergers and acquisitions?

Companies acquire other companies that use different version control systems. Is there a common wisdom on how to integrate such systems together, for example using a Subverson-GIT bridge or even ...
1
vote
3answers
120 views

Good ways to acquire resources from parent folders in Plone?

I have a Plone (4.0.1) site which requires changes in layout depending on the folder. Imagine a structure like: University > Faculty A > Institute A1 > Person A11 ...
0
votes
1answer
23 views

What is the best way to customize a Zope object's acquisition chain?

Essentially, I want to check another object to see if an attribute is set there before processing the items in object.aq_chain. I can't seem to avoid infinite recursion when overriding getattr and ...
0
votes
2answers
31 views

New SQL Server - help with request of requirements for installing server w/SQl Server

So my employer has asked me to come up with list of "requirements" to put in a SQL Server. Just very general, however I am pretty inexperienced at such a thing. So my list looks like: SERVER SQL ...