What are the other options against Zope?

M

Max M

phil said:
Peter Hansen wrote:
Now understand, I know what very well what Python, Apache, PhP,
MySQL, IE and javascript do. I just don't know what Zope
does.

And if the answer is going contain phrases like "brings together"
or "sits on top of", don't bother. :)


It's an object oriented database, with a structure that is similar to
files and directories in an ordinary OS.

But it is a lot smarter, because the files and directories are actually
objects with different attributes and parameters.

The methods on these objects can then be called eg. from a web browser
with different parameters. But you can also use other protocols than
http like dav, ftp etc.

This is a very effective way to build web applications, and does not
need sql-object remapping as normal web apps does.

--

hilsen/regards Max M, Denmark

http://www.mxm.dk/
IT's Mad Science
 
P

phil

It's an object oriented database, with a structure that is similar to
files and directories in an ordinary OS.

But it is a lot smarter, because the files and directories are actually
objects with different attributes and parameters.

The methods on these objects can then be called eg. from a web browser
with different parameters. But you can also use other protocols than
http like dav, ftp etc.


Well, that's interesting. I've never seen an explantion like
this.
Actually I think I have, and was too dumb to realize what
I was reading.

A data base with properties and methods. Cool.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,228
Members
46,818
Latest member
SapanaCarpetStudio

Latest Threads

Top