[14:06]<hannesw> core API docs for helma ng are available: [14:06]<hannesw> http://dev.helma.org/ng/Helma+NG+Core+API/ [14:07]<hannesw> there's a lot of rough edges in there... [14:07]<zumbrunn> yep :-) I noticed [14:07]<zumbrunn> the docs, not the rough edges ;-) [14:07]<hannesw> :-) [14:08]<zumbrunn> one thing that is missing are the event handlers [14:08]<zumbrunn> like handleRequest [14:08]<hannesw> ok. [14:09]<hannesw> i' add that on a separate page i think [14:10]<zumbrunn> which btw I still think should all start with a "on" prefix [14:11]<hannesw> ok [14:11]<zumbrunn> or some other convention that makes it clear that they do not exist until they are created by the user [14:12]<hannesw> currently there's only handleRequest(). [14:13]<hannesw> and then there's RhinoEngine.add/removeRequestListener() and RhinoEngine.add/removeResponseListener() to set methods to be called before/after the request is processed [14:14]<hannesw> http://dev.helma.org/trac/helma/browser/helma-ng/trunk/modules/helma/rhino.js#L35 [14:14]<hannesw> these are wrapped by methods in the helma.rhino module.