[12:52]<hannesw> Updated ng demo app running on google app engine: [12:52]<hannesw> http://helma-ng.appspot.com/ [12:52]<hannesw> feedback is welcome! [13:53]<zumbrunn> it's looking good :-) [14:27]<simono> yeah looks good! no shiny logo? :) [14:31]<hannesw> simono: shiny logo yes, but I don't have it :-( [14:31]<hannesw> http://dev.helma.org/wiki/Helma+Logo/ [14:32]<hannesw> gotta ask chris. [14:36]<simono> did you do smth? now i get 500 on all the helma-ng appspot pages [14:37]<hannesw> nope, it's a google problem i guess. [14:37]<simono> k [14:38]<hannesw> i guess they're digging or something. after all it's beta :-) [14:38]<hannesw> oh, interesting: Uncaught exception from servlet java.lang.OutOfMemoryError: Java heap space [14:44]<hannesw> might be a memory leak [14:54]<hannesw> oh, i guess it's because of the continuation workaround hack.... [14:57]<hannesw> I think i may still rewrite the continuation support not to use ordinary closures instead of continuations in order to fix this... [15:19]<simono> :) i dont get it. but i'll have to ask you about continuations in person anyway.. we use them with helma1 and it's ugly. [15:20]<simono> another thing i noticed while browsing ng trunk... (i always find things to critize :-) [15:21]<simono> there is helma/webapp.js and helma/webapp/ . this looks scary to a python-mind. [15:22]<simono> so i was looking for a better reason to argue why this is bad [15:23]<simono> seems to me this is a problem if the last sentence here is implemented http://dev.helma.org/ng/Modules+and+Scopes/#Modulenaming [15:24]<simono> hm, not really. but are you happy with having webapps.js and webapp-directory in the same directory? [15:41]<hannesw> simono: don't think it's a problem [15:41]<hannesw> more later, gotta go. [17:55]<anttih> Hi all! [17:55]<anttih> I assume there are no mysql bindings for helma-ng yet? [19:19]<hannesw> hi anttih [19:19]<hannesw> no, at least no official/up to date bindings [19:19]<hannesw> robi42 has worked on a hibernate plugin [19:20]<hannesw> but it's a bit outdated: [19:20]<hannesw> http://github.com/robi42/dbstore/tree/master [19:21]<hannesw> I'm planning to integrate this for the 0.4 release. [19:22]<anttih> hannesw: yeah, that's what I thought too. it doesn't seem to use the new modules API. [19:27]<anttih> how close is the File API to the ServerJS proposal? [20:18]<hannesw> anttih: not very close i guess [20:24]<hannesw> but the transition shouldn't be that hard. It's a very limited set of similar operations after all...