[Zope] RE: a non-commercial e-bay type application

2000-11-23 Thread Red Pineseed
You can use ZOPE and the 6 XML files layed out in the XML HANDBOOK with some other language. This is all you need for your application. Let me once you are done. Philip Message: 1 From: "Diarmaid Lynch" [EMAIL PROTECTED] Organization: UUC To: [EMAIL PROTECTED] Date: Thu, 23 Nov 2000

[Zope] Re: [Urgent] Zope good for multiprocessor hardware (Chalu Kim)

2000-11-23 Thread Red Pineseed
Hi Chalu I have been runing with Dual_CPU for a year without probelm. You should be ok and gain the general muilti-cpu advantages, in performance. Philip ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No

[Zope] Re: XMLRPC accessing Zope DTML/SQL methods

2000-11-07 Thread Red Pineseed
Since XML-RPC is already built into Zope, you do not need to work about that. You need however to write a java client to access your ZOPE method. There is information and a JAVA client on the xml-rpc site http://www.xmlrpc.com/. You can find enough info to start with. Philip Message: 3

[Zope] Where is the code?

2000-11-05 Thread Red Pineseed
Hi all, I have played with Zope and got everything working. It is however not clear to me how the code (DTML and so on) is merged into Zope and where it is kept. Would gurus out there point this to me? thanks. Philip ___ Zope maillist - [EMAIL

Re: [Zope] Where is the code?

2000-11-05 Thread Red Pineseed
Thanks Rik, You answered my question perfectly. This was my guess and found the Data.fs. This makes me wonder though how the implementation of the three tier separation, ie data/logic/presentation is achieved. Do you have any idea? What is the advantage of putting everything in a db? Apparently