[13:27]<hannesw> Here comes the new style NG request object: [13:27]<hannesw> http://dev.helma.org/trac/helma/browser/helma-ng/trunk/modules/helma/webapp/request.js?rev=9551 [13:28]<hannesw> pure javascript wrapper around a private servlet request object... [13:28]<hannesw> and nice syntax for mapping properties: [13:28]<hannesw> define("path", readOnlyPropertyDesc(servletRequest, "requestURI")); [13:29]<hannesw> i r happy [13:29]<hannesw> at last :-) [19:21]<mib_he0s6s> hi all [19:21]<mib_he0s6s> please i need a help [19:21]<mib_he0s6s> i need to develop an application that capture the trames from others server [19:21]<mib_he0s6s> i have 2 server that used a xmp-rpc connection [19:21]<mib_he0s6s> it is possible ? [23:57]<zumbrunn> mib_he0s6s: sure, helma has built-in support for both xml-rpc client and server functionality [23:58]<zumbrunn> http://helma.server-side-javascript.org/reference/Xml.html [23:59]<zumbrunn> and see the last three properties on the following page [23:59]<zumbrunn> http://dev.helma.org/docs/Server+and+Application+Properties/