IRC log of #zope for Saturday, 2011-09-03

*** sp0cksbeard has quit IRC00:29
*** runyaga_ has joined #zope00:31
*** runyaga has quit IRC00:35
*** mr_jolly has joined #zope00:48
*** cypha has joined #zope00:49
cyphawhat's the difference btwn serving a webpage and serving an application?00:49
mcdonccypha: no difference except usually an application *generates* a web page, while a "plain old web page" might be just a static file on disk00:51
mcdoncthe browser doesnt know or care of course00:52
cyphamcdonc, ah, ok, so zope serves applications, creating dynamic webpages?00:54
mcdoncyeah... but to be honest, the name "application server" (which i assume you've read somewhere to prompt you to ask this question) is really a *marketing* term, not a technical one00:55
mcdoncso it really means not much00:56
mcdoncany system which serves up web pages dynamically is technically an "application server"00:56
*** J1m has quit IRC00:57
cyphaoh, ok, thanks for clearing that up00:57
TresEquisappserver usually implies that the code you write is a "plugin" to the AS00:58
TresEquiseven CGI could be construed like that:  the contract is "I give you environ + stdin, you give me stdout"00:58
TresEquismost appservers have a somewhat more elaborate contract :)00:59
*** TresEquis has quit IRC01:05
*** avoinea has quit IRC01:06
*** mr_jolly has quit IRC01:45
*** runyaga_ has quit IRC01:50
*** ajkaanbal has quit IRC01:53
*** rbanffy has quit IRC01:57
*** m8 has quit IRC02:03
*** alga has quit IRC02:06
*** Arfrever has quit IRC02:23
*** tiwula has quit IRC02:31
*** benji has quit IRC02:56
*** srichter has quit IRC02:59
*** _mup_ has quit IRC03:00
*** _mup_ has joined #zope03:00
*** tiwula has joined #zope03:03
*** srichter has joined #zope03:06
*** mr_jolly has joined #zope04:07
*** tiwula has quit IRC04:15
*** mr_jolly has quit IRC04:36
*** menesis has quit IRC04:50
*** cypha has quit IRC05:44
*** zagy1 has joined #zope05:59
*** zagy has quit IRC06:02
*** dayne has joined #zope06:36
*** tiwula has joined #zope07:19
*** krish1 has joined #zope07:28
krish1how to resolve a broken object, error in zodb307:28
krish1any one please help me out07:28
*** dayne has quit IRC07:36
*** digitalmortician has joined #zope08:02
*** tiwula has quit IRC08:05
*** krish1 has quit IRC09:16
*** __mac__ has joined #zope09:26
*** mr_jolly has joined #zope09:44
*** mr_jolly has left #zope09:45
*** __mac__ has quit IRC09:52
*** planetzopebot has quit IRC10:08
*** planetzopebot has joined #zope10:08
rokka_any help to my question for yesterday?12:00
*** Big_Santa has joined #zope12:08
*** Big_Santa has quit IRC12:10
*** zhangkaizhao has joined #zope12:16
*** m8 has joined #zope12:38
*** m8 has quit IRC12:42
*** m8 has joined #zope12:46
*** srichter has quit IRC12:59
*** m8 has quit IRC14:59
*** m8 has joined #zope15:12
*** srichter has joined #zope15:16
*** TomBlockley has joined #zope16:05
*** TomBlockley has quit IRC16:06
koshrokka_: what was your question from yesterday?16:17
*** buillicon has joined #zope16:28
*** TomBlockley has joined #zope17:40
*** TomBlockley has quit IRC17:43
*** tiwula has joined #zope17:44
*** blueyed has joined #zope17:48
*** ccomb has joined #zope17:56
*** betabug-mb has joined #zope18:12
*** zhangkaizhao has quit IRC18:18
*** betabug-mb has quit IRC18:39
*** buillicon has quit IRC18:45
*** betabug-mb has joined #zope18:51
*** ccomb has quit IRC19:07
*** ccomb has joined #zope19:12
*** ccomb has quit IRC19:44
*** do3cc has joined #zope19:52
*** srichter has quit IRC19:53
*** MrTango has joined #zope19:53
*** dayne has joined #zope19:55
*** betabug-mb has quit IRC20:00
*** dayne has quit IRC20:04
*** dayne has joined #zope20:20
*** dayne has quit IRC20:33
*** tiwula has quit IRC21:38
*** Arfrever has joined #zope22:22
*** srichter has joined #zope22:50
*** ccomb has joined #zope23:31
rokka_kosh:  Is it possible to add custom object to ZODB from a python script created with ZMI?23:46
rokka_context.root['foo'] = 'bar'23:47
rokka_or something23:47
rokka_with zope2 that comes with plone423:47
koshas long as the object is defined outside of the python script23:51
koshbut you can't define a custom object type inside a python script and add taht type to the system23:51
rokka_oh.. :o23:52
koshhow to open a python object again later is part of the definition23:53
koshif that definition is inside a python script it would not realy work to open it later23:53
rokka_where can i define it23:53
koshif you want to do stuff with plone though you will need to define the object the plone way but you can add them with a script23:53
koshand I have no idea how plone defines new object types23:53
rokka_no i don't need plone23:53
koshso you want to add something to pure zope2 and not have it interact with plone?23:54
rokka_ype23:54
rokka_yep23:54
rokka_i want to do similar than with php+mysql   but with  zope2+python+zodb23:55
rokka_should be simpler with zodb than with relational databases..?23:55
koshit is different, I find it simpler but I have been doing it for a very long time23:56
rokka_ok.. i have read some tutorials but there is so much to write even to have a simple object.. :( like interfaces and stuff..23:57
koshI don't use any interfaces23:57
rokka_i would like to do app like in http://docs.zope.org/zope2/zope2book/BasicObject.html#creating-a-basic-zope-application-using-page-templates-and-scripts23:58
rokka_+ inside python script that handles form data i would like to save that data to zodb somehow23:59
koshsaving it to the zodb requires a content object of some kind to save it in23:59
kosha lot of the docs on doing that I don't see anymore23:59

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!