[Zope] custom_persist_obj

2005-06-20 Thread Tamas Hegedus

Hi,

I am new to Zope and not a programmer. It is a little bit complex for
me. I am very frustrated, as I can not find the solution for a pretty
simple task:

I would like to have persistent object with dictionaries.
I think I do not need a ZClass or Product, just a simple object for
holding mutable and persistent dictionaries (Manipulating with Script).
Like
MyObject:
  dict1 = [ a:1, b:1, c:1, ...]
  dict2 = [ a:2, d:4, e:6]
  etc.

Thanks for your help in advance,
Tamas
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] ZPT tutorial

2005-06-21 Thread Tamas Hegedus

Hi,

In addition, Zope is heading fast into even less friendly territory. 
DTML, which is technically 'mucky' but reasonably easy to grasp for non-programmers,

 is increasingly deprecated.

I just started to learn Zope recently. I choose dtml over page templates 
to learn as it

= seemed to me easier (maybe as I am a non-programmer);
= has the possibility to build dynamic SQL queries;
= was written in the Book to exist forever.

I would like to know that 'increasingly deprecated' means by everybody 
(I mean here: in the www-programmers-word), or just by Zope.


Does this mean that it would be better to deep into ztemplates?
In this case what are the alternatives to build sql queries on an easy way?

Thanks in advance,
Tamas

--
Tamas Hegedus   | phone: (1) 919-966 0329
UNC - Biochem  Biophys | fax:
5007A Thurston-Bowles Bldg  | mailto:[EMAIL PROTECTED]
Chapel Hill, NC, 27599-7248 | http://www.biomembrane.hu/cv/hegeduse.htm
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] ZODB performace/banchmarks

2005-06-23 Thread Tamas Hegedus

Hi,

Two months ago I red about the ZODP that it has high performace, can 
store high amount of data, but there are no banchmarks e.g. for 
comparison for RDBMS.
Are these true? If yes, why is not created a banchmark or something like 
that?


Thanks,
Tamas

--
Tamas Hegedus   | phone: (1) 919-966 0329
UNC - Biochem  Biophys | fax:   (1) 919-966 5178
5007A Thurston-Bowles Bldg  | mailto:[EMAIL PROTECTED]
Chapel Hill, NC, 27599-7248 | http://riordans.med.unc.edu
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )