Re: [Zope] Tools used for programming Zope

2001-01-19 Thread Chris Withers
Jonothan Farr wrote: do an xml export. You can save cvs that to your hearts content. ... but then I'll have to forego readability, edit-ability, etc. Frankly, I'm a little surprised that this isn't a problem for more people, I'll wager that it is a problem for lots of people but

Re: [Zope] Tools used for programming Zope

2001-01-19 Thread Stephane Bortzmeyer
On Thursday 18 January 2001, at 18 h 40, the keyboard of Gerald Gutierrez [EMAIL PROTECTED] wrote: Frankly, I'm a little surprised that this isn't a problem for more people, given the drawbacks of having to give up many of the existing tools, having the application server only be able to

Re: [Zope] Tools used for programming Zope

2001-01-19 Thread Erik Enge
On Fri, 19 Jan 2001, Chris Withers wrote: Well, I get around this by keeping the code in Python Products as much as possible (nice and CVS friendly) and just using TTW stuff for customisation. That's the same thing as I do. What about you other people, are you actually doing serious

Re: [Zope] Tools used for programming Zope

2001-01-19 Thread Steve Spicklemire
In it's current released form ZCVSMixin really does help with a lot of the configuration/process problems in developing with Zope. You can still 'grep' for stuff, and it is possible to perform simple edits in the xml representation without much fear of actually breaking anything (it's pretty

Re: [Zope] Tools used for programming Zope

2001-01-19 Thread Mario Valente
At 09:49 1/19/01 +0100, Stephane Bortzmeyer wrote: On Thursday 18 January 2001, at 18 h 40, the keyboard of Gerald Gutierrez [EMAIL PROTECTED] wrote: Frankly, I'm a little surprised that this isn't a problem for more people, given the drawbacks of having to give up many of the existing

Re: [Zope] Tools used for programming Zope

2001-01-18 Thread Chris Withers
Gerald Gutierrez wrote: So how do people go about programming Zope? What sorts of tools do people use, and how do you go about getting your code to and from Zope? Can you use CVS? Look at the CVSMixing thign for this, nto sure how it works but it provides what you want... Apart from that,

Re: [Zope] Tools used for programming Zope

2001-01-18 Thread Ragnar Beer
Can Dreamweaver also use the https protocol for WebDAVing? Ragnar Apart from that, look at using an FTP or WebDAV enabled editor like DreamWeaver. It works now, but support is supposed to be getting better in Zope 2.3 cheers, Chris ___ Zope

Re: [Zope] Tools used for programming Zope

2001-01-18 Thread Gerald Gutierrez
Hello all. Thanks to those who gave me feedback in terms of what tools they use to do Zope work. What I've gathered is that, while it is possible to do "remote editing" of certain objects like DTML and SQL methods, many Zope objects cannot be edited this way and must be done over

Re: [Zope] Tools used for programming Zope

2001-01-18 Thread Ayhan Ergul
I need to have source code readable on the filesystem independent of a Zope server, so that I can do things like CVS them, use any editor on them, grep them, etc. It seems that my only choice is to write products in Python itself, instead of using the web interface of Zope, which is one of

RE: [Zope] Tools used for programming Zope

2001-01-18 Thread Gerald Gutierrez
At 02:37 PM 1/18/2001 -0600, you wrote: do an xml export. You can save cvs that to your hearts content. ... but then I'll have to forego readability, edit-ability, etc. Frankly, I'm a little surprised that this isn't a problem for more people, given the drawbacks of having to give up many of

Re: [Zope] Tools used for programming Zope

2001-01-18 Thread Jonothan Farr
do an xml export. You can save cvs that to your hearts content. ... but then I'll have to forego readability, edit-ability, etc. Frankly, I'm a little surprised that this isn't a problem for more people, I'll wager that it is a problem for lots of people but you don't hear from them here.

Re: [Zope] Tools used for programming Zope

2001-01-17 Thread Gines, Ron L.
So how do people go about programming Zope? What sorts of tools do people use, and how do you go about getting your code to and from Zope? Can you use CVS? Attach to Zope using WebDav and away you go . ___ Zope maillist - [EMAIL

RE: [Zope] Tools used for programming Zope

2001-01-17 Thread Gerald Gutierrez
Can you edit ZClasses and other objects with it, or is this only for DTML? At 08:00 PM 1/17/2001 +0100, Max M wrote: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Gerald Gutierrez So how do people go about programming Zope? What sorts of tools do people use, and how do you

Re: [Zope] Tools used for programming Zope

2001-01-17 Thread Chris Withers
Both WebDAV and FTP support are supposed to be better in 2.3 with full WebDAV level 2 compliance at some point in the future... What ever happened to Zope supporting SOAP? cheers, Chris ___ Zope maillist - [EMAIL PROTECTED]

Re: [Zope] Tools used for programming Zope

2001-01-17 Thread Geoffrey L. Wright
"Chris Withers" [EMAIL PROTECTED] writes: Both WebDAV and FTP support are supposed to be better in 2.3 with full WebDAV level 2 compliance at some point in the future... I wonder if I can use emacs/efs with 2.3 w/out crashing it..? Right now when I try to use xemacs/efs with Zope 2.2.x, it