Ringobot log - RingoJS IRC channel: #ringojs on irc.freenode.net
2010-07-19:
[19:55] <daian> hmmm, i have a problem. the variables i'm declaring are being interpeted as java Objects instead of JSON.[20:04] <daian> seems like whenever a javascript variable encounters a java object, it turns into a java object
[20:09] <daian> i guess my question becomes, how do i turn a java object into a javascript object?
[20:11] <daian> is it even possible to do what i want?
[20:35] <earl> daian: any example for the problem you are encountering?
[20:40] <daian> unfortunately, the code is fairly spread around, and i think i've solved the problem.
[20:41] <daian> turns out the java code i *thought* was generating an array of strings was actually creating an array of java objects
[20:45] <daian> fixing that seems to have solved my problem
[21:11] <earl> daian: fine
[21:16] <daian> thank you, though
[21:34] <tschaub> is all of ringojs/lib required to run a ringo app in a servlet container?
[21:35] <tschaub> (I'm curious in particular about the jetty jars)
