[12:35]<botic> http://dev.helma.org/mailing+lists/ --> the mailing list search is broken, if you search in the old helma-user, you cannot access the results. maybe someone can change that. [15:56]<emilis_info> How do I get remote host from Request in Helma NG? [18:13]<antonpirker> hello. someone here that has knowledge of loading modules in helma-ng? [18:14]<emilis_info> antonpirker, what do you mean? [18:14]<antonpirker> i have written a normal javascript lib (without exports and other helma-ng stuff) and i want to add this functionality to my helma-ng app. [18:14]<antonpirker> is this possible? [18:15]<emilis_info> I think it is possible if you provide an interface to the lib via exports [18:16]<emilis_info> also you could try rhino' [18:16]<emilis_info> rhino's load() [18:16]<emilis_info> and eval(file.read("lib.js")) IMHO is always an option [18:17]<antonpirker> ah. the eval version sounds good [18:17]<emilis_info> Did I answer your question? :-) I'll have to run away in a minute [18:17]<antonpirker> (somehow dirty, but ok for my purpose) [18:17]<emilis_info> :) [18:17]<antonpirker> i'll try the eval() version. [18:17]<antonpirker> thanks for the hint! [18:17]<emilis_info> no problem ;-)