RE: [Zope-dev] OR mapping proposal

2001-05-16 Thread Albert Langer
[Phillip] http://dev.zope.org/Wikis/DevSite/Proposals/ORMappingDB Comments encouraged! [Albert] I've added some there. Jim highlighted a project Risk there: "Updates to RDBMS data outside of the OR mapping could cause cached data to be inconsistent." This strikes me as rather fundamental. Un

Re: [Zope-dev] ZCatalog, REQUEST, misc.

2001-05-16 Thread Erik Enge
On Tue, 15 May 2001, Chris McDonough wrote: > YourCatalog.catalog_object(newobject) > > as opposed from inheriting from CatalogAware and relying on manage_afterAdd > or calling object.index_item() manually. That's really it. Well, if you put it that way :) *removing CatalogAwareness* > (it'

[Zope-dev] Professional Sites Using Zope??

2001-05-16 Thread Jawad
Hi, I am a newbie in zope and want to use it to develop a e-commerce order processing system using Zope. I have experience in languages like Smalltalk and Java, so learning Zope is fun too. Please let me know What Database will be useful and please don't recommend MY SQL. It does not even suppor

Re: [Zope-dev] ZCatalog, REQUEST, misc.

2001-05-16 Thread Chris McDonough
> > (it's fairly DWIM-ish as well) > > DWIM? Do What I Mean. ;-) ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/l

[zope-dev] Xron, suse 6.4

2001-05-16 Thread Homan Els
Hi Nick, I am having the same problem with installing Xron on my suse 6.4 machine. My question is, are you now running Xron with succes ? And how did you do this ...? Because, I would like to run this product as well. Thanks, Els ***

Re: [Zope-dev] OR mapping proposal

2001-05-16 Thread Shane Hathaway
Albert Langer wrote: > > [Phillip] > http://dev.zope.org/Wikis/DevSite/Proposals/ORMappingDB > > Comments encouraged! > > [Albert] > I've added some there. > > Jim highlighted a project Risk there: > > "Updates to RDBMS data outside of the OR mapping could cause > cached data to be inconsiste

[Zope-dev] ZServer, FTP and setVirtualRoot

2001-05-16 Thread Andre Schubert
Hi all, i have a little problem with FTP. first i have a folder foo, in this Folder is a dtml-method which generates a session id add this id after the current path( http://xxx.yyy.com/foo/98347698234562/ ) and sets the result with REQUEST.setVirtualRoot as the SiteRoot. The dtml-method generatin

[Zope-dev] Escaping double quotes

2001-05-16 Thread Jeff
Hi, I have been searching for a way to escape double quotes in DTML and have not found it   The following is what I would like to do: >   Anyone have any ideas? Thanks, Jeff

[Zope-dev] Re: (LONG) RE: [SmartObjects] Wrap-up of the discussion goingon on zope-dev?

2001-05-16 Thread Stephan Richter
Albert, thank you so very much for the summary. It is great! Regards, Stephan Stephan Richter iuveno AG - freier Mitarbeiter Technical Design and Development ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev

Re: [Zope-dev] Professional Sites Using Zope??

2001-05-16 Thread Brad Clements
On 16 May 2001, at 12:15, Jawad wrote: > I am also interested to know Is there any professionally developed sites in > Zope/Python. Please let me know the URL. What does "professionally developed" mean? http://www.adirondackcraft.com - Zope and Interbase I have another site I can't tell you th

[Zope-dev] convert zope objects to unicode

2001-05-16 Thread Sin Hang Kin
If I would like to hack zope to store all string objects in unicode, where is the best place to do it? I would like to have the incoming string go through unicode(inputstr, encoding) and all outgoing strings go through with outputstring.encode(encoding) However, after looking around the zope sou

Re: [Zope-dev] Professional Sites Using Zope??

2001-05-16 Thread Bill Anderson
On 16 May 2001 12:15:54 -0700, Jawad wrote: > > Hi, > > I am a newbie in zope and want to use it to develop a e-commerce order > processing system using Zope. I have experience in languages like Smalltalk > and Java, so learning Zope is fun too. > Please let me know What Database will be usefu

[Zope-dev] ZSQL Methods in Z Classes

2001-05-16 Thread Shai Berger
Hi Guys, I wanted to use ZSQL Methods in Z Classes to share code between different parts of a large project. The different parts need to use similar, but separate, database namespaces, but I still wanted to use the same methods. Now, ZSQL Methods treat their Database connection ID, for some reas

Re: [Zope-dev] Professional Sites Using Zope??

2001-05-16 Thread Jason Cunliffe
Thanks for the news... "Brad Clements" <[EMAIL PROTECTED]> wrote: > I have another site I can't tell you the URL for, its for an importer-exporter handling 600 > packages per day (shipping, tracking, customs, etc) His customers (100 or so) and their > staff (200 or so) login to track packages eve

Re: [Zope-dev] Professional Sites Using Zope??

2001-05-16 Thread Tino Wildenhain
Hi Jawad, we use the existing heterogenous database system of your company for a B2B e-commerce solution. With zope we had the flexibility to do so and archive releability too. For access to databases we use Merant middleware together with ZmxODBC. Unfortunately the service is not open to the pub

Re: [Zope-dev] convert zope objects to unicode

2001-05-16 Thread Tino Wildenhain
Hi Sin, see http://dev.zope.org/Wikis/DevSite/Projects/SupportPython21/FrontPage for whats going on at the unicode-sector for zope. IMHO it does not make sense to duplicate effort. Regards Tino --On Donnerstag, 17. Mai 2001 01:27 +0800 Sin Hang Kin <[EMAIL PROTECTED]> wrote: > If I would lik

Re: [Zope-dev] Professional Sites Using Zope??

2001-05-16 Thread Brad Clements
On 16 May 2001, at 15:21, Jason Cunliffe wrote: > > "Can't tell" as in "don't know" or "not permitted"? Pointless to tell because its password protected. There's nothing to see here, move along folks. Btw, this site is also serving up a one-page-web-app for IE 5.5 that heavily uses ADO and X